Python Celery Best Practices Curated list of tips to build distributed apps
Tips and tricks to help you build scalable distributed apps with Celery... (more…)
Read more »
I discuss Lamport’s Byzantine Generals problem and why it requires a total of N≥3M+1 nodes with M malicious nodes, and then implement the solution using Python with HTTP Flask servers. Read more