Debugging a Blue-Green Deployment from Scratch: Six Errors, Six Fixes, One Working SystemWe recently set up a blue-green deployment pipeline for a Node.js/Next.js marketplace application running on a single VPS, with GitHub Actions as the CI/CD layer and nginx as the reverse proxy. The syMay 5, 2026·12 min read·3
From One Process to 1,000 Users: How I Scaled a Nigerian Marketplace API Without Rewriting ItMar 19, 2026·9 min read·1
Lessons from a Multi-Tenant School Portal - What Worked, What Hurts, and What I’d Change Next TimeJan 6, 2026·6 min read·5
Simplifying Repetitive Tasks with CRON Jobs: My Backend StoryWhen I was tasked with developing the API for my church website, I was both honored and excited. It wasn’t just a project—it was recognition that my church saw me as the tech guy, their very own “tech bro.” Naturally, I was determined to do a stellar...Jan 3, 2025·3 min read·29
Getting Started with Laravel, Vue.js and InertiaWhat is Inertia.js? It is a package that enables you to build single-page applications without building an API. It allows you to build a monolith that behaves like a SPA! It simply connects a server-side framework to a client-side framework. You get ...Jul 26, 2023·6 min read·18