Reverse words in a string
Approach, pseudo code and java program for popular coding problem “Reverse words in a string”.
Reverse words in a string Read More »
Computer science, data structure, algorithms, distributed system and other stuffs.
Approach, pseudo code and java program for popular coding problem “Reverse words in a string”.
Reverse words in a string Read More »
A high level intro to rate limiter system and its various components. It also discuss rate limiter in distributed environment.
Rate limiter system intro Read More »
Understand the concept, benefits, drawbacks and caveats of Consistent hashing system for load distribution.
Consistent hashing Read More »
Learn various facets of designing a distributed cache system including performance, scalability and availability.
Distributed cache design Read More »
Brief introduction of data structure, abstract data types, data structure in real life and other information in this article.
What is Data Structure? Read More »
An introduction to Algorithmic thinking, Algorithm in computation, definition and pseudo code with examples.
What is an algorithm? Read More »