Spring Boot Portfolio Projects
A collection of complete projects I have built in Spring Boot.
- Spring Boot
- Projects
BeginnerFree course
Build a weather REST API on top of a third party API.
A short, self-contained project: a weather REST API that wraps a third party service. Small enough to finish in an evening, real enough to put on a CV.
Calling somebody else's API is most of what backend work actually involves, so this covers the parts that matter: handling the response, dealing with the upstream being slow or wrong, and not leaking its shape into your own.
A weather REST API built on top of a third party weather service.
The full playlist, straight from YouTube.
Other free courses on the channel.
A collection of complete projects I have built in Spring Boot.
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.