21 Jan 2023
Hello fellow readers. it’s been a while I don’t post here. This is an attempt to break that bad habit in this new year. Today in this post, I would like to talk about life and career from a broader perspective. Of course, I will use tech as a reference point.
17 Apr 2021
Hi everyone! a few weeks ago I announced that I’m leaving my position at eHealth Africa where I have spent the last 4 years. It’s been amazing and a wonderful experience for me working for NGOs having a direct impact on people’s life especially in remote areas. But if you look at my career history and especially my old Github repos, you will notice that I have a passion for developer tools; especially compilers, databases, and search engines.
28 Jun 2020
Send passionate developers on vacation, and they usually return with a product idea. Because that’s mostly when their creativity ticks. In my case, I came back with a small toy project that helped me understand and materialize what are cloud functions (aka serverless technology) at the core.
09 Apr 2020
Hi, it’s been a while since I last wrote an article. It’s a really strange time as our world is battling the #COVID-19 Pandemic. Despite all attention to this pandemic, I would like to discuss in this post an important data structure named Inverted Index. I also hope to make the next five minutes of your confinement useful while doing so.
09 Jan 2020
Hi, today I would like to guide you through an exercise of building a Redis client in python. Underway, we will learn a bit about command line interface app, encoding/decoding a simple network protocol message and network programming using python asyncio.