top of page
Resources
Whether you are a beginner or an experienced developer, this blog series will provide you with the knowledge and skills needed to build high-quality and scalable applications using Node.js, Java Spring Boot Microservices with Spring Cloud, React, and React Native.


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
13 views
0 comments


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
6 views
0 comments


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
25 views
0 comments


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
33 views
0 comments


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
22 views
0 comments


Building REST API for a Blogging Platform with Node.js | Express | MongoDB | Mongoose | JWT | Jest
This app is designed to teach students how to build a REST API for a Blogging Platform with Node.js, Express, MongoDB, Mongoose, JWT...

CODING Z2M
Mar 30, 20233 min read
36 views
0 comments


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
22 views
0 comments


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
66 views
0 comments


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
43 views
0 comments


Building Food-Ordering API with Node.js | Express | MongoDB | Mongoose | Typescript | JWT Authentica
Learn how to build a RESTful API using Node.js and the Express web framework. with Typescript. Students will learn how to set up a...

CODING Z2M
Mar 26, 20233 min read
29 views
0 comments


Building E-Commerce API with Node.js | Express | MongoDB | Mongoose | JWT Authentication
Learn how to build a RESTful API using Node.js and the Express web framework. Students will learn how to set up a Node.js development...

CODING Z2M
Mar 26, 20232 min read
58 views
0 comments


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
35 views
0 comments


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
22 views
0 comments


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
18 views
0 comments


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
12 views
0 comments


Getting Started with Node.js
The "Getting Started with Node.js REST API with Express" app is designed for developers who are new to Node.js and want to learn how to...

CODING Z2M
Mar 3, 20232 min read
68 views
0 comments
bottom of page