ogbonnannamdi.hashnode.devThe Network is a Lie: Why Most App Architectures Are Fundamentally BrokenApps these days are inaccessible without an internet connection.As we all know, in an online-first architecture, an application fundamentally relies on a constant and stable internet connection to function. Data is primarily managed, stored, and sync...Dec 31, 2025·3 min read
ogbonnannamdi.hashnode.devThe modern Chrome extension stack (Vite + Crxjs)One mistake I often see new developers make is starting a project without conducting proper research on the ecosystem and the tools required for the project to succeed. It’s normal for first timers, I too was once a victim of this, when I first start...Dec 18, 2025·3 min read
ogbonnannamdi.hashnode.devBuilding my own version of the Momentum extension (but better)I’ve always loved the Momentum Chrome extension. It’s beautiful, simple, and sets a great mood for work. But as a developer, I found myself constantly wanting just a little bit more functionality out of it. I didn't want a complex project management ...Dec 15, 2025·2 min read
ogbonnannamdi.hashnode.devGetting Started with Django: A Guide for BeginnersIf you're a Python developer looking to build powerful, scalable web applications quickly, Django is one of the best frameworks available. Known for its simplicity, flexibility, and “batteries-included” approach, Django comes with numerous built-in t...Nov 1, 2024·4 min read
ogbonnannamdi.hashnode.devHow to fetch a branch from upstream repository to local repoHello, guys if you are new to git you will surely experience difficulty in fetching a branch from your remote repo on GitHub to your local machine. Here I have summarised the steps on how to go about it. First, we will check our current configured r...Apr 29, 2023·2 min read