Backend

155 articles in this category

Java Backend Development: The Ultimate Guide (2026)
Backend
13 min read

Java Backend Development: The Ultimate Guide (2026)

This is the most comprehensive guide to Java backend development online. You will learn Java for the backend from scratch to an advanced level, and build a real API along the way.

8/12/2026
Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 8.2: Custom OAuth2UserService and Persisting Users in the Database
Backend

Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 8.2: Custom OAuth2UserService and Persisting Users in the Database

After a user successfully authenticates with Google, Spring Security retrieves the user's profile information.

7/31/2026
Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 8.1: Configuring Google OAuth2 Login in Spring Boot
Backend

Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 8.1: Configuring Google OAuth2 Login in Spring Boot

Google acts as the Authorization Server, while your Spring Boot application acts as the OAuth2 Client.

7/30/2026
Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 8: OAuth2 Login, Social Authentication, and OpenID Connect
Backend

Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 8: OAuth2 Login, Social Authentication, and OpenID Connect

Spring Security provides built-in support for OAuth2 and OpenID Connect (OIDC), making it straightforward to integrate third-party identity providers into Spring Boot applications.

7/29/2026
What Is System Design and Architecture?
Backend

What Is System Design and Architecture?

Whether you're developing a simple web application or a large distributed system, understanding how software components fit together helps you make better technical decisions from the start.

7/28/2026
Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 7: JWT Authentication and Authorization for Secure REST APIs
Backend

Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 7: JWT Authentication and Authorization for Secure REST APIs

In this article, we will build a complete JWT-based authentication system using Spring Security 7, Spring Boot 4, and Java 21.

7/27/2026