Engineering Production-Grade API Clients in Spring Boot> Part 1: Seeting up the API CLient3 min readMar 2026Most backend systems eventually need to integrate with external APIs, such as Payment gateways. Tax validation services. Identity providers. CRM systems, and more.
Stop Lying to Your CI PipelinePR Verification CI Workflow with Github Action14 min readMar 2026How to set up and review PR verification pipelines for Spring Boot services, and the patterns that mature teams follow after they learn these lessons the hard way.SpringbootGithub Actions
Stop Lying to Your TestsReal Infrastructure Testing with Testcontainers in Spring Boot 48 min readMar 2026Why modern Spring Boot integration testing should run against real infrastructure using Testcontainers instead of H2.Spring TestingPlatform Engineering