TimeLine Layout

August, 2024

  • 5 August

    Random and fixed routes with Apache APISIX

    Author: Nicolas Frankel Original post on Foojay: Read More My ideas for blog posts inevitably start to dry up after over two years at Apache APISIX. Hence, I did some triage on the APISIX repo. I stumbled upon this one question: We have a requirement to use a plugin, where we need to route the traffic on percentage basis. I’ll …

    Read More »
  • 2 August

    JUG PH: 1H 2024 Meetups

    Author: Tristan Mahinay Original post on Foojay: Read More Java User Group Philippines 1st Half Meetup 2024 Summary of the meetups done in the 1st half of 2024. We discussed a variety of topics which was useful to our Java enthusiasts and members. 2024 Meetup Kickoff We kicked-off the Java meetup in partnership with Angular Philippines. The meetup had 2 …

    Read More »
  • 2 August

    JUG PH: 1-Day Modern Java Development Bootcamp

    Author: Tristan Mahinay Original post on Foojay: Read More A 1-Day Modern Java Bootcamp for students, early professionals and career shifters with minimal Java programming or general programming experience. Modern Java Development Bootcamp The Java User Group Philippines (JUG PH) in partnership with Developer Connect (DEVCON) Philippines/Manila executed its 1st Modern Java Development Bootcamp. The bootcamp was organized by the …

    Read More »

July, 2024

  • 31 July

    JavaFX Links of July 2024

    Author: Frank Delporte Original post on Foojay: Read More Here is the overview of the JavaFX LinksOfTheMonth of July 2024, published on jfx-central.com during this month. Core A message by Kevin Rushforth on the openjfx-dev@openjdk.org mailing list shows the Java/JavaFX release train is approaching the next station ;-): “Bump the version number of JavaFX to 24. I will integrate this …

    Read More »
  • 31 July

    JManc 2024 Trip Report

    Author: Nick Ebbitt Original post on Foojay: Read More tl;dr Great day, great people, great discussions and great team of dis-organisers! Whoever comes are the right people! Thanks to all who attended, it’s down to each and every one of you that JManc Unconference 2024 was a success! See you next year! intro In January this year we decided to test …

    Read More »
  • 30 July

    Video: Easy Implementation of a Client-Server Application in Java with FEPCOS-J

    Author: Gerhard Fuchs Original post on Foojay: Read More This is a result of the FEPCOS-Project, aka @FepcosInfo; #FepcosJ_blog5. See how FEPCOS-J relieves developers of the network programming required to implement a client-server application in Java. External link to: G. Fuchs: Video: Easy Implementation of a Client-Server Application in Java with FEPCOS-J; On: YouTube, FEPCOS-Project (@FepcosInfo); 29-July-2024; https://youtu.be/qtPP7kZbriQ. Impression of …

    Read More »
  • 30 July

    Failure is Required: Understanding Fail-Safe and Fail-Fast Strategies

    Author: Shai Almog Original post on Foojay: Read More Fail-Fast Fail-Safe Choosing Between Fail-Fast and Fail-Safe Balancing Both Consistent Layer Behavior Retry’s Are not Fail-Safe Redefining Failure Data Corruption Don’t Fix the Bug Debugging Failure Avoiding Cascading Failure Hybrid in Production Final Word Failures in software systems are inevitable. How these failures are handled can significantly impact system performance, reliability, …

    Read More »
  • 29 July

    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 »
  • 27 July

    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 »
  • 25 July

    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 »