🚀 Master Near-Zero Downtime: The Blue/Green Deployment Blueprint with NGINX, Docker, & Real-Time ObservabilityManaging the web servers that power today's digital experiences from simple informational sites to complex e-commerce platforms is a core responsibility shared by both Systems Administrators and Software Engineers. A key challenge in this role is per...Dec 9, 2025·6 min read
Deployment Rollback due to Code RegressionThe following is the incident report of a deployment rollback due to code regression that occurred 3rd January 2024. We understand that the service issue affected our valued users and developers, we apologize to everyone affected. Issue Summary The u...Jan 17, 2024·2 min read
what-happens-when#the-g-key-is-pressedNoThe physical keyboard operations and OS interruptions are described in the sections that follow. The browser receives an event when you press the letter “g,” and the auto-complete features begin to work. A dropdown menu will appear below the URL ba...Dec 15, 2023·1 min read
what happens when you type https://www.google.com in your browser and press enterThe idea behind what happens when you input www.google.com into your browser starts with a journey from your curiousity to your finger tip to your keyboard. I'll begin by defining "WWW," which stands for "World Wide Web." Web browsers are used to acc...Dec 15, 2023·6 min read
Structures in C (Alx candidates)Structure in C is a user-defined data type. It is used to bind two or more similar or different data types or data structures together into a single type. For this write up we will be creating a struct data type to be used in our project. In essence,...Aug 30, 2023·2 min read