
Performance and Scalability
Ever assumed your infrastructure could handle any load, only to be met with timeout errors? We did. A simple request to pull historical data turned into a lesson on database connection limits and race conditions.

Ever assumed your infrastructure could handle any load, only to be met with timeout errors? We did. A simple request to pull historical data turned into a lesson on database connection limits and race conditions.

You don’t have to quit social media entirely to reclaim your focus. In the blog below, I explore how to apply Rule 3—“Quit Social Media”—from Deep Work by Cal Newport, showing how a tech‑savvy individual can use social media intentionally.

QA isn’t your enemy. Timelines don’t have to be scary. And you don’t need to say yes to everything. A dev’s guide to staying sane and shipping better. Delivery kama mkunga!

Reflecting on an epic Saturday with Innova Fitness at Ragia Forest & Falls. The lush greenery, the historical whispers, and that refreshing waterfall at the end made every step worth it.

Is it safe to cycle on Kenyan roads? It's the biggest question holding people back. I decided to find out for myself. Short answer: YES, if you're smart about it. Wrote a full beginner's guide on how to do it safely and why it's the best hobby I've picked up for myself so far this year.

Saw a LinkedIn post about how banks use app data to understand customers better. Here's a quick dive into alternative data: how it's used in finance, where it's coming from, and why it matters.

Need to check multiple facts about a library book? Do you grab the book and examine it all at once, or ask the librarian several specific questions? Software developers face a similar dilemma with databases: fetch everything once, or make multiple targeted queries? This article delves into the engineering tradeoffs between these two fundamental approaches.
Through difficult experiences we discovered that scaling processes lack glamour. This article examines developmental trajectory by scrutinizing the missteps that results in failure while emphasizing the essential need for constructing a robust base to support growth.

Starting out just trying to keep up as an intern, now growing through the grind as a junior dev—here’s a look at the lessons, the missteps, and what it really takes to aim for senior roles.
APIs power your apps, but failures can frustrate users and break trust. I tried to explore how auth issues, poor error handling, and slow responses impact the user experience.