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


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


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


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


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


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


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


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


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


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


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


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


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


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


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
Â
Â
Â
bottom of page