Blog Posts

Recent posts

Spring Gateway

less than 1 minute read

Spring gateway provides multiple features such as routing, observability, circuit breaker and security(OpenID, OAuth2). The following Youtube will show detai...

Data Science - Data mesh

less than 1 minute read

The following youtube shows a case how to apply data mesh architecture in airline booking industry.

SpringBoot - GraalVM support

less than 1 minute read

SpringBoot for supporting GraalVM. The following youtube video will explain how SpringBoot 3.0 is working. The basic idea is that we need to provide hints fo...

Structure concurrency

less than 1 minute read

Java virtual threads applies structured concurrency concepts. The following blog explains what structure concurrency is.