Spring Boot, Stage by Stage
A 9-stage hands-on course building a real Library Management API from scratch: REST fundamentals, JPA persistence, validation & RFC 9457 errors, testing, JWT security, production config, and finally splitting it into microservices with RabbitMQ messaging.
Git & GitHub — A Developer's Field Guide
A 13-section reference for daily use: setup & identity, the core
workflow, branching & merging, remotes, undoing things, inspecting
history, the fork & PR workflow, the gh CLI, repo
conventions, GitHub Actions basics, commit/PR etiquette, troubleshooting,
and a full cheat sheet.
Kubernetes Field Guide
Cluster architecture and node components, the core building blocks
(image, container, pod), the workload controllers you'll actually use
(ReplicaSet, Deployment, StatefulSet), liveness/readiness probes, and a
full kubectl command reference.