Overview In this post, I will walk you through the setup of your environment and data so you can start quickly. As in...
Integrate Keycloak With Spring Boot 3
Overview Spring Boot 3 came out with a lot of promises. The most prominent thing is the native image build. I current...
Running Keycloak Container On Apple Silicon CPU (M1, M2)
Overview Recently, due to the degradation of my internet connection, I was unable to use my remote keycloak instance ...
4 Ways To Read Text Files In Java 8+ (without External Libraries)
Overview Reading files is quite a common task in Java programming, and there are several ways to do so without relyin...
[Java Concurrency] ThreadLocal Tutorial
Overview ThreadLocal provides a mechanism where multiple threads can store their own data on a single ThreadLocal obj...
Enable gzip & caching with Caddy
Overview Recently I deployed my site to production (https://gotkey.io) and noticed that the site loaded quite slowly....