Peter Mbanugopmbanugo.me·Dec 14, 2024How To Prerender Pages in Browser For Faster Page LoadsThe web platform and browsers are making lots of improvements to improve how pages are loaded, and providing APIs so developers can control some parts of it. A few of those are view transition API, 103 Early Hints, and Speculation Rules, which gives ...podcast
Peter Mbanugopmbanugo.me·Nov 8, 2024Advanced Core Web Vitals & Performance Masterclass - Part 1How do you feel when you look at your web analytics, SEO ranking, and user experience report? Do you feel happy and contented? Or worried that you’re ranking lower, your retention and conversion ratio looking bad? Or are you generally confused about ...podcast
shadowtime2000shadowtime2000.hashnode.dev·Dec 2, 2020What is ES6 Tree ShakingWhat is ES6 Tree Shaking ES6 tree shaking is a way to optimize the bundle size of your bundle by removing everything that is guaranteed to not be used ever in the app. Let's give an example. Let's say you have this util file: function adder(a, b) { ...20 likes·452 readsJavaScript
Ankit Ghoshnutpanda.hashnode.dev·Jun 14, 2019FeaturedMaking Web Great with Service Workers and PWAFirst things first, welcome to my first article on Hashnode. So in this article we will see: Introduction to Service Worker. Benefits of Service Worker. How To Build One. Creating a PWA. So, How I got this Idea? One day I searching for nice pair ...25 likes·330 readsPWA