PinnedLearning How CDN's Work With ChatGPT..A Content Delivery Network (CDN) is a network of distributed servers strategically placed around the world to deliver web content efficiently and quickly to users. CDNs are designed to optimize the delivery of static and dynamic content, such as imag...Aug 15, 2023·40 min read
Difference Between lazy population and eager population in Caching with real life examplesAug 15, 2023·3 min read
Paradigm Shift : )Consider a train journey. You are all alone and surrounded by a crowd of people. There is a toddler accompanied by his father who is bawling at the top of his voice. You do not react initially. The kid, however never stops. He goes from crying to shr...Aug 12, 2023·2 min read
Case Study: Debouncing in Flipkart's Autosuggest FeatureIntroduction: In the rapidly evolving landscape of e-commerce, user experience plays a pivotal role in determining the success of an online platform. Flipkart, one of India's leading e-commerce giants, consistently strives to enhance its user experie...Aug 12, 2023·3 min read
A Tale of Unforeseen Glitches: How a Browser Extension Played Hide and Seek with My YouTube CloneIn the dynamic world of web development, I was enthusiastically crafting a YouTube clone. With a splendid homepage already in place, I embarked on designing the crucial Video Component, envisioning a seamless user experience. Little did I know, an un...Aug 11, 2023·2 min read
"IDEAL" Problem Solving Framework"IDEAL" Problem-Solving Framework provides a structured approach to solving problems systematically and thoughtfully. Here's how you can use the IDEAL framework: I - Identify the Problem: Clearly define and identify the problem you're facing. Underst...Aug 9, 2023·2 min read
CSS Image Sprites: Improving Web App PerformanceCSS image sprites are a powerful technique for optimizing web app performance by reducing the number of HTTP requests and enhancing page loading times. Benefits of Using Image Sprites Fewer HTTP Requests: Image sprites consolidate multiple images in...Aug 9, 2023·2 min read
Learning How React Router DOM works With ChatGPTyou know in react-router dom, we can use routing and links which don't refresh full page while loading, behind the hood link also use a tag but why does the page not refresh? ChatGPT In React Router DOM, when you use the <Link> component, it internal...Jul 26, 2023·12 min read