ohm patelMay 122 minMerkle Tree Proofs In BlockchainThis blog will explain what is Merkle and Merkle Tree Proofs and how can we leverage it in verifying the correctness of our transactions...
ohm patelMay 103 minPublisher Subscriber ArchitectureIn modern architecture, applications are decoupled into smaller, independent building blocks that are easier to develop, deploy and...
ohm patelMay 103 minDesigning Payment System Using Idempotent APIsIn APIs, idempotency is an important concept while implementing a payment system. An idempotent endpoint is one that can be called any...
ohm patelMay 104 minReading 16GB File in Seconds, GolangAny computer system in today’s world generates a very high amount of logs or data daily. As the system grows, it is not feasible to store...