Howardhowardphung.hashnode.dev·Sep 12, 2024Web Performance Distilled - Part 1Hi folks, I already have a few articles on my Performance series. They were about JavaScript and Rendering performance, as well as a high-level overview of Networking performance. If you’re curious, go ahead and check it out. In this article and a fe...DiscussPerformanceperformance
akash javaliblog.akashjavali.com·Sep 6, 2024Exploring Micro Frontends: The Next Step in Scalable Web DevelopmentAs modern web applications continue to grow in complexity, developers are constantly searching for architectural patterns that enhance scalability, maintainability, and team autonomy. One emerging solution is the concept of micro frontends—a frontend...Discuss·28 readsFrontend Architecture
Preston MayiekaforfreeCodeCampfreecodecamp.org·Sep 5, 2024What is Speedy Web Compiler? SWC Explained With ExamplesIn the evolving landscape of JavaScript development, the need for efficient and powerful tooling has become increasingly important. Developers rely on tools like compilers and bundlers to transform their code, optimize performance, and ensure compati...Discuss·1 likeWeb Development
Keyur Chaudharikeyurchaudhari.hashnode.dev·Aug 24, 2024Boost Your Website's SEO with Core Web VitalsTLDR Core Web Vitals are essential metrics for website performance and SEO. They include Cumulative Layout Shift (CLS), Largest Contentful Paint (LCP), and First Input Delay (FID). Tools like Google Chrome's Lighthouse can help improve these metrics....DiscussSEO
akash javaliblog.akashjavali.com·Aug 23, 2024Server-Side Rendering (SSR) vs. Client-Side Rendering (CSR) in React: A Comprehensive ComparisonWhen developing modern web applications, one of the key decisions developers face is how to render the content: Server-Side Rendering (SSR) or Client-Side Rendering (CSR). Both approaches have their pros and cons, and choosing the right one can have ...Discuss·36 readsSSR
ashish shubhamashubham.hashnode.dev·Aug 20, 2024Definitive guide to multi-threaded rendering on the WebDuring my Computer science graduate studies I took a ton of coursework dealing with threads, synchronization, race conditions, semaphores... aaand then ... I became a frontend engineer in 2013. The threads vanished, and I was left with the lonely mai...Discuss·1 like·393 readsJavaScript
Avinash Dangiavinashdangi.hashnode.dev·Aug 17, 2024IntroductionIn the fast-paced digital world, users expect websites to be lightning-fast, responsive, and smooth. A sluggish website can frustrate users, leading to higher bounce rates and lower engagement. This is where web performance comes into play. Optimizin...DiscussWeb Development
akash javaliblog.akashjavali.com·Aug 9, 2024Optimizing Web Performance: Techniques for Faster Load Times in 2024In the ever-evolving digital landscape, where users demand instant access to information, optimizing web performance has never been more critical. As we move further into 2024, the expectation for fast, seamless web experiences continues to grow. A s...DiscussWeb Development 2024
Om Dahaleomdahale.hashnode.dev·Aug 8, 2024Next.js Server Components: Revolutionizing Performance and SEOIntroduction to Server Components and Their Importance Server components represent a significant evolution in web development, particularly for React-based frameworks like Next.js. They allow developers to execute components on the server side rather...DiscussNext.js
Skill Techiesskilltechies.hashnode.dev·Aug 8, 2024Next.js Server Components: Revolutionizing Performance and SEOIntroduction to Server Components and Their Importance Server components represent a significant evolution in web development, particularly for React-based frameworks like Next.js. They allow developers to execute components on the server side rather...DiscussNext.js