Tag: edited

distributed-load-testing-jmeter
Janos Kubisch

Distributed Load Testing with Jmeter

Learn how to distribute and run Jmeter tests along multiple droplets on DigitalOcean using Terraform, Ansible, and bash scripting – to automate the process.

async-iterators-nodejs
Janos Kubisch

About Async Iterators in Node.js

Async Iterators can be used when we don’t know the values & end state we iterate over. Instead, we get promises eventually resolving to the usual object.

reinventing-hooks-with-react-easy-state
bertalan

Reinventing Hooks with React Easy State

This article defies a lot of trending patterns, like: React hooks, avoiding mutable data, traditional dependency injection, and full front-end testing.