— Writing
Blog
Deep dives, tutorials, and real-world breakdowns on Python, automation, and software dev.
AllPython Deep DiveTest AutomationWeb Scraping
4 posts
Web Scraping⭐ Featured
What is Patchright? The Playwright Fork Nobody's Talking About
Patchright is a patched version of Playwright that fixes the detection leaks that get your scrapers blocked. Same API, same code — just undetectable.
Mar 25, 20267 min
Read Test Automation
CI/CD for Playwright Tests: A Real GitHub Actions Setup
A production-grade GitHub Actions workflow for Playwright — parallel sharding, caching, HTML reports as artifacts, and Slack notifications when tests fail.
Mar 5, 20265 min
Read Python Deep Dive⭐ Featured
Python Type Hints: A Practical Guide for Test Engineers
Type hints aren't just for application code. Used well, they make your test helpers, fixtures, and page objects dramatically easier to maintain.
Feb 3, 20264 min
Read Test Automation⭐ Featured
Why I Switched from Selenium to Playwright (And Never Looked Back)
After years of writing Selenium tests, I switched to Playwright. Here's what changed, what stayed the same, and whether the switch was worth it.
Jan 10, 20263 min
Read