#ci
How to Easily Reproduce a Flaky Test in Playwright
5 min readStop playing whack-a-mole with flaky Playwright tests by using CPU throttling to reliably reproduce CI failures on your local machine.
Speeding up ESLint—Even on CI
5 min readGotta Cache 'Em All: Leverage ESLint's cache to speed it up.
Continuous Integration with Angular CLI
3 min readAngular CLI is a powerful tool to scaffold and build Angular apps. Not only it provides you scalable project structure, instead, it handles all common tedious tasks for you out of the box and it already follows the Angular best practices.
Reliable Continuous Integration in JavaScript
4 min readWhen you build a piece of software you want to build a reliable one, so often you’re using various continuous integration tools. But, is your continuous integration process is as reliable as you think?