PinnedDemystifying Paxos: Python implementation and visualizationThis article covers Paxos algorithm, what it is, where it is used, comparison with alternate options. Then we dive into a simple…May 8, 2024May 8, 2024
What caused CrowdStrike outage and why Governments should regulate critical IT infrastructure?The CrowdStrike outage on July 18, 2024, impacted approximately 8.5 million Windows devices worldwide. It led to the cancellation of 5,078…Jul 28, 2024Jul 28, 2024
SOLID design principles of software engineering (with examples in Python)This post will cover the SOLID principles of software development with examples where each principle is and is not applied.Apr 19, 2024Apr 19, 2024
How to publish a Python based HTTP/HTTPS server on internetIn the last blog, we saw how you can publish a simple Python TCP server on your home machine such that it is available on the internet. You…Jul 14, 2023Jul 14, 2023
How to publish a Python based TCP server on internetIn this tutorial, I will explain how you can create a simple TCP server, publish it on internet so that you code running on your local…Jul 8, 2023Jul 8, 2023