What coding tutorials don't teach you about pushing to ProdI recently wrapped up the architecture for my first major B2B client project. I want to share some honest, behind-the-scenes thoughts—not just the wins, but the exact code and business logic it took tMay 22, 2026·3 min read
Surviving the Flash Sale: My Journey from a Fragile Monolith to a K8s Distributed SystemMar 8, 2026·5 min read
Understanding Variables and Data Types in JavaScriptHey! Welcome to the very first post of our JS Exploration series. You know how it is, whenever you look up JavaScript variables online, you usually find the same boring examples like let x = 10 or letMar 8, 2026·6 min read
CSS SelectorsIntroOkay, we built the skeleton with HTML. It looks ugly. It’s just black text on a white background. Now we want to style it. We want the button to be blue, the text to be bold, and the header to be sticky. But here is the problem: How do you tell ...Jan 31, 2026·3 min read
HTML, It’s Not Just EasyWhat is the exact difference between a Tag and an Element?Jan 31, 2026·4 min read
Emmet for HTMLIf you are writing every single bracket manually, you are doing it the "hard way."Jan 31, 2026·3 min read
How a Browser WorksThe browser was just one single app that "opens websites." I realized it’s actually a collection of huge components working together like a factoryJan 31, 2026·5 min read