top of page


Test-Driven Development (TDD) in Node.js Express App
Test-driven development (TDD) is a software development approach that involves writing tests before writing the actual code. In TDD,...

CODING Z2M
May 2, 20234 min read
Â
Â
Â


How Express is used in Node.js & its Features
Express is a popular web framework for Node.js that simplifies the process of building web applications and APIs. Express provides a...

CODING Z2M
Apr 29, 20234 min read
Â
Â
Â


Testing HTTP Endpoints Using Jest and Supertest
How Jest and Supertest are used together in test cases written in Node.js REST API? est and Supertest are two popular tools used together...

CODING Z2M
Apr 24, 20236 min read
Â
Â
Â


Benefits Defining Classes in a Node.js Express REST API
Defining classes and objects in a Node.js Express REST API can provide several benefits, including: Modularity: Classes and objects...

CODING Z2M
Apr 1, 20233 min read
Â
Â
Â


Using JWT in Node.js Express REST API
JWT (JSON Web Token) is a popular method for securely transmitting information between parties as a JSON object. It is often used as a...

CODING Z2M
Apr 1, 20233 min read
Â
Â
Â


Useful Middleware in Node.js Express REST API
CORS (Cross-Origin Resource Sharing) Middleware CORS (Cross-Origin Resource Sharing) is a mechanism that allows web applications running...

CODING Z2M
Mar 30, 20234 min read
Â
Â
Â


Beginner's Guide: Node.js Backend Development with Express, MongoDB, TypeScript & JWT
In this blog post, we will explore the world of REST API development using Node.js, Express, MongoDB, Typescript, and JSON Web Tokens...

CODING Z2M
Mar 30, 20231 min read
Â
Â
Â


Building Blocks of Node.js Express REST API
What is Node.js? Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that is built on the Chrome V8...

CODING Z2M
Mar 30, 20237 min read
Â
Â
Â


Performing CRUD operations against MongoDB in Node.js REST API with Express & Mongoose
What is Mongoose & uses of defining a model using Mongoose schema in Node.js Mongoose is an Object Data Modeling (ODM) library for...

CODING Z2M
Mar 10, 20232 min read
Â
Â
Â


Handling Requests & Responses in Node.js REST API with Express & Error Handling with asyncHandler
Handling Requests & Responses in Node.js REST API with Express The following are the steps to handle the requests and responses by...

CODING Z2M
Mar 10, 20232 min read
Â
Â
Â


What is mongoose & its key features
Mongoose is an Object-Document Mapping (ODM) library for Node.js and MongoDB. It provides a simple and efficient way to interact with...

CODING Z2M
Mar 4, 20232 min read
Â
Â
Â


Asynchronous Programming in Node.js
Why Asynchronous programming is important for Node.js? Asynchronous programming is a programming paradigm that allows you to write code...

CODING Z2M
Mar 4, 20232 min read
Â
Â
Â
bottom of page