Best of Express.jsJuly 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    The Complete Guide to Becoming a Web Developer: Part 7

    The Complete Guide to Becoming a Web Developer: Part 7. Node.js, NPM, Express and Express are at the forefront of this revolution. These tools have made it possible for developers to use JavaScript, a language traditionally used for front-end development, for server-side programming. NPM is a tool that comes with Node.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Use Queues in Web Applications – Node.js and Redis Tutorial

    This article will focus on explaining what message queues are and how to get started with them by building a very simple application. You should be familiar with the basics of Node.js, and you should have Redis installed locally or on a cloud instance. Learn how to install Redis here.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    Build a MEAN web app: Part 1 - The architecture

    MEAN stack is a web development framework that uses JavaScript-based technologies to build dynamic and scalable web applications. It allows developers to use a unified programming language, JavaScript (or TypeScript) for both front-end and back-end development. The MEAN stack includes MongoDB, Express, Angular, and Node.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    The Complete Guide to Becoming a Web Developer: Part 9

    The Complete Guide to Becoming a Web Developer: Part 9 Welcome, tech enthusiasts and web developers, to another part of the series ‘Becoming a web developer’ This article will dive into an exciting journey exploring the world of MongoDB Cloud Atlas, Node.js, and Mongoose. To complement MongoDB and Node.

  5. 5
    Article
    Avatar of hackernoonHacker Noon·3y

    Creating a Node.js Server With Postgres and Knex on Express

    Creating a Node.js Server With Postgres and Knex on Express is a guide on setting up a node.js server. All within the Express.js framework, this guide will help you get the most out of your Node.JS server.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Create a Chatbot With the ChatGPT API

    OpenAI's ChatGPT API is a great tool for getting information as quickly as possible for your coding projects. In this article, you'll learn how to create an OpenAI account, retrieve your API keys and query Open AI's GPT-3 model from your Node.js application.