Writing
Notes from building software, automation and products — lessons in Python, Docker, CI/CD, AI and engineering craft.
3 posts
AI
From automation to AI agents
Test automation taught me to make work repeatable. AI agents are the next step: systems that handle the judgment-heavy parts too.
Read1 minAutomation
Building resilient Playwright suites that don't flake
Flaky end-to-end tests erode trust faster than no tests at all. Here's how I keep Playwright suites fast, stable and worth running.
Read1 minDocker
Reproducible test environments with Docker
"Works on my machine" is a process failure. Containers turn your test environment into something you can version, share and trust.
Read1 min