Practical writing on Java, Spring, AI, and the craft of software engineering.
If you're building with Java and Spring (or trying to figure out where AI fits into your development workflow) you're in the right place. I write practical, beginner-friendly deep dives on Spring Boot, Spring AI, and software engineering fundamentals, collected here in chronological order.
Filtering by tag: Spring Boot

What's new in Spring Security 6
In this article we will discuss the new features of Spring Security 6 and create a new Spring Boot 3 project together.
Spring Boot REST API Domain Class Converter
In this tutorial, you will learn about a class called the Domain Class Converter in Spring Data. This class will allow you to take arbitrary input like an id from a path variable in a REST API and automatically create a domain object by using Spring Data's CrudRepository.

How to Secure your REST APIs with Spring Security & JSON Web Tokens (JWTs)
In this tutorial, you will learn how to secure REST APIs with Spring Security and JSON Web Tokens (JWTs).

Spring Boot REST Service: How to build a REST API in Java
In this tutorial you will learn how to build a REST API in Java using Spring Boot.

Spring Boot Testing Basics: How to Unit Test & Integration Test REST Controllers
In this article, we're going to dive into the world of testing in Spring Boot, specifically looking at unit tests and integration tests.

Spring Boot in Visual Studio Code
In this tutorial I will show you how to create a new Spring Boot application in Visual Studio Code

Spring Beans @Component vs @Bean
Spring Beans @Component vs @Bean