uWebSockets - Highly scalable WebSocket server & client library...
Read more »
Legend of Dragoon decompiled, reverse engineered, and ported to Java - GitHub - Legend-of-Dragoon-Modding/Severed-Chains: Legend of Dragoon decompiled, reverse engineered, and ported to Java... (more…)
Read more »
Testing is an important and intrinsic component of software. Tests are required to ensure quality and maintainability of code. Consider the code below and the tests associated with it. The code is straightforward and the tests also cover 100% of the lines... (more…)
Read more »
The sad truth is the better we get at writing code, the less fun it becomes. We learn about the SOLID
principles, immutability, abstraction, composition, and maintainable code. But when we apply these
techniques in a cu... (more…)
Read more »
Introduction to Flaky Tests Unit testing forms the bedrock of any Continuous Integration (CI) system. It warns software engineers of bugs in newly-implemented code and regressions in existing code, before it is merged. This ensures increased software reli... (more…)
Read more »