Published inLevel Up CodingWhy is Brotli a faster alternative to Gzip?Picture yourself eagerly waiting for a page to load, the seconds ticking away as your anticipation builds. We’ve all been there, trapped…Feb 27, 2024Feb 27, 2024
First Principles ThinkingWould you break down your problems into its fundamental truths?Jan 19, 2024Jan 19, 2024
Core LeadershipLeaders who value and capitalize on the difference between people maximize their contributions and acheive better results.Jan 2, 2024Jan 2, 2024
Complexity Classes — Not just your regular Big-OIf you are a programmer like me then you probably know about the Big-O notations, but did you know that they belong to different classes…Feb 19, 2023Feb 19, 2023
Rate limiting in Distributed SystemsIn the previous article System Design Concepts: Rate Limiting we saw how rate limiting could be implemented using different algorithms to…Jun 27, 20223Jun 27, 20223
System Design Concept: Rate limitingWhen you hear the word “rate limiting” your mind should bring up limitation, hindrance, or even exercising control on something. As the…Jun 20, 2022Jun 20, 2022
The semantic tree method is quite ingenious way of rapid learning.Has anyone read the book Mind Mapping Mastery by Tony Buzan?Jun 11, 20221Jun 11, 20221
System Design Architecture: Stateful vs. StatelessHow do you store and maintain a user state or session in a system?Jun 10, 2022Jun 10, 2022
Push CDN vs Pull CDNContent Delivery Network or in short CDN are our best options to minimize the latency in request-response by fetching the assets from a…Apr 25, 2022Apr 25, 2022