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.
Java 17 🤝 AWS Lambda: Creating Serverless Functions in Java & Spring with Java 17
AWS has made a big announcement recently - Java 17 runtime is now supported on AWS Lambda. What this means is, you now have the freedom to write your lambda functions using Java in Spring and specifically target JDK 17.
Demystifying Spring Session: A Comprehensive Introduction for Java Developers!
In this tutorial, we'll explore the powerful features of Spring Session and learn how to effectively manage user sessions in your Java web applications.

OAuth2 Login Made Easy in Java: A Spring Boot & Spring Security Walkthrough
In this tutorial, we will discuss how to set up OAuth 2 logins in Spring Security with Spring Boot.

🔥 New in Spring Boot 3.1 - Spring Boot Docker Compose Module
In this tutorial you will learn about the new Spring Boot Docker Compose Module. This module allows you to use Docker Compose files directly with Spring Boot applications.

Advanced Spring Security - How to create multiple Spring Security Configurations
In this tutorial, we will discuss how to create multiple Spring Security configurations and why you might want to do so.
Create a GraphQL Client in Java with Spring Boot
If you're working on a Spring application and you need to call another REST API, you have tools such as RestTemplate or WebClient. But what if you need to call a GraphQL API? With Spring, a GraphQL Client is available. In this tutorial, you will learn how to include it...

Spring into the Future: Embracing Virtual Threads with Java's Project Loom

Why VideoTap is a Game-Changer for Content Creators: Convert Videos to Blog Posts in Minutes!
Are you a content creator who struggles to find enough time to produce written content alongside videos? Do you wish there was an easy way to transform your videos into compelling blog posts? Look no further than VideoTap!

Working with GraphQL Mutations in Spring Boot
In this blog post, we'll be taking a look at mutations in GraphQL, specifically using Spring Boot, GraphQL Java, and Spring Data JPA.
