I use Node.js on the back end to bring all the fun and functions of JavaScript to my servers.
Choosing the best way to add versioning to my Node.js API became quite an adventure! In this blog post, I looked at three approaches and (finally) picked my favourite.
Written by Codemzy in Node.js on June 2nd, 2023
How should we structure folders and files in Node.js? I was unhappy and slightly confused by the MVC approach, and wanted to move to a more colocation/feature-based structure. Here's what I came up with.
Written by Codemzy in Node.js on November 28th, 2022
Image files can get big, so you might want to think about reducing image sizes when you let users upload photos on your website. Here's how you can use npm packages like sharp and multer to handle files and images in Node.js.
Written by Codemzy in Node.js on December 15th, 2021