Sundaram Kumar Jhasundaram2023.hashnode.dev·Sep 24, 2024Understanding Profile-Guided Optimization (PGO) in GoProfile-Guided Optimization (PGO), also known as Feedback-Directed Optimization (FDO), is a powerful compiler technique that enhances the performance of applications by using real-world data to inform optimization decisions during the build process. ...go pprof
Davide Bellonecode4it.hashnode.dev·Aug 29, 2024Davide's Code and Architecture Notes - Introducing SLI, SLO, and SLAIn the world of software engineering, three acronyms are critical in the design and maintenance of reliable systems: SLO (Service Level Objective), SLA (Service Level Agreement), and SLI (Service Level Indicator). These terms are interconnected, yet ...Code and Architecture notessoftware architecture
Israel Orenugaisrxl.com·Aug 29, 2024How to Choose the Best Resource Allocation Strategy for Performance TestingWhen conducting performance testing, resource allocation plays a critical role in ensuring that your application not only meets performance expectations but also operates efficiently. Deciding whether to start with high resource allocations and adjus...Performance Testing
Abhishek Sharmaabhisheksharmacodes.hashnode.dev·Aug 9, 2024Today's Learning: Web Performance OptimizationWeb performance is crucial for user experience. A slow website can lead to high bounce rates, decreased conversions, and a poor brand image. In this post, we'll delve into some key aspects of web performance optimization (WPO). Understanding Web Perf...Web Development
Vivekheyvivek.com·Aug 8, 2024Optimizing Web Performance in NextJs: Beyond Lazy Loading and Code Splitting 🚀In the world of web development, optimizing performance is crucial for delivering a fast and smooth user experience. While lazy loading and code splitting are popular techniques for improving web application performance, there are more advanced strat...10 likesNext.js
Ankita Lunawatcloudhub2295.hashnode.dev·Jul 29, 2024Monitor Linux Server with SplunkContinuous monitoring is an important part of software development. It is something we take up as measure to maintain the health of a software & to improve the quality of the software, & this is based on feedback we get from the insights gained from ...alert
Christopher Wilsontechshopper.hashnode.dev·Jul 10, 2024Monitoring and Managing Server Infrastructure: Tools and Best PracticesIn today's digital age, the performance and reliability of server infrastructure are critical to the success of any organization. Effective monitoring and management of server infrastructure ensure that systems are running optimally, security is main...server infrastructure monitoring
Juan Carlos Olamendyjuancolamendy.hashnode.dev·May 6, 2024Choosing the Right Metrics: Recall, Precision, PR Curve and ROC Curve ExplainedAccurate evaluation of machine learning models is crucial for their success. Imagine you're a doctor trying to diagnose a rare disease. You want to catch as many cases as possible (high recall) while avoiding misdiagnosing healthy people (high precis...1 likeDeep Learning
Fabrizio Raul Condori Guzmanfabrizio-condori.hashnode.dev·May 1, 2024Web Performance: Core Web VitalsEn la actualidad, el desarrollo de una página web ya no es suficiente para ofrecer servicios al público de manera efectiva. Es importante brindar una experiencia óptima al usuario desde el primer momento. ¿Alguna vez has entrado a un sitio web y te h...96 readsCLS
Abhayabhayit2000.hashnode.dev·Feb 19, 2024Client-Side Performance Testing: Metrics to ConsiderYou can conduct performance testing to ensure that the software is working properly. Software performance testing is divided into two distinct categories. Client-side Testing: The scope of client-side testing is to evaluate end-to-end scenarios whil...37 readsPerformance Testing