Java Record & Sealed Interface Pattern Library
Implement modern Java patterns using records, sealed interfaces, and pattern matching for domain modeling and...
Expert prompts for Java development, Spring Boot microservices, JPA/Hibernate, enterprise patterns, and JVM performance tuning.
20 prompts found
Implement modern Java patterns using records, sealed interfaces, and pattern matching for domain modeling and...
Systematically optimize a Spring Boot application — from JVM tuning and connection pools to query optimization...
Compile a Spring Boot app to a GraalVM native image for instant startup and low memory usage — resolve reflect...
Implement CQRS with Event Sourcing in Spring Boot — separate read/write models, event store, projections, and...
Set up complete observability for Spring Boot — distributed tracing, metrics, structured logging, and alerting...
Build advanced REST APIs with Spring Data — dynamic filtering, sorting, cursor-based pagination, and HATEOAS r...
Implement multi-tenancy in Spring Boot — database-per-tenant, schema-per-tenant, or row-level isolation with t...
Build reactive applications with Spring WebFlux — non-blocking APIs, reactive database access, SSE streaming,...