Cloud Tunedcloudtuned.hashnode.dev·Jul 5, 2024Understanding Perf: A Powerful Performance Analysis ToolUnderstanding Perf: A Powerful Performance Analysis Tool Introduction Performance analysis is a critical aspect of software development and system administration. Identifying performance bottlenecks and optimizing system performance can lead to signi...DiscussLinux
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...Discuss·36 readsPerformance Testing
Ayodeji Oludiyadevayodiya.hashnode.dev·Mar 28, 2023Big O Notation: A Guide for Non-Computer ScientistsIf you've ever wondered how computer programs work and why some are faster than others, you may have heard of Big O notation. In this guide, we'll explain what Big O notation is, how it works, and why it's important, all without assuming any prior kn...Discuss#big o notation