Setting up a new backend today: Node.js + Express, MongoDB, JWT, CORS, logging, and PM2 (what I use and why)
Leave a Comment Guide Alan Bollinger August 28, 2025
I spin up a lot of small APIs. Here is the stack I keep coming back to for a solid, modern, and secure baseline. Libraries first, plus short “why,” then a skinny walkthrough you can copy. Core stack Runtime: Node 20 LTS Framework...
Read More »