Showing posts from January, 2021

CAP Theorem

CAP theorem is a fundamental theorem in distributed systems.   It…

Fish Shell

Previously, I used bash and zsh. After moving to the fish sh…

MongoDB Sharding

For starters, MongoDB is a document-oriented NoSQL database u…

HashMap Internal Working

HashMap is used widely in programming to store values in pair…

That is All