Feature-complete implementation of the Raft consensus algorithm - GitHub - MicroRaft/MicroRaft: Feature-complete implementation of the Raft consensus algorithm... (more…)
Read more »
There are certain
problems that just make sense to solve using Java Recursion. Demonstrating Fibonacci Series is one of them. Let’s take a look at something called Fibonacci series. Here are the first few numbers of this series:0, 1, 1, 2, 3, 5, 8, 13, 21... (more…)
Read more »
Simon Wirtz Blog - Kotlin Features I miss most in Java. Comparison between Java and Kotlin. Why does Java code have to be so noisy? (more…)
Read more »
Error Handling in Practice. GitHub Gist: instantly share code, notes, and snippets. (more…)
Read more »
At Talkdesk, we have this software component that provides a small but important data bridging functionality. (more…)
Read more »