Words from the road and the terminal
Technical articles, personal essays, and dispatches from wherever I happen to be. Writing is how I understand what I think.
Beyond these pages, I write a fortnightly newsletter that breaks down software architecture, highlights curated tools, and shares behind-the-scenes updates from my work and travels.
Subscribe to my newsletterThe first books I read were mainly fiction. A series I actually followed from the first book to the last was Heroes of Olympus. The story revolves around Greek…
August 22, 2021
Queues use FIFO (First In First Out) principle, which means the first one to queue gets to leave the queue first. The act of queueing in data structures is…
August 21, 2021
In my early years, when I was learning how to use a pen instead of a pencil we had a swimming instructor called Bill. He would tell us stories when the weather…
August 20, 2021
A stack is a linear data structure that follows the LIFO(Last in First Out) principle. This basically means that the last item to be placed is the first one to…
August 19, 2021
The first community meetup I ever attended was a Dev Fest. The event was held by the Google Developers group in Nairobi. I was anxious at first but as I got to…
August 18, 2021
I recently started in-depth learning Data Structures and Algorithms (DSA) and all I can say is it is tough, but I am actually getting the hang of different…
August 17, 2021
It is always said that people have already written everything that can possibly be said. That was the main barrier I faced, like what would I write, and would…
August 16, 2021
After hearing about ship 30 for 30 from Twitter I decided to try their email course and it was eye-opening. My takeaways from the course: 0. Writing Time…
August 15, 2021
Masterclass is an online platform where masters of their craft give curated video lessons, allowing you to learn from some of the brightest minds in the world.…
June 23, 2021
Read more of my past work across the web