Sseemainseemasaher.hashnode.dev·Dec 9, 2024 · 3 min readAUC ROC curveThe AUC ROC curve is a commonly used tool in binary classification tasks to evaluate the performance of a classifier. It combines two metrics—True Positive Rate (TPR) and False Positive Rate (FPR)—into a single visualization. Let's break down the com...00
Sseemainseemasaher.hashnode.dev·Dec 5, 2023 · 3 min readHow to Become a full-stack QABecoming a full-stack QA professional involves acquiring a broad range of skills across different testing types, tools, and technologies. Here is a roadmap to help you become a full-stack QA: 1. Understand Software Development: Gain a solid understa...00
Sseemainseemasaher.hashnode.dev·Oct 6, 2023 · 3 min readAuto ScalingWhat is auto-scaling? In cloud computing, scaling is the process of adding or removing compute, storage, and network services to meet the demands a workload makes for resources in order to maintain availability and performance as utilization increase...00
Sseemainseemasaher.hashnode.dev·Feb 27, 2023 · 3 min readRate-limitingRate limiting is a strategy for limiting network traffic, Rate limiting makes it harder for malicious actors to overburden the system and cause attacks, A rate limit is the maximum number of calls you want to allow in a particular time interval.Types...00