The Week My Database Learned to Defend Itself
How AxioDBCloud went from an open TCP socket to a TLS-encrypted, authenticated, pooled, and AI-drivable system in seven days. There is a specific kind of discomfort that comes from looking at your ow
Search for a command to run...

Series
I document what I learn, build, and reflect on during weekends and free time. This is a progress log, not tutorials—just honest notes on engineering, mistakes, and growth as a software engineer.
How AxioDBCloud went from an open TCP socket to a TLS-encrypted, authenticated, pooled, and AI-drivable system in seven days. There is a specific kind of discomfort that comes from looking at your ow
Most Node.js tutorials stop at "it works on my machine." Production is where the interesting failures live, and they rarely show up in your logs. Memory climbs for no visible reason. One endpoint pegs
The pricing problem that would not leave me alone I have been working with Cloudflare Workers for a long time now. I have contributed to a few open source tools in the Workers ecosystem, deployed Work
I never studied computer science. My degree is in Arts. I learned to code from YouTube videos, late nights, and a stubborn refusal to accept that I couldn't figure things out on my own. So when I say
How I Built BanglaCode — a Banglish Programming Language — in a Sunday Vibe 🚀 Sunday, 8 Feb 2026 — the world already feels different from what it used to be even 3 years ago. AI in 2026 isn’t just an autocomplete or helper; it is a reasoning partner...
When I first built ReviewBuddy, it started as a simple GitHub Action written in Shell Script. At that time, the goal was straightforward:👉 get something working fast, validate the idea, and ship. And shell scripting did its job. But as ReviewBuddy s...