kelvinbzkelvinbz.hashnode.dev·Nov 23, 2024MERN - ExpressJS FundamentalsFundamentals Express.js is a popular web application framework for Node.js that simplifies building web applications and APIs. Middleware: Functions that access the request and response objects to modify, add data, or trigger other functions. Route...Express.js
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...kunalkushwaha
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...containerization
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...Express 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...authentication
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...Express 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...best 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...ES6
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 ...api
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...ES6