Sakshi from KushoAIforSoftwareDeepDivessoftware-deep-dives.hashnode.dev·Nov 18, 2024What strategies do you use for cache invalidation?This blog is written by Jeremy Rivera at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. They say that there are only two hard things in Computer Science: Cache Invalidation and naming things....Discusscache
Sunil Khadkasunilkhadka.hashnode.dev·Nov 5, 2024Understanding Code Splitting and Lazy Loading in ReactWhen we talk about performance optimization in React, code splitting and lazy loading will always be the hot topic of discussion, whether it be in an interview or practical applications. Code splitting and lazy loading are mostly used in conjunction,...DiscussReact.jsWeb Development
Peter Mbanugopmbanugo.me·Oct 27, 2024The Benefits of Using A CDNYou most lilely have heard about CDN or use it directly/indirectly. I like the definition on Cloudflare’s website: A content delivery network (CDN) is a geographically distributed group of servers that caches content close to end users. A CDN allows...DiscussCDN
Victor Uzoagbavictoru.hashnode.dev·Oct 25, 2024Web Performance Testing: Tools and Techniques for Core Web VitalsIntroduction In today’s digital landscape, web performance has become a critical factor in user retention, engagement, and conversion rates. A fast, smooth user experience is more than a luxury—it’s a necessity. Google’s Core Web Vitals (CWV) are at ...Discussweb performance
Todd H. GardnerforRequest Metricsrequestmetrics.hashnode.dev·Oct 18, 2024How Long Animation Frames (LoAFs) Impact Web PerformanceHave you noticed your website feeling sluggish or unresponsive during animations? You might be dealing with Long Animation Frames (LoAFs). LoAFs occur when your website’s animations take longer than 50 milliseconds to render, causing noticeable stutt...Discussweb performance
Peter Mbanugopmbanugo.me·Oct 13, 2024Ways to Improve & Boost Your Site Speed & Core Web VitalsOptimizing site speed isn't merely about implementing various techniques; it's about validating the effectiveness of these optimizations and ensuring they yield tangible results for your users and your business. In this episode of web performance, ca...DiscussJavaScript
Peter Mbanugopmbanugo.me·Oct 6, 2024Making Websites Faster With 103 Early HintsEarly Hints enable you to boost your core web vitals and get better SEO performance. But what are they and how can you use it today? That's what you'll learn in this video from Tim Vereecke, a Web Performance Architect at Akamai Technologies. https:/...DiscussWeb Development
akash javaliblog.akashjavali.com·Oct 4, 2024A Deep Dive into Browser DevTools: Tips and TricksModern web development relies heavily on browser Developer Tools (DevTools), offering powerful features that go beyond basic debugging. Whether you’re troubleshooting layout issues, optimizing performance, or examining network traffic, DevTools are a...Discusscss debugin
Sourabh Parmariamsourabhh.hashnode.dev·Sep 27, 2024How understanding browser rendering engines can make you a better React developer (and why it matters!) 🚀As React developers, we often focus on components, state management, and performance optimisations. But there’s one critical aspect of web development that tends to get overlooked: how browsers actually render the pages we create. Understanding how b...Discuss·61 readsRenderingEngines
Yusuf Uysalyusufuysal.hashnode.dev·Sep 27, 2024Boosting React Performance: Why It Matters and How to Achieve ItOne key difference between a junior developer and a senior engineer is their focus on web application performance. While mastering tools and concepts is important, it's just the foundation. The next step is solving problems efficiently and creating o...DiscussReact Performance OptimizationsReact