Migrating to Visual Regression Testing with Playwright and S3
20 Dec 2024
Discover how we replaced a SaaS visual regression tool with a lean, cost-effective Playwright and S3 setup. Learn how we integrated cloud storage, streamlined CI workflows, and tackled common limitations along the way.
Mocking downstream dependencies with Mockttp in Cypress tests for NextJS apps
23 Aug 2023
In a complex or distributed system, you might have an app with multiple downstream dependencies. End-to-end tests might not be an option, or they can serve as another level of testing in addition to your Cypress and Jest tests. It is possible to mock downstream dependencies for calls from your BFF using Mockttp.
Software engineer’s workflow
01 Oct 2022
Keeping your work under control as a software engineer.
A note on accessibility
30 Aug 2022
Accessibility is not what you think it is. Or, at least, there is more than one way to approach it.
What is a JavaScript linter: inside out view
01 Dec 2021
Most of us use ESLint or a similar tool, but what it actually is under the hood?
Quality checks in CI/CD Pipelines
16 Aug 2021
What if there was a way to be always sure the code consistently does what it has to do as it changes? (spoiler: wishful thinking!)