Posts about Programming
Explore the latest posts related to Programming.
Spring Boot HTTP Interface Client
April 27, 20253 min read

Learn how to use Spring Boot 3.2+ HTTP Interface Client for declarative, type-safe HTTP calls.
Spring Boot Async Tasks with Virtual Thread
April 26, 20253 min read

Learn how to run asynchronous tasks with `@Async` on JDK 21 virtual threads in Spring Boot.
Spring Boot AI Integration
April 23, 20253 min read

Learn how to integrate AI models into Spring Boot applications using Spring AI for modular, portable, and observable AI workflows.
Spring Boot JPA Auditing
April 10, 20251 min read

Learn how to automatically track created and modified fields in your Spring Boot applications using JPA Auditing.
Spring Boot Test-Driven Development (TDD)
April 9, 20251 min read

Learn how to apply TDD in Spring Boot by writing unit tests first, implementing logic, and ensuring code quality through testing.