© 2026 Hashnode
Welcome back to the backend development series!In the previous posts, we built basic web servers using Node.js and Bun to understand how raw server handling works. But let’s face it — writing vanilla backend logic using plain HTTP methods quickly bec...

Data modeling is an essential part of backend development. It defines how data is organized, stored, and accessed from a database. It ensures consistency in applications. Mongoose, a popular Node.js library, simplifies data modeling with MongoDB, a N...
