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


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


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


Hibernate One-To-Many & Many-To-One Bi & Uni Directional Mappings
Hibernate is a widely-used Java framework that simplifies the process of interacting with databases. It provides an Object-Relational...

CODING Z2M
Apr 26, 20233 min read
30 views
0 comments


Beginner's Guide: Java Back-End Development with Spring Boot
Building Cloud Native Microservices with Spring Cloud & Kubernetes from scratch through Learn-By Doing. Java Back-End Development refers...

CODING Z2M
Apr 25, 20232 min read
132 views
0 comments


Models for Building a Spring Boot REST API
Here are some popular models for building a Spring Boot job board REST API: MVC (Model-View-Controller) architecture: This is a...

CODING Z2M
Apr 21, 20233 min read
23 views
0 comments


Discover the Role of Hibernate, Spring Data JPA & JPA in Database Driven Spring Boot Applications
JPA (Java Persistence API) JPA is a specification that defines a set of interfaces and annotations for object-relational mapping (ORM) in...

CODING Z2M
Apr 21, 20236 min read
20 views
0 comments


Critical Terms in Modern Web Development
Web services, REST APIs, endpoints, and JSON are all critical terms in modern web development. They are often used in conjunction with...

CODING Z2M
Apr 21, 20234 min read
26 views
0 comments


Using Spring Security 6 in Spring Boot REST API
Overview Spring Security 6 is the latest version of Spring Security, which is used to provide security features to web applications. It...

CODING Z2M
Apr 20, 20232 min read
32 views
0 comments


30 Essential Annotations for Developing Spring Boot REST Web Services
The Spring Framework provides a wide range of annotations that can be used to develop RESTful web services in a Spring Boot application....

CODING Z2M
Apr 19, 20237 min read
65 views
0 comments


Inversion of Control (IoC) and Dependency Injection (DI) & AOP in Spring | Spring Core & Spring MVC
Inversion of Control (IoC) and Dependency Injection (DI) are two key concepts in the Spring Framework that help to reduce the complexity...

CODING Z2M
Apr 19, 20235 min read
19 views
0 comments


Introduction to the Spring Framework
The Spring Framework is a powerful and popular Java framework that is widely used for developing enterprise-level applications. It was...

CODING Z2M
Apr 19, 20233 min read
27 views
0 comments


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


Deploying Spring Boot Microservices to Google Kubernetes Engine Cluster on Google Cloud Platform
Tools: JDK 17, Spring Tools Suite, Git, Docker, Kubernetes(GKE), ELB CLI, Google Cloud Account What is Docker? open source...

CODING Z2M
Oct 26, 20225 min read
32 views
0 comments


Dockerizing Spring Boot Application - Important Docker Commands
What is Docker? Open source containerization platform and it enables developers to package applications into containers—standardized...

CODING Z2M
Oct 26, 20224 min read
70 views
0 comments
bottom of page