System-design
CAP Theorem
CAP theorem is a fundamental theorem in distributed systems. It states that a…
CAP theorem is a fundamental theorem in distributed systems. It states that a…
Previously, I used bash and zsh. After moving to the fish shell, a lot of thi…
For starters, MongoDB is a document-oriented NoSQL database used for high v…
HashMap is used widely in programming to store values in pairs(key, value) a…