Spring Boot 4: Full Microservices Course
The latest microservices course, where we build a set of Spring Boot 4 services and a Home Energy Tracker.
- Spring Boot
- Microservices
BeginnerFree course
A beginner friendly course where I teach the basics of Spring Boot while we build a task manager REST API.
This is the course to start with if you know some Java but have never built a web application with it. Rather than working through framework features in isolation, we build one REST API from an empty directory and introduce each piece of Spring Boot at the point where you actually need it.
That means dependency injection shows up when the code gets awkward without it, and persistence shows up when holding data in a list stops being good enough. By the end the framework should feel like a set of answers to problems you have already hit, not a list of annotations to memorise.
A task manager REST API backed by a real database.
The full playlist, straight from YouTube.
Other free courses on the channel.
The latest microservices course, where we build a set of Spring Boot 4 services and a Home Energy Tracker.
A microservices based course where we build a ticketing system.
A collection of complete projects I have built in Spring Boot.