🚪 My API Gateway Deserved Better Than Express
I was building backend services in Express.js—fast, flexible, and easy to spin up. But then it hit me: JavaScript isn’t type-safe. One typo, and suddenly user.name becomes undefined.name—hello, productio...