Best of Node.jsMay 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Full Stack Engineer – Career Guide

    Full Stack engineering roles have been growing in popularity over the last decade. But what exactly are full-stack engineers? What do they do on a day-to-day basis? And how can you become a full- Stack engineer yourself? In this article, I will go over the definition of full- stack engineering.

  2. 2
    Article
    Avatar of amplicationAmplication·3y

    7 Tips to Build Scalable Node.js Applications

    Node.js is a JavaScript framework created on Chrome's V8 JavaScript engine. If used correctly, it can be used to build highly scalable mission-critical applications. This article will discuss several tips which can be helpful when it comes to building scalable applications.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Get Started with NodeJS – a Handbook for Beginners

    In this tutorial, we'll take a high-level look at Node.js– what it is, and what can you do with it. We'll cover all the important Node concepts with hands-on examples and a lot of code snippets. This article is heavily inspired by the NodeJS and Express - Full Course on freeCodeCamp taught by John Smilga.

  4. 4
    Article
    Avatar of colkgirlCode Like A Girl·3y

    How to Build a RESTful API with Node.js and Express

    How to Build a RESTful API with Node.js and Express, we will explore how to build a high-performance API using Node.JS and Express. By the end, you’ll have the knowledge and skills to create your own scalable and efficient API.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    How JavaScript V8 engine works under the hood?

    Learn how the V8 engine works under the hood, including parsing, compilation, and execution stages. Discover the benefits of just-in-time (JIT) compilation and how it improves performance.

  6. 6
    Article
    Avatar of medium_jsMedium·3y

    Create a Telegram Bot in Seconds: The Ultimate Step-by-Step Guide

    Create a Telegram Bot in Seconds: The Ultimate Step-by-Step Guide. The full template includes a built-in database, administration system, and commands. When you run the bot using for the first time, the database will be automatically created. All commands must be exported as below.

  7. 7
    Article
    Avatar of bitBits and Pieces·3y

    Quickstart to Node’s Crypto Module for Encryption/Decryption

    In this guide, we explore how you can use Node’s built-in crypto module to correctly perform the (symmetric) encryption/decryption operations to secure data for your applications. In layman terms, symmetric encryption is when you take the text you want to encrypt (called the plaintext) and use a secret key.

  8. 8
    Article
    Avatar of medium_jsMedium·3y

    Guide to managing environment variables with Infisical + Node.js

    This guide explains how to use Infisical, an open-source secret management platform, to manage environment variables in a Node.js project. It covers setting up a project in Infisical, creating an Infisical Token, creating a Node application, and provides tips for optimal usage.