System Architecture: Move Authentication to the API Gateway
When exposing an application to the outside world, consider a Reverse-Proxy or an API Gateway to protect it from attacks.

When exposing an application to the outside world, consider a Reverse-Proxy or an API Gateway to protect it from attacks.

Learn how to perform JDBC operations using the new JdbcClient fluent API introduced in Spring framework 6.1.

Getting started making use of the new RestClient introduced in Spring 6.1!

The Spring Boot Maven Plugin makes creating a Docker image from your app very easy! Let's see how define the Java runtime used and more.

In this article, I will show you how to use the Evernote API and SDK in a Spring Boot application to retrieve data from Evernote.

How to make use of the new local development enhancements in Spring boot 3.1. Get started here on Foojay.io Today!

In this article, we will cover how to store files in a database using Spring Boot and discuss some alternatives.

Eureka: service discovery to help services interact with one another without hardwiring in instance-specific or environment-dependent …

Learn how to setup sticky sessions with Apache APISIX and replication involving the Spring ecosystem and Hazelcast.

Does your app fail CI tests "sometimes"? Does it display flaky behavior? Did you add many logs trying to solve it? There's a better way: …