u/goto-con

▲ 45 r/java+1 crossposts

Java workloads doubled in 7 years, wages are stable, and Valhalla is closer than ever — Ben Evans' State of Java 2026 is the most data-driven Java overview you'll watch this year

youtu.be
u/goto-con — 23 hours ago
▲ 22 r/DomainDrivenDesign+1 crossposts

Good breakdown of how TDD actually supports DDD in practice — especially liked the part about shaping domain models through tests.

youtu.be
u/goto-con — 4 days ago

Good breakdown of how TDD actually supports DDD in practice — especially liked the part about shaping domain models through tests.

Are you interested in using Domain-Driven Design (DDD) to create maintainable and scalable software, but not sure how to get started? Or perhaps you've heard that DDD is only suitable for complex domains - and when starting out, you're not sure if your project will need it?

Join me for a live coding demonstration that will show you how to apply Test-Driven Development (TDD) from the very beginning of a project so you can bring DDD in when you need it.

We'll start with the simplest possible implementation - a basic CRUD system to help a university handle student enrolments. We'll gradually add more complex requirements, such as the need to ensure courses don't become over-enrolled - which will prompt us to do some code-smell refactoring, strangely enough arriving at things that start to look like the DDD tactical patterns of repositories, aggregates and domain services.

In implementing these requirements, inspiration will strike! What if the model were changed - what if we allowed all enrolments and then allocated resources to the most popular courses as required so we never have to prevent a student from enrolling? We'll now see how the TDD tests and the neatly refactored domain models make it much easier to embark on this dramatic change - in other words, how much more maintainable our DDD codebase has become.

The code in this demo is in Java. Full talk here.

u/goto-con — 4 days ago
▲ 17 r/java+1 crossposts

Java Cookbook • Ian Darwin & Jeanne Boyarsky (Everything Java. 600 Pages. No Fluff.)

youtu.be
u/goto-con — 5 days ago