top of page
CODING Z2M
Sep 10, 20235 min read
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...
14 views0 comments
CODING Z2M
Sep 2, 20234 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....
13 views0 comments
CODING Z2M
Jul 18, 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...
12 views0 comments
CODING Z2M
Apr 26, 20233 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...
30 views0 comments
CODING Z2M
Apr 25, 20232 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...
132 views0 comments
CODING Z2M
Apr 21, 20233 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...
23 views0 comments
CODING Z2M
Apr 21, 20236 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...
20 views0 comments
CODING Z2M
Apr 21, 20234 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...
26 views0 comments
CODING Z2M
Apr 20, 20232 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...
32 views0 comments
CODING Z2M
Apr 19, 20237 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....
65 views0 comments
CODING Z2M
Apr 19, 20235 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...
19 views0 comments
CODING Z2M
Apr 19, 20233 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...
27 views0 comments
CODING Z2M
Apr 19, 20236 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...
10 views0 comments
CODING Z2M
Oct 26, 20225 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...
32 views0 comments
CODING Z2M
Oct 26, 20224 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...
70 views0 comments
bottom of page