top of page
Resources
Whether you are a beginner or an experienced developer, this blog series will provide you with the knowledge and skills needed to build high-quality and scalable applications using Node.js, Java Spring Boot Microservices with Spring Cloud, React, and React Native.


Docker Compose Support in Spring Boot 3.1.0
Dockerizing Spring Boot Application - Important Docker Commands Docker Compose Support in Spring Boot 3.1.0 The Compose file Compose and...

CODING Z2M
May 4, 20232 min read
16 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
9 views
0 comments


Building Data-Driven Savings Account REST Spring Boot Service
The objective of this project is to build a RESTful Spring Boot service for a data-driven Savings Account REST API. The service should...

CODING Z2M
Apr 25, 20234 min read
29 views
0 comments


Building a Spring Boot Blogging Platform REST Service
Building a Spring Boot Blog Platform REST Service using Spring Framework, Spring Data JPA & its Features. Java Back-End Development...

CODING Z2M
Apr 25, 20233 min read
12 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, 20231 min read
33 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
15 views
0 comments


Using Spring Data JPA in Database Driven Spring Boot REST API
How Spring Data JPA can be used in a Spring Boot REST API? Spring Data JPA is a popular Java library that simplifies the development of...

CODING Z2M
Apr 21, 20235 min read
9 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
8 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
16 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
47 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
4 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
9 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
3 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
30 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
61 views
0 comments
bottom of page