Suman ShilPaxos Continued.. Basic PaxosIn the previous article I discussed about the role of consensus protocol in distributed system. I also discussed how Paxos helps to…Jun 4, 20222Jun 4, 20222
Suman ShilIntroduction to Paxos consensus protocolOne of the most interesting and difficult problem in distributed computing is achieving consensus in an unreliable network. A distributed…Apr 16, 2022Apr 16, 2022
Suman ShilInternals of python GeneratorI have recently started working in python after coding in java for more than a decade. I have come across generator which I found…Oct 28, 2021Oct 28, 2021
Suman ShilObservability is an afterthought, it should not beToday we will discuss the importance of observability and monitoring in modern cloud applications. In last two decades, the world has seen…Mar 8, 2021Mar 8, 2021
Suman ShilLearnings from python2 to python3 migrationRecently I have worked on couple of projects to migrate from python2 to python3. In this article I will discuss some of the learnings…Sep 26, 2020Sep 26, 2020