Blog Posts

Recent posts

Structure concurrency

less than 1 minute read

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

Spring boot - Exception handling

less than 1 minute read

SpringBoot allow to define the exception handler inside of Controller. The following code shows an example.