Hands-on coding
Follow along while we build a real API.
Free live weekend workshop
Build a real-world Employee Management REST API in just two hours with Spring Boot, PostgreSQL, and modern AI tools.
Learn how to use ChatGPT, GitHub Copilot, Claude, and Gemini to write better code, debug faster, and become a more productive Java developer.
@RestController
@RequestMapping("/api/employees")
public class EmployeeController {
@GetMapping
public List<Employee> findAll() {
return employeeService.findAll();
}
}
// Build, test, and understand every layer.Build something real
By the end of the workshop, you will understand how to design, implement, test, and explain a complete Spring Boot CRUD API with AI assistance.
Explore Spring Boot REST APIsFollow along while we build a real API.
Work with CRUD, PostgreSQL, JPA, and clean layers.
Use AI tools thoughtfully to write and improve code.
Ask questions and learn from practical explanations.
Get source code, Postman collection, and slides.
Leave with a practical Spring Boot learning roadmap.
The project
Build a clean, layered backend that looks and feels like a real project. We will move from an empty Spring Initializr project to tested API endpoints.
Two focused hours
Your instructor
Founder, Java Codeex
Java developer, Spring Boot specialist, and technical trainer with 13+ years of experience across Java, microservices, Hibernate, Kafka, system design, and AI-assisted development.
Save your seat
Register once and receive the Google Meet details, setup checklist, and workshop resources by email.
Questions, answered
Yes. The live workshop is free, but registration is required because seats may be limited.
Java learners, students, freshers, and developers who want a practical introduction to Spring Boot can attend.
No. Basic Java knowledge is helpful, but the session is designed to be beginner friendly.
Yes. Registered attendees will receive the workshop resources after the session.
Bring a laptop if you want to code along. Setup instructions for JDK, an IDE, PostgreSQL, and Postman will be shared before the session.