k6 Fundamentals: Load Test Your API with Confidence

k6 Fundamentals: Load Test Your API with Confidence

Everything you need to start load testing with k6. Covers the core concepts - virtual users, stages, checks, and thresholds - then puts them into practice by testing a live REST API. You'll learn how to define custom metrics, tag requests for granular analysis, use...
Speed Up Jest Test Suites with Sharding

Speed Up Jest Test Suites with Sharding

Large test suites in Node.js and React projects can significantly slow down your continuous integration (CI) pipeline. Jest already runs tests in parallel on a single machine using worker processes, but for very large suites you may need to parallelize across multiple...