Recent Posts

Mastering Serverless Debugging

Author: Shai Almog Original post on Foojay: Read More Introduction to Serverless Computing Challenges of Serverless Debugging Disconnected Environments Lack of Standardization Limited Debugging Tools Concurrency and Scale Effective Strategies for Serverless Debugging Local Debugging with IDE Remote Capabilities Using Feature Flags for Debugging Staged Rollouts and Canary Deployments Comprehensive Logging Embracing Idempotency Debugging a Lambda Application Locally with AWS …

Read More »

Understanding JVM Memory Layout with OpenJDK24’s New PrintMemoryMapAtExit VM Option

Author: Chris Newland Original post on Foojay: Read More OpenJDK24 recently added a new HotSpot JVM option called PrintMemoryMapAtExit. I know this because I’m the maintainer of a project called VMOptionsExplorer, whose job is to track changes to the more than 2000 command line options you can use to control the Java Virtual Machine (JVM). VMOptionsExplorer presents this information as …

Read More »

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 »