Backend

20 articles in this category

TypeScript Backend Frameworks: How to Choose the Right One
Backend
9 min read

TypeScript Backend Frameworks: How to Choose the Right One

TypeScript changed what a Node.js framework can guarantee, and a handful of frameworks now treat types as the design constraint rather than an add-on. Here is what NestJS, AdonisJS, Fastify, Hono, Ts.ED, and LoopBack 4 each optimise for, and how to pick between them.

8/22/2026
AdonisJS Tutorial: The Ultimate  Guide (2023)
Nodejs

AdonisJS Tutorial: The Ultimate Guide (2023)

This is the most comprehensive tutorial on the AdonisJS framework online.In this AdonisJS tutorial, you will learn AdonisJS 5 from scratch to an advanced level. You will learn how to build and deploy your first AdonisJS app.

8/18/2026
ExpressJS Tutorial: The Ultimate Guide (2023)
Backend

ExpressJS Tutorial: The Ultimate Guide (2023)

This is the most comprehensive tutorial to the ExpressJS framework online. In this expressjs tutorial, you will learn how to use the most popular Node.js framework, Expressjs. You will learn ExpressJS from scratch to an advanced level. Also, how to install Node.js and set up the Expressjs server in your local machine.

8/18/2026
NestJS Typescript: The Ultimate Guide (2023)
Backend

NestJS Typescript: The Ultimate Guide (2023)

NestJS is one of the fastest-growing typescript frameworks in the Node.js ecosystem. You will learn Nest.js from scratch to an advanced level using TypeScript.

8/17/2026
Don’t Charge Your Users Twice: Understanding Idempotency
Backend

Don’t Charge Your Users Twice: Understanding Idempotency

Idempotency is an interesting concept. It is based on the fact that acting many times provides the same result as doing it just once.

5/8/2026
Build a Personal Library API with Node.js, Express and MongoDB
Backend

Build a Personal Library API with Node.js, Express and MongoDB

The principle that guides the Mastering Backend community is simple: You can only ever really make progress by building real-world applications which help to solve real-world problems. If you’re looking to build an impressive portfolio, it is crucial that you do not underestimate any APIs that are well-built.

9/24/2025