top of page


Spring Security-OAuth 2.0 Login: Securely Accessing Your Favorite Apps and Service
OAuth, which stands for "Open Authorization," is an open standard framework that allows third-party applications to access user data or...

CODING Z2M
Sep 10, 20235 min read
14 views
0 comments


Building Crypto Dashboard with React, Next.js 13, Tailwind CSS, Tremor, Rapid API, Vercel Hosting
create-next-app Read more about Next.js Execute the following command to run the Next.JS App. > npm run dev Libraries: >npm install...

CODING Z2M
Sep 5, 20232 min read
5 views
0 comments


Building Data-Driven Savings Accounts REST API with OAuth2.0 & Cloud MongoDB
In today's digital age, financial institutions are constantly seeking ways to provide innovative and convenient banking solutions to...

CODING Z2M
Sep 4, 20232 min read
9 views
0 comments


Comparing Java's Property Copying and Object Building Techniques
BeanUtils.copyProperties and Lombok's @Builder serve different purposes in Java and are used in different contexts....

CODING Z2M
Sep 2, 20234 min read
14 views
0 comments


Harnessing the Power of React Context API for Effortless State Management
In the fast-paced world of web development, React has solidified its position as one of the most popular JavaScript libraries for...

CODING Z2M
Aug 28, 20235 min read
8 views
0 comments


Building E-Commerce App with React, Next.js 13, Context API, Tailwind CSS, Vercel Hosting
Overview: Developing an simple e-commerce application that provides an immersive shopping experience. Our goal is to create a...

CODING Z2M
Aug 25, 20233 min read
16 views
0 comments


MVC Architecture in Spring Boot - Game-Changing Framework
In Spring Boot, the Model-View-Controller (MVC) architectural pattern is commonly used to build RESTful web services. MVC separates the...

CODING Z2M
Jul 18, 20234 min read
12 views
0 comments


Next.js MongoDB API Routes - Build Robust Back-End Functionality in Minutes
In the world of web development, Next.js and MongoDB are two powerful technologies that, when combined, offer tremendous potential for...

CODING Z2M
Jul 3, 20235 min read
15 views
0 comments


Skyrocket Your App's Security and User Engagement-Next.js OAuth authentication
In today's digital landscape, implementing a robust authentication system is crucial for web applications. OAuth-based authentication...

CODING Z2M
Jul 2, 20235 min read
8 views
0 comments


Neighborhood Social Network App - Next.js 13, React, Auth.js, MongoDB, SSR, CSR, Context API
Creating a Next.js App create-next-app Read more about Next.js NOTE: Here want "TypeScript" Execute the following command to run the...

CODING Z2M
Jun 30, 20232 min read
15 views
0 comments


Unleash Lightning-Fast Speeds: Next.js Performance Optimization
Next.js Performance Optimization: In today's fast-paced digital world, website and application performance is crucial for delivering an...

CODING Z2M
Jun 22, 20234 min read
3 views
0 comments


Unveiling the Power of Server Side & Client Side Components in Next.js
In the world of web development, optimizing performance and delivering exceptional user experiences are top priorities. Next.js, a...

CODING Z2M
Jun 20, 20233 min read
6 views
0 comments


Unleash the Power of Next.js API Routes and Supercharge Your Web Development
Next.js API Routes: In the fast-paced world of web development, building high-performance and scalable applications is paramount. Enter...

CODING Z2M
Jun 20, 20234 min read
6 views
0 comments


Unleash the Power of Next.js File-Based Routing: Boost Performance and Efficiency
Next.js File-Based Routing: It has gained significant popularity as a powerful framework for building efficient and scalable full stack...

CODING Z2M
Jun 20, 20233 min read
5 views
0 comments


Next.js Data Fetching Methods: Boost Performance and Supercharge Your App
Next.js Data Fetching Methods: There are multiple ways to fetch data depending on your specific needs. Here are three common methods for...

CODING Z2M
Jun 16, 20237 min read
7 views
0 comments


Component Rendering Revolution: Next.js CSR vs SSR at the Component Level
Next.js CSR vs Next.js SSR: Next.js, a popular React framework, offers developers the ability to leverage both client-side rendering...

CODING Z2M
Jun 14, 20235 min read
6 views
0 comments


Supercharge Your Web Development Skills: Dive into the Next.js Beginner Tutorial
Next.js Beginner Tutorial: Next.js is a popular open-source framework for building web applications with React. It is built on top of...

CODING Z2M
Jun 4, 20233 min read
11 views
0 comments


Full Stack Event Management CRUD App - Next.JS 13, React, MongoDB, Tailwind CSS, NextAuth
The project aims to develop a robust web full stack application with a responsive user interface, secure authentication, efficient...

CODING Z2M
May 29, 20234 min read
109 views
0 comments


React Hooks Tutorial: Discover the Hidden Gems & Unleash the Magic of Hooks
React Hooks Tutorial: A Hook in React is a special function that allows you to use React state and other features in functional...

CODING Z2M
May 10, 20237 min read
49 views
0 comments


React Guide
React is a popular JavaScript library for building user interfaces in web development. It was developed by Facebook and released in 2013...

CODING Z2M
May 10, 20231 min read
18 views
0 comments
bottom of page