AI Wrote the Feature in Minutes. Three Questions Took the Rest of the Day
Building is cheap now. Deciding what happens when things go wrong is not
Search for a command to run...
Articles tagged with #nodejs
Building is cheap now. Deciding what happens when things go wrong is not
This weekend, I didn’t binge-watch anything.I stress-tested my own DNS server. For the past few months, I’ve been building NexoralDNS — a UDP-based DNS server focused on performance, analytics, and control. Not a wrapper. Not a proxy. A real packet-l...
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...
Today was not meant to be educational. It was meant to be safe. I work as a full-time software engineer at Hoichoi, building backend systems that power a production platform used by millions — you probably know it as https://hoichoi.tv. And when you’...
Today, I was working on an admin panel feature. Simple task.One button.One API. 👉 “Create Policy” I clicked the button. Policy created ✅Clicked again (by mistake)…Another policy created ❌Clicked again (slow network)…Boom — three duplicate records. N...
Why This Project Exists (The Real Reason) NexoralDNS didn’t start as a “product idea”. It started with curiosity. When I first tried to learn how DNS servers work—from blogs and YouTube—the explanations felt abstract: UDP call on port 53 recursive ...