Risharth pardeshirisharthpardeshi.hashnode.dev·Oct 20, 2024Express 5 is finally outExpress 5 has finally arrived after years of development, marking a significant evolution for one of the most popular Node.js frameworks! The update brings several new features, enhancements, and some breaking changes, making it both exciting and nec...Discusskunalkushwaha
freeCodeCampforfreeCodeCampfreecodecamp.org·May 8, 2024How to Run a Postgres Database in Azure Kubernetes Service and Integrate it with a Node.js Express ApplicationBy Ayomide Wilfred Hey everyone! Today, you're going to learn about deploying a Postgres container in Azure Kubernetes Service (AKS) and connecting it to a Node.js application. In this fast-paced development landscape, deploying via containers, parti...Discusscontainerization
freeCodeCampforfreeCodeCampfreecodecamp.org·Jun 12, 2023How to Streamline Your File Upload Process in Express.js with MulterBy Kelvin Moses File uploading is a common requirement in web development projects. But handling file uploads in Node.js can be complex and time-consuming. That's where Multer comes in. Multer is a powerful middleware for Node.js that simplifies the...DiscussExpress JS
freeCodeCampforfreeCodeCampfreecodecamp.org·May 15, 2023How to Secure Your MERN Stack App with JWT-Based User Authentication and AuthorizationBy FADAHUNSI SEYI SAMUEL MongoDB, Express, React, and Node.js are the components of the MERN stack, one of the most widely used web development stacks out there today. The MERN stack enables programmers to create dependable web applications with stro...Discussauthentication
freeCodeCampforfreeCodeCampfreecodecamp.org·Sep 27, 2022How to Test Your Express.js and Mongoose Apps with Jest and SuperTestBy Rakesh Potnuru Testing is a vital part of software development. The sooner you start testing, the better. In this article, I'll show you how to write tests for your NodeJs/ExpressJS and MongoDB/Mongoose applications with Jest and Supertest. Let's...DiscussExpress JS
freeCodeCampforfreeCodeCampfreecodecamp.org·May 4, 2022REST API Design Best Practices Handbook – How to Build a REST API with JavaScript, Node.js, and Express.jsBy Jean-Marc Möckel I've created and consumed many API's over the past few years. During that time, I've come across good and bad practices and have experienced nasty situations when consuming and building API's. But there also have been great moment...Discussbest practices
freeCodeCampforfreeCodeCampfreecodecamp.org·Jul 13, 2020How to Build a Multiplayer Tabletop Game Simulator with Vue, Phaser, Node, Express, and Socket.IOBy M. S. Farzan Putting together all of the pieces of a full stack JavaScript application can be a complex endeavor. In this tutorial, we're going to build a multiplayer tabletop game simulator using Vue, Phaser, Node/Express, and Socket.IO to lear...DiscussES6
freeCodeCampforfreeCodeCampfreecodecamp.org·Apr 22, 2020REST API Tutorial – REST Client, REST Service, and API Calls Explained With Code ExamplesBy Vaibhav Kandwal Ever wondered how login/signup on a website works on the back-end? Or how when you search for "cute kitties" on YouTube, you get a bunch of results and are able to stream off of a remote machine? In this beginner friendly guide, I ...Discussapi
freeCodeCampforfreeCodeCampfreecodecamp.org·Mar 25, 2020How to Build a Multiplayer Card Game with Phaser 3, Express, and Socket.IOBy M. S. Farzan I'm a tabletop game developer, and am continually looking for ways to digitize game experiences. In this tutorial, we're going to build a multiplayer card game using Phaser 3, Express, and Socket.IO. In terms of prerequisites, you'll...DiscussES6
freeCodeCampforfreeCodeCampfreecodecamp.org·Mar 2, 2020How to deploy your app to the web using Express.js and HerokuBy Peter Gleeson If you are new to the world of web development, you will spend a lot of time learning how to build static sites with HTML, CSS and JavaScript. You might then start learning how to use popular frameworks such as React, VueJS or Angula...Discussdeployment