Stress your server with WRT
WRK is a stress test tool: with few configuration options, you can stress test your server against a high load. In this article, I describe how I used it to simulate a bug that appeared only on high loads.
Thoughts on what I learn
WRK is a stress test tool: with few configuration options, you can stress test your server against a high load. In this article, I describe how I used it to simulate a bug that appeared only on high loads.
Jest and Puppeteer are two great tools. Together they can satisfy a lot of needs. Testing simple JS is easy, testing complex async scenarios is super hard: by learning these two tools you'll get test superpowers to use in your projects!
Una brevissima descrizione del testing manuale vs testing automatico.
Il Test Driven Development porta a un aumento della qualità del codice scritto, ma nella vita reale aumenta i tempi di sviluppo e porta a qualche compromesso.