BackendSpring BootJava
Getting Started with Spring Boot
The minimum you need to understand about auto-configuration, starters, and the application context before writing a real service.
dev633.log
Notes, lessons, experiments, and architectural insights worth keeping intact.
BackendSpring BootJava
The minimum you need to understand about auto-configuration, starters, and the application context before writing a real service.
BackendSpring BootJava
Beans, the application context, and why constructor injection is the only form worth defaulting to.
DatabasePostgreSQLArchitecture
One engine that handles relational data, JSON documents, full text search, and queues well enough to postpone every other datastore.
DevOpsDockerSecurity
Separating the build toolchain from the runtime image, and why the final stage should not run as root.