Intelligent Java Applications using Spring AI and Gemini
A tutorial on building a chat client application using Spring Boot, Spring AI, and Google's Gemini language model.
A tutorial on building a chat client application using Spring Boot, Spring AI, and Google's Gemini language model.
A tutorial on building a simple AI-powered chat client in Java using the Spring AI framework, covering setup, configuration, and provider abstraction.
A guide to building smaller, more secure Java container images using Chainguard Images, reducing size and CVEs.
A step-by-step tutorial on building a JSON API using Java Spring Boot, Maven, and PostgreSQL.
A tutorial on building a micro-frontend architecture using Vaadin and Spring Boot, integrating multiple UIs via IFrames.
A guide to integrating the Neo4J graph database with Spring Boot, including entity definition, data creation, and querying nodes and relations.
A technical guide on deploying Spring Boot applications to AWS App Runner using AWS CodePipeline and CodeBuild for CI/CD.
A guide on testing Spring Boot's @ConfigurationProperties with a custom builder for flexible and efficient configuration testing.
Announcing Moduliths 1.1, a toolkit for building modular monolithic applications with Spring Boot, featuring a transactional event publication registry and improved module canvas.
A guide to building a GraphQL API using Kotlin and Spring Boot with Netflix's DGS library, demonstrating data fetching and merging.
A guide to organizing a React application within a standard Java/Spring Boot project folder structure (src/main/js, src/test/js).
A guide to containerizing a Spring Boot app with Google's Jib tool and deploying it to Google Cloud Run, covering setup and benefits.
A developer shares lessons learned from migrating a Spring Boot service from Java 11 to Kotlin, covering challenges like logging and data classes.
A guide to configuring a Spring Boot application to route read-only database transactions to a replica instance for performance optimization.
A developer explains the risks of using default property values in Spring configuration and advocates for dedicated environment profiles to prevent misconfigurations.
Explains the role of the META-INF/spring.factories file in enabling Spring Boot's auto-configuration and modular design.
A tutorial on building a CRUD REST API using Spring Boot 2, Hibernate, JPA, and MySQL, including project setup and testing.
A tutorial on developing and deploying a Java Spring Boot REST application to Oracle Cloud's Application Container Cloud service.
A guide on implementing application monitoring for Spring Boot using Micrometer, Prometheus, and Grafana for internal metrics.
A developer investigates and troubleshoots the long startup time of a Spring Boot Java application running on macOS, analyzing logs to find the cause.