blogs.abhijitmone.comThe Thundering Herd ProblemWhat Is It? The Thundering Herd Problem happens when a large number of servers simultaneously request the same resource that just became unavailable — most commonly, an expired cache key. Think of it 10h ago·4 min read
blogs.abhijitmone.comJavascript Polyfills - Bridging the gap.Introduction Javascript, the Dynamic language which powers the web, is constantly evolving. While this evolution brings exciting new features, it can also create compatibility issues, older browsers might not support the latest Javascript features, l...Feb 15, 2025·4 min read
blogs.abhijitmone.com(Teleporting Human, Understanding serialization and De serialization in Javascript) The Mission: Stellar exchangeIntroduction In the year 2405, the Starship Enterprise, under the command of Captain Jean-Luc Picard, embarks on a critical mission to establish peaceful relations with the mysterious alien civilization known as the Xelthorians. The Xelthorians posse...Feb 13, 2025·3 min read
blogs.abhijitmone.comJavascript ObjectsUnderstanding Objects In the world of programming, objects play a crucial role, they are fundamental building blocks which assist in structuring and organizing code. Objects play a pivotal role in Javascript, enabling developers to create complex str...Feb 11, 2025·4 min read
blogs.abhijitmone.comJavascript Basics -> Basics of giving life to a website.Introduction What is Javascript? Have you ever wondered, when you click on a button for example pay button, you are taken to a form and then you fill the form on the website, and the payment is made, my friend that is nothing but Javascript working b...Feb 10, 2025·5 min read