An opinionated list of Python frameworks, libraries, tools, and resources
published: true description: "A developer's honest review of TestSprite: the autonomous AI testing agent that generates, runs, and patches tests for you. Including locale handling observations." tags: testing, ai, webdev, devtools cover_image: https://storage.googleapis.com/runable-templates/cli-uploads%2FgcLrVl9Cg6BLWTHb6clQeDzRFGBCNd4h%2F1kCxrovt5t9apSMJWdkFB%2Ftestsprite_hero.png I've been buil
I've been skeptical of AI-powered testing tools for a while. Most of them are glorified code generators that spit out flaky Playwright tests and call it a day. So when I heard about TestSprite — which promises to write, run, and maintain tests through an MCP integration — I decided to actually put it to work on a real project before writing a single word about it. The project: a mid-size e-commerc
Some time ago, I was building a chat application using AWS Websocket API gateway. Things were going smoothly. I created a WebSocket API Gateway, added $connect, $disconnect, and sendMessage/addGroup routes. From the frontend (React) side, everything was fire-and-forget. You send a message, and the onMessageHandler takes care of it 💪🏼 But then a new requirement of uploading files using S3 signed