top of page


Spring Boot Questions & Answers
1. Why do we use @Autowired at the constructor level? Answer: We use @Autowired at the constructor level in Spring to inject...

CODING Z2M
Apr 19, 20236 min read
Â
Â
Â


Building Job Board Website with React, Tailwind CSS, Firebase Hosting
React Guide Building a mobile first, responsive job board website with React, React Icons, React Router, Tailwind CSS, and Firebase...

CODING Z2M
Apr 6, 20232 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
Â
Â
Â


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
Â
Â
Â


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
Â
Â
Â


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
Â
Â
Â


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
Â
Â
Â


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
Â
Â
Â


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
Â
Â
Â


Responsive Web Design Made Easy: Learn the Art of Responsive Styling in React Using Tailwind CSS
Responsive Styling in React Using Tailwind CSS: First, read, Getting Started with React to create and run basic react project. Tailwind...

CODING Z2M
Feb 18, 20232 min read
Â
Â
Â


Supercharge Your Coding Skills: Full Stack Web Development Course
Introduction To React.JS Web Development Welcome to a comprehensive guide on the advantages of using React, the popular JavaScript...

CODING Z2M
Feb 17, 20234 min read
Â
Â
Â
Building E-Commerce App with React Native & Redux
Create an account with https://expo.dev/ (Expo CLI) and login into your account. Installation - Expo Go app for Android and iOS Note:...

CODING Z2M
Feb 14, 20231 min read
Â
Â
Â


Video Sharing App with React JS, TailwindCSS, RapidAPI, Firebase Hosting
Building mobile first, responsive Netflix clone with React, Redux, Tailwind CSS, Login & Logout functionality with Google Firebase...

CODING Z2M
Jan 11, 20231 min read
Â
Â
Â
Building Angular Weather App - Accessing Public Weather API -
Building a Angular weather app with Angular 13 and accessing live weather forecast data through Subscribe and use "WeatherAPI.com" public...

CODING Z2M
Nov 27, 20221 min read
Â
Â
Â
bottom of page