Recent Posts

Advanced URL Rewriting with Apache APISIX

Author: Nicolas Frankel Original post on Foojay: Read More I spoke at Swiss PgDay in Switzerland in late June. The talk was about how to create a no-code API with the famous PostgreSQL database, the related PostgREST, and Apache APISIX, of course. I already wrote about the idea in a previous post. However, I wanted to improve it, if only …

Read More »

Creating a Command Line Tool with JBang and PicoCLI to Generate Release Notes

Author: A N M Bazlur Rahman Original post on Foojay: Read More Lately, I have been playing with JBang and PicoCLI, and I am pretty amazed at what we can do with these tools. I needed to create a script that would go to a specified repository on GitHub, check the commit range, and verify if any tickets were associated …

Read More »

Crafting a Custom Monad-like Type in Java – part 1 

Tekst: Laurens van der Kooi JAVA MAGAZINE 01 – 2024   As a Java developer, I have a real passion for working with functional programming techniques. In my day-to-day work, I often find myself immersed in Java’s monad-like container types like Optional and Stream. Recently, I’ve been exploring the concept of crafting my own container type, specifically designed for managing …

Read More »