Spring Boot 4: Beginner to Intermediate
A beginner friendly course where I teach the basics of Spring Boot while we build a task manager REST API.
- Spring Boot
- REST
IntermediateFree course
Implement fault tolerance and resilience patterns in Spring Boot: retries, circuit breakers and rate limiters.
Every network call you make will fail eventually. The question is whether it fails in a way that degrades one feature, or in a way that exhausts your thread pool and takes the whole service with it.
Resilience4j is the library Spring Boot applications reach for to make that difference. This course covers each of its core patterns in turn, what problem it actually solves, and the configuration mistakes that quietly make it useless.
A Spring Boot service hardened against the failure modes of its dependencies.
The full playlist, straight from YouTube.
Other free courses on the channel.
A beginner friendly course where I teach the basics of Spring Boot while we build a task manager REST API.
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.