IImeshinmeshdev.hashnode.dev·7h ago · 9 min readRouting: How Express Decides Who AnswersRouting: How Express Decides Who Answers In Post 2 we saw that Express is Node's req and res with the boring parts pre-filled, and that one of those boring parts is answering the question "which funct00
IImeshinmeshdev.hashnode.dev·7h ago · 11 min readWhat Express Actually Is (and Why It Exists)What Express Actually Is (and Why It Exists) In Post 1 we figured out when to reach for Express and who's running it. Now the fun part: figuring out what it's actually doing for you. And the best way 00
IImeshinmeshdev.hashnode.dev·1d ago · 8 min readWhy Express? Picking a Backend Without the HypeWhy Express? Picking a Backend Without the Hype Let's be honest about how most people meet Express. You're following some tutorial, it says npm install express, you paste a "Hello World," it works, an00