Mar 23, 2024 Engineering Experiments with the Google Slides API to recreate slides Let's investigate using the Google Slides API the reliably save and recreate slides. The API is certainty powerful, but not without limitations.
Jul 10, 2020 Engineering Adventures in database query optimizations (hint: avoid N+1 problem) Unoptimized code can lead to poor database performance. I learned some of these lessons the hard way. Let's explore the N+1 problem, efficient forEach loops, production table sizes, and useful logging from a project of mine.