Pavithra KodmadforPK's blogpkodmad.hashnode.net·Aug 31, 2021FeaturedThings I learned teaching my first workshopI have been obsessed with making client side code run faster in both of my previous workplaces. I was introduced to the possibilities at Flipkart and then carried on working on same kind of issues in Atlassian. In both of these places, I found myself...Discuss·126 likes·656 readsWeb Perf
Sandeep Panda TestforSandeep's headless blogsandeep.hashnode.net·May 6, 2019FeaturedHow I built a CDN for our multi-tenant app within a dayOk - before I begin let me give you some context. The multi-tenant app (or SaaS product) in question is Hashnode.dev. It's a new blogging platform that lets developers run a personal blog for free without worrying about ads or paywalls. We launched t...Thamaraiselvam and 8 others are discussing this9 people are discussing thisDiscuss·90 likes·532 readsCDN
Paul Golubkovfor👨🏻💻 Paul Codesgolubkov.hashnode.net·Jun 3, 2021Performance Case Study: webpack splitChunksHello there! I've just finished optimizing my last commercial project, and now, I want to share what I've learned. So, I've decided to start a series of articles. In this article, I want to share with you knowledge about webpack's optimization.splitC...Discuss·66 likes·317 readsWeb performancewebpack
Murshid MuzamilforMurshid buildsmurshidmuzamil.hashnode.net·Apr 6, 2023Understanding How Browsers Identify the LCP ElementLargest Contentful Paint (LCP) is a key performance metric that measures the loading speed of a webpage and is part of the Google Web Vitals initiative, which was introduced in May 2020. Specifically, LCP measures the time it takes for the largest vi...DiscussWebsite performance
Nicolas RouanneforQraft's blogqraft.hashnode.net·Feb 8, 2023Next 13Une introduction sur les Server Components, next/image, @next/font et autres nouveautés annoncées par Next.js pour la version 13. App directory Les pages ne sont plus un fichier dans l'aborescence, mais un répertoire. On peut mettre des composants d...DiscussNext.js
AanchalforAanchal's blogaanchalfatwani.hashnode.net·Jan 31, 2023Lighthouse - Guiding way for Web PerformanceWhy should you consider and work on Performance? Ever encountered the terms Page Speed, Page Load Time, Bounce Rate, etc? If you are someone who needs to work with web pages, it becomes important to consider these terms. Fast-loading websites are not...Discuss·1 like·48 readsWeb Development
Zahiruddin TavargereforZahiruddin Tavargere (zahere.com)zahere.hashnode.net·Jan 9, 2023FeaturedThe Case for Headless CMS: How a Decoupled Architecture Can Boost Your Core Web Vitals ScoresThe Context First, let's define what Core Web Vitals (CWV) are. Simply put, they are a set of metrics that measure the performance, security, and accessibility of a website. Google introduced Core Web Vitals in May 2021 as a way to help website owner...Discuss·27 likes·301 readsCoding and System Designarchitecture
Zahiruddin TavargereforZahiruddin Tavargere (zahere.com)zahere.hashnode.net·Jan 3, 2023How YouTube built a faster experience for developing countries by improving Core Web VitalsYouTube aimed to improve its website's performance and user experience, particularly for users in developing markets like Brazil, India, and Indonesia who may have slower devices and limited network bandwidth. To do this, YouTube focused on optimizin...Discuss·1 like·61 readsUI/UXWeb Development
Adekola Olawaleforadekolaolawale.hashnode.net·Oct 17, 2022Demystifying React 18Introduction React 18 is a major improvement in the rendering mechanisms of React. The focus was on improved performance of user interfaces for a much better experience for the user on the website. The newly added features are completely user-centred...Discuss·2 likes·80 readsReact
Swapnadeep MohapatraforSwapnadeep's Blogswapnadeep.hashnode.net·Aug 18, 2022Performance Metrics - WebPerf#0You must have visited a lot of websites in your lifetime. And the user experience on the site is Good site performance is sometimes vital for a good user experience (UX). But what is performance, how can it be measured, and how can it be improved? ...DiscussWeb Development
Zahiruddin TavargereforZahiruddin Tavargere (zahere.com)zahere.hashnode.net·Jul 31, 2022Selectors - the secret to faster CSSFor years, I thought the only CSS optimization technique one can do was to "minify" the files. How wrong was I! I came across this term called "Lean CSS" in an articlethe other day - and the first word that came to my mind, even before I read the ar...Discuss·10 likes·297 readsUI/UXCSS
Makendran GunasekaranforMakendran Gunasekaran's blogmakendran.hashnode.net·Jun 30, 2022Key factors affecting website performance and how to combat themNothing can be more frustrating than waiting for a website to load. Page speed plays a very important role in website user experience. Many website owners still prioritize complex website design over focusing on website performance. According to Kis...Discuss·11 likes·34 readsWeb Development
Supriya MforSupminn's Blogsupminn.hashnode.net·Jun 17, 2022Introduction to web performanceIf you are a web developer, I would assume that you have a good understanding of HTML, CSS, and JS; and you have created a few projects using these technologies. The next step is to get started with the basics of web performance. It is an important a...Discuss·4 likes·250 readsWeb Perf