Immediate Feedback meets Consensus Algorithm
Updated: Mar 5, 2021
After over two decades working in the software industry, I recently created an example project which unites several interests:
Meaningful Testing/Visibility of Data
Effect systems (in this case ZIO)
Distributed Compute and Consensus Algorithms (e.g. RAFT)
The example I put together combines those concepts in this github repo in a way where you can execute the back-end code right now (here), directly in your browser.
You can read more about that project on the github readme, but examples like this -- trying to take inspiration from good talks like Bret Victor's and applying them to real-world problems, is what I think about when I try and really add value and deliver for my clients.