Posts
All the articles I've posted.
-
Record any Privacy Protected Screen like Snapchat, Netflix and other Social & OTT Platforms
A friendly step-by-step tutorial showing exactly how I record Snapchat private videos, Netflix, Disney+, and any other “protected” screen content without triggering notifications — using just GNOME Boxes on Fedora and OBS on the host. I’ll also explain why this simple trick works so well.
-
How I Fixed Testsprite Tests Getting Blocked by Clerk Auth in Next.js
How I fixed both backend and frontend Testsprite tests getting blocked by Clerk auth — using the Clerk Backend SDK for API tests and Clerk's special test credentials for E2E UI tests.
-
Your "Server Component" Is Running on the Client (And You Have No Idea)
The cases where Next.js developers are convinced their code runs on the server — but it silently runs on the client instead.
-
How TestSprite Helped Me Find a Silent Polar Checkout Bug (and How I Fixed It)
TestSprite surfaced an HTTP 500 on our billing checkout route. Here is how AI-driven E2E testing led us to the real culprit—invalid URL handling in the Polar Next.js helper—and the fix we shipped.