PinnedAbu Sadat Md Sayem·Sep 8, 2024Understanding Locking: Pessimistic and Optimistic ApproachesIn the world of concurrent programming and database management, locking mechanisms are crucial to ensure data consistency and integrity…
Abu Sadat Md Sayem·Oct 30, 2024Git Worktrees: A Powerful Feature for Managing Multiple Working DirectoriesGit worktrees are one of the most underutilized yet powerful features in Git. They allow us to maintain multiple working directories from a…
Abu Sadat Md Sayem·Sep 27, 2024Understanding CPU LatencyCPU latency refers to the time it takes for a processor to handle a specific task or instruction. It is the delay between initiating a…
Abu Sadat Md Sayem·May 30, 2021Automatically Backup a MongoDB Database to DropBox using Github actionA backup of a database is a way of protecting and restoring the data. We will see how we can take a backup from MongoDB and store the…