Debajit Mallickdebajit13.hashnode.dev·Sep 21, 2023Mastering React Performance: Tips and Best PracticesIntroduction Building a React app is easy. But optimization is the most difficult part. In this article, I will be discussing some of the most popular techniques to master web performance in React. Code Splitting Code Splitting is one of the most pop...Discuss·4 likesDeep Dive Into ReactReact
Frits Hooglanddatabaseperformance.hashnode.dev·Sep 18, 2023Using bpftrace for postgres query execution tracingBeing able to understand where the query time is spent in PostgreSQL is a bit confusing. To understand what I mean by 'confusing', a fundamental concept that must be understood is the different statement execution phases of the PostgreSQL query engin...Discuss·157 readsPostgreSQL
Gulshan Kumarperfinsights.hashnode.dev·Sep 16, 2023Assertions in JMeterIntroduction Assertions help us verify whether the response of a sampler is correct or not, instead of manual verification. An assertion is a test element that allows us to set criteria for verifying the sampler request. If the sampler's request matc...Discuss·37 readsPerformance Insightsperformance
Keyur Chaudharikeyurchaudhari.hashnode.dev·Sep 14, 2023Understanding JavaScript's async and defer attributesIn this blog post, we explore the async and defer attributes in JavaScript, used with script tags to efficiently load external scripts onto a web page. We discuss three scenarios: using a script tag normally, with the async attribute, and with the de...DiscussJavaScript
Magnusblog.helander.stream·Sep 12, 2023Ghost speed with Bunny CDNPage speed is critical for user experience, bounce rates and SEO ranking. Using a Content Delivery Network we get faster page load globally and a reduced load on the server. Here's my solution for a self-hosted Ghost to serve images, javascript and s...Discussghost
Aslihan Kilicaslihankilic.hashnode.dev·Sep 9, 2023What are the roles of a Software Architect?The Roles of a Software Architect: In the dynamic world of software development, the role of a Software Architect stands out as one of the most pivotal. They are the masterminds behind the design and structure of software systems, ensuring that the s...Discusssoftware architecture
Shrihari Mfrontline-frontend-insights.hashnode.dev·Sep 5, 2023React | How to stop re-rendering in React ComponentsHow to avoid unnecessary re-renders in the react component React has come a long way from its early stages. Still, many of us find it difficult to fix the un-necessary re-renders. There are many approaches out there to avoid re-renders. Here I am di...DiscussReact
Faust Oswaldfaustoswald.hashnode.dev·Aug 22, 2023Optimisation des Performances Frontend : Conseils et AstucesDans l'univers du développement web, les performances frontend jouent un rôle crucial pour offrir aux utilisateurs une expérience en ligne fluide et rapide. Une application web performante peut avoir un impact significatif sur les taux de conversion,...Discuss·4 likes·48 readsfrontend
Gulshan Kumarperfinsights.hashnode.dev·Aug 20, 2023Fine-Tuning JMeter Tests with TimersTimers in JMeter Timers in JMeter help us in simulating the real user behavior by putting delay between requests because when we run the test in JMeter and send multiple requests on target, JMeter executes all requests one after another without any d...Discuss·46 readsPerformance InsightsPerformance Optimization
Andreia Cardosoandreiacardoso.hashnode.dev·Aug 18, 2023The Pomodoro Technique: Time Management with TomatoesIs it just me or do you feel that sometimes you’re sitting at your desk, trying to tackle a considerable amount of tasks but your mind is just as mixed as a cocktail?! One thing that changed my time management is… thinking in tomatoes rather than hou...DiscussPerformance Optimization