Articles by Tag #express

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Modern API Development with Node.js, Express, and TypeScript using Clean Architecture

APIs are the backbone of modern web applications. As the complexity of applications grows, it's...

Learn More 573 42Aug 17 '24

How to make your Express.js APIs 9x faster with Encore.ts

Encore.ts is Open Source backend framework for TypeScript. This guide walks you through how to...

Learn More 155 21Sep 10 '24

Mastering Express.js: A Deep Dive

Express is an extremely commonly used web server application framework in Node.js. Essentially, a...

Learn More 106 3Jan 4

Encore.ts — 9x faster than Express.js (feature comparison and migration guide)

Watch the video on YouTube: https://www.youtube.com/watch?v=hA9syK_FtZw Written migration guide for...

Learn More 89 1Sep 24 '24

Next.js vs Express: Which Framework Should You Use in 2024?

As web development continues to evolve in 2024, the choice of frameworks has never been more...

Learn More 34 6Sep 15 '24

Node Express

      One of Node.js's most popular and well-known frameworks is Node Express. Node Express, is used...

Learn More 33 4Dec 1 '24

Authentication and authorization in Node.js applications

Thanks to our friendly Cerbos community member—who wishes to remain anonymous—for this tutorial. For...

Learn More 26 6Oct 8 '24

Docker for Node.js Developers: A DevOps Guide to Efficient Deployment

Introduction We're working on "Docker for Node.js Developers: A DevOps Guide to Efficient...

Learn More 22 8Jul 8 '24

Beginner's Guide to Handling DELETE Requests in Node.js with Express

If you're developing web applications or APIs, Node.js Express is a widely used framework that makes...

Learn More 21 0Sep 24 '24

Understanding Bearer Tokens: A Simple Guide for Node.js APIs

If you’re working on a Node.js API and looking for secure ways to authenticate users, you’ve likely...

Learn More 18 6Feb 8

Setting Up Express.js, PostgreSQL, and Sequelize CLI for Production-Ready Applications.

Hi, Thank you for you checking out this post!, I'm Ally and in this blog, I will guide you through...

Learn More 17 2Sep 27 '24

Create Templates in Node.js with Handlebar

Imagine you’re building a web application that sends personalized welcome emails to new users....

Learn More 16 0Feb 24

Cluster Your Node.js Application for Better Performance

Node.js is known for its speed and efficiency, making it a popular choice for building...

Learn More 16 0Sep 19 '24

The Ultimate Guide to Docker, React, Express, and Java 🌟

🚀 The Ultimate Guide to Docker, React, Express, and Java 🌟 A developer's dream team,...

Learn More 14 2Dec 4 '24

Securing Node.js Express APIs with Clerk and React

When calling multiple external APIs from an application using Clerk for authentication, you need to...

Learn More 14 2Sep 30 '24

How to Create a Scalable Folder/File Structure for Your Express Application

Throughout my journey as a developer, I've encountered a variety of methods for organizing folder...

Learn More 14 4Jul 18 '24

[DAY 113-117] I built 5 backend projects to acquire a backend certificate

Hi everyone! Welcome back to another blog where I document the things I learn in web development. I...

Learn More 14 0Sep 17 '24

🚀 Create Complete MERN Web App (OPT verification, JWT Token and more) 🔥 🌐

A post by Hanzla Baig

Learn More 13 0Feb 5

Send emails using Nodemailer (Typescript)

Introduction Have you wondered about how emails are sent from a piece of typescript file?...

Learn More 13 3Dec 27 '24

Simplify Gin Input Validation in Go with ginvalidator

Overview ginvalidator is a set of Gin middlewares that wraps the extensive collection of...

Learn More 12 1Nov 13 '24

Exploring Design Patterns for Express.js Projects: MVC, Modular, and More

Exploring the Three Main Design Patterns for Express.js Projects: Feature-Based, Layered,...

Learn More 11 1Nov 20 '24

File-Type Validation in Multer is NOT SAFE🙃

When dealing with file uploads in Node.js, one of the most used packages is Multer. It’s simple to...

Learn More 11 2Oct 2 '24

Building RESTful APIs with Node.js and Express: Step-by-Step Tutorial

Building RESTful APIs with Node.js and Express A RESTful API (Representational State...

Learn More 10 0Oct 19 '24

🚀 Introducing CampX: An Open-Source Node.js, MongoDB, and Express Project – Your Contributions Welcome! 🌟

Hey Dev community! 👋 I'm thrilled to introduce CampX, an open-source project I built using Node.js,...

Learn More 10 0Sep 7 '24

🌟 Unlocking the Power of Node.js and Express.js: An In-Depth Guide 🚀

🌟 Unlocking the Power of Node.js and Express.js: An In-Depth Guide 🚀 In the world of web...

Learn More 10 0Oct 25 '24

Implementing JWT Authentication with Express, MongoDB, and Passport.js

Introduction Secure authentication is a core concept in the development of modern web...

Learn More 9 0Aug 14 '24

Practical Guide to Set Up Multiple NodeJS Apps on AWS EC2 Instance with Automatic Deployment using GitHub Actions (Screenshots)

Introduction First of all, this is a verrrrrryyyyy loooooooooonnng epistle. Feel free to...

Learn More 9 4Aug 24 '24

A Guide to Server-Side Rendering (SSR) with Vite and React.js

Let’s dive deeper into the concept of server-side rendering (SSR) and how it can enhance the user...

Learn More 9 1Aug 5 '24

CRUD with ExpressJS and MongoDB (Typescript)

Introduction As a backend developer seeking to create APIs, you'll want to learn about how...

Learn More 9 2Dec 28 '24

Setting Up a Node.js, TypeScript, and Express Project

Node.js is a popular runtime environment for building server-side applications. It allows you to...

Learn More 9 2Oct 27 '24