Recent Posts

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 »

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 »

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 »