-
Foojay on Mastodon: An Update
We started with an instance to host foojay.social via toot.io that provides us 200Gb of storage space to handle 250 active users.
-
Debug Like a Senior Developer
New online course is launching with the first video ready to view. More are coming in the coming months, also the book is ready for preorder!
-
What Java Version Are You Running? Let’s Take a Look Under the Hood of the JDK!
Did you know there are multiple ways you check your Java version and even get much more information than you might think, very quickly?
-
Web resource caching: Server-side
Learn how the most challenging issue with server-side caching is the configuration, such as what to cache and for how long.
-
Introducing Gradle Test Suites
Did you know? In Gradle 7.3, released November 2021, the Gradle team introduced a new feature called Declarative Test Suites.
-
How Java Litters Beyond the Heap: Part 1, Relational Databases
Let’s create a simple Java application and see how the application generates garbage at the relational database level.
-
Controlling a LED strip with Pi4J and JBang
The Raspberry Pi, Pi4J and JBang are a perfect combination to experiment with electronics. Find out more here!
-
Gossips: An Event-Bus in a Chatty Neighbourhood
Using Metaphorical Programming to create an Event-Bus, a global pub-sub component to enable cross-component communication.
-
Java Profiling Overview
When I ask Java developers whether they profile, the answer is usually “no”. A reason is the lack of info and knowledge for everyday developers.
-
Geo-routing with Apache APISIX
Geo-routing is a requirement for successful apps and businesses. Apache APISIX doesn’t provide it out-of-the-box…