Recent Posts

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 »

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 »