-
Event Notification Pattern with Spring Data
In This article, we will implement a simple Event Notification Pattern using Spring Data.
-
Spring Boot JSON Patch done Right
This approach is designed to be generic, reusable, and optimized, so it should be easy to apply to any Spring-Boot-based and JPA-based based project. -
Java Exception Anti-Patterns
Achieve Efficient Maintainable and Simple Java Exception handling killing those anti-patterns.
-
Firebase Auth With Spring Security
In this article, we will configure a Spring Boot application to authenticate using the Firebase authentication token. Disclaimer: This article was originally a response to this medium article I used some different configurations (e.g. I’m not using Spring oauth-resource-server library) and more updated code (with Spring-Security 6.3.1) Then I realized that the answer was too long and I needed to write a short tutorial about it. All the (working) code is available in this git repository.
-
Accelerate Spring Boot APP Start Time - Simply
A series of configurations we can apply without disruptive changes. -
How to Configure AI Chat To Query APIs
In this article, we will implement Function-Calling, another way to customize LLM models to a specific need. -
Retrieval Augmented Generation (RAG) with Spring, ReactJS, and PGVector
We’ll build a Retrieval Augmented Generation (RAG) Tool using Spring Boot, ReactJS, and PGVector. -
TestContainers with Docker Compose in SpringBoot 3
TestContainers + Docker Compose to simplify the testing of complex scenarios. -
AWS Lambda with Java: Build, Deploy, Expose, Trace and Monitor
In this article, we’ll implement a component of a distributed system in the AWS Cloud Environment: a Lambda serverless function. -
Main() without Class (and it's not Kotlin)
Jdk 21 has just reached Rampdown Phase One and will be released with some awesome features such as Virtual Threads, sequenced collections, generational ZGC, and pattern matching. As if those aren’t enough, Java is becoming more accessible to new programmers thanks to the JEP (Java Enhancement Proposal) 445: Unnamed Classes and Instance Main Methods.
Showing posts 11-20 of 24 total posts (Page 2 of 3)