Java
Java knowledge base — tips, gotchas, and patterns for writing better Java on our team.
Java knowledge base — tips, gotchas, and patterns for writing better Java on our team.
Spring Boot guides — from dependency injection to building production-ready services.
How Spring, Spring MVC, Spring WebFlux, and Spring Boot compose on top of Tomcat and Netty — and how Spring Boot is used far beyond just web servers.
The same idea — serve HTTP — implemented two completely different ways. Servlets and thread-per-request vs event loops and non-blocking channels.