Sort by:
Spring Microservices in Action
Spring Microservices in Action teaches how to design and build microservices architectures using the Spring ecosystem. Service discovery with Eureka Configuration management and API gateways Resilience patterns: circuit breakers, bulkheads...
Spring Boot in Action
Spring Boot in Action is a practical guide to building Java applications using Spring Boot's auto-configuration and production-ready features. Spring Boot auto-configuration and starters Building REST APIs and web applications...
OCP Oracle Certified Professional Java SE 17 Developer Study Guide, Exam 1Z0-829
OCP Oracle Certified Professional Java SE 17 Developer Study Guide is the complete exam prep resource for Java SE 17 certification. Full coverage of Java SE 17 exam objectives Hundreds...
Spring in Action
Spring in Action is the definitive guide to the Spring Framework, covering everything from core DI to web and data access. Dependency injection and IoC container Spring MVC web applications...
Java Performance
Java Performance: The Definitive Guide provides comprehensive techniques for optimizing Java application performance. JVM architecture and garbage collection tuning Performance benchmarking with JMH Profiling tools: JFR, JMC, async-profiler For Java...
Effective Java
Effective Java by Joshua Bloch is the definitive guide to writing clear, correct, and efficient Java code. 78 best practices organized by topic Generics, lambdas, and streams Concurrency and serialization...
Head First Java
Head First Java uses the Head First learning style to teach Java programming in an engaging, memorable way. OOP concepts with visual explanations Inheritance, interfaces, and polymorphism Collections, generics, and...