
Spec-Driven Development in Java with TDD and Claude Code
udemy · ⭐ 4.7 (114 reseñas) · Intermedio · en · ⏱ 10,5 h
Impartido por John Ferguson Smart · 1.085 alumnos
49.99 USD
Entra en tu cuenta para guardar este curso y volver a él cuando quieras.
Comparar este cursoEnlace de afiliado: podemos cobrar comisión, sin coste extra para ti. Más información
Descripción
_________________________________________________________________________________________________ EARLY ACCESS — This course is actively being extended. You currently get 100 lectures covering the complete AI+TDD workflow end-to-end on a real feature. New sections are being added over the coming weeks — enrol now and get everything at the early access price. _________________________________________________________________________________________________ Most AI coding courses teach you to generate code. This one teaches you to engineer it. AI can write code quickly. Trusting that code is a different problem. In real projects, it often misses edge cases, introduces subtle bugs, and produces logic that looks correct but isn't. You end up checking everything yourself, fixing issues manually, and the speed advantage disappears. The issue isn’t speed. It’s control. Without a clear way to define and verify behaviour, fast code generation just creates more work. This is where a structured, spec-driven workflow becomes useful. In practice, this means starting from behaviour, not implementation. You need to define what the system should do using concrete examples, turn those into acceptance tests, then use TDD to build the code in small, verified steps. AI helps at every stage — exploring requirements, suggesting tests, generating code — but the specifications and tests define what "correct" means. You make AI work within that structure, not around it. WHAT YOU WILL BUILD You'll build a production-ready cashback rewards API in Spring Boot from start to finish. But Spring Boot is the vehicle, not the destination. What you're really building is a repeatable, spec-driven workflow for AI-assisted development that you can take to any Java project. Each section adds a new feature on top of the last. The course currently covers requirements discovery, Claude Code configuration, hexagonal architecture, acceptance testing, TDD with AI, and the complete implementation of the first feature. Upcoming sections apply the same workflow to progressively harder features — category-based cashback rates, monthly caps, refund handling, and redemption — where the real complexity emerges. The course uses Claude Code, which supports this style of workflow particularly well. You'll learn to use custom commands, hooks, and agents to create a development environment where AI works within your architectural and testing constraints, not around them. The domain is intentionally realistic. It includes rules around transaction eligibility, category-based cashback rates, monthly caps, refunds, and redemption. As these rules interact, they introduce the kind of edge cases and subtle behaviour you'd expect in a real system. The focus isn't just implementing features — it's managing that complexity in a controlled way, using specifications and tests to keep the behaviour clear while AI helps you move quickly. WHAT YOU WILL LEARN By the end of the course, you’ll have a practical way to use AI in day-to-day development without losing control of the code. You’ll learn how to: • Structure features as executable specifications before writing any code • Follow a repeatable cycle for each feature: clarify the behaviour, specify it as tests, build the implementation with AI, then verify the result • Use AI to explore requirements, generate tests, and implement code, keeping it aligned with the specifications • Set up Claude Code with custom commands, hooks, and project conventions so it produces code that meets your standards • Catch the subtle mistakes AI makes before they reach production A bonus section covers integrating BDD with Cucumber and Gherkin into the AI workflow, including how to guide Claude to produce good-quality Gherkin and avoid common anti-patterns. You’ll also develop a better sense of where AI is reliable, where it isn’t, and how to catch issues early. WHAT'S COMING NEXT The following sections are in production and will be added over the coming weeks: • Implementing a full end-to-end SpringBoot feature using a fully configured Claude Code starter project • Using Claude Code with Cucumber BDD WHO IS THIS FOR? This course is aimed at Java developers who use AI coding tools — or are about to — and want a disciplined, reliable approach to AI-assisted development. Some familiarity with Spring Boot will help since it's used as the example project, but the workflow and principles apply to any Java project. The key requirement is an interest in writing clean, well-tested code. WHO IS THIS NOT FOR? If you want AI to generate an entire application while you sit back and watch, this isn’t the course for you. This course is for developers who want to stay in control of what they build. It is also not designed for complete beginners to Java or Spring Boot. The examples use Java 21 and Spring Boot, and the focus is on using specifications, tests and Claude Code to build reliable features — not on teaching Java or Spring Boot from scratch. OUTCOME You'll leave with a repeatable workflow you can apply to your next feature, your next project, and every AI interaction after that — along with a clearer sense of where AI is reliable, where it isn't, and how to catch issues early.
Lo que aprenderás
- Build reliable Java applications by guiding AI coding assistants with clear specifications and tests
- Use Claude Code to implement production-quality Spring Boot features without losing control of the design
- Clarify requirements and edge cases with lightweight Example Mapping before AI writes the code
- Catch AI mistakes early with TDD and avoid bloated, untested, hard-to-maintain output
Requisitos
- Basic Java programming experience (variables, classes, methods, collections)
- Some familiarity with Spring Boot and REST APIs — enough to follow a project-based example
- Comfortable using an IDE such as IntelliJ IDEA
- No prior experience with TDD, BDD or AI coding tools is required