Systems | Development | Analytics | API | Testing

AI wrote the code, but can you trust it? #aicoding #integration #cursor #devops #speedscale

Using AI coding tools like Cursor is fast, but it leaves a massive question: Is the new code going to break production? We solve this by combining Cursor with Proxymock! I take a live traffic snapshot of my running app, feed it back to the AI, and instantly run realistic integration tests locally. It's the only way to get true confidence before you push. Watch the full video below!

KubeCon + CloudNativeCon 2025: Recap

Hi everyone, my name is Bailey Ahrens, and I’m a marketing intern at Speedscale! I just returned a few days ago from KubeCon + CloudNativeCon North America 2025. While it was only my second trade show, it felt like a huge step forward in my confidence, skills, and future direction. My first conference (API World) was all about stepping outside my comfort zone. KubeCon was where I started leaning into that confidence and finding my place in the tech community.

Part 3: Building a Production-Grade Traffic Capture and Replay System

At a previous company, we had over 100 microservices. I’d make what seemed like a simple change to one service and deploy it, only to discover it broke something completely unrelated. A change to the user service would break checkout. An update to notifications would break reporting. We spent more time fixing unexpected bugs than shipping features. The problem was our test scenarios were too simple.
Sponsored Post

Settle Your QA Debt Before the Bugs Start Breaking Kneecaps

In Part One, we discussed how QA debt builds silently over time - causing slower releases, late-night firefights, and unpredictable test cycles. The next step is understanding how much debt you have and where it hides. This post goes deeper into measuring QA debt - what to track, how to collect data, and how to use those insights to create a sustainable plan for improvement.

Speedscale Proxymock: Freely testing cloud native apps alongside AI code assistants

We’ll always remember 2025 as the year AI code assistants went big. Copilot, Cursor, Claude, Windsurf, whatever. Developers went from mistrusting these tools, to being expected to turn over much of their coding labor to them. Even if, according to an extensive Stack Overflow survey, only 3 percent of professional developers say they ‘highly trust’ AI coding tools.

AI in DevOps Enhancing Team Collaboration & Efficiency #shorts

How are you managing your teams in the age of AI? Some are moving fast...but not always efficiently. Others are finding balance between automation and human insight. At Perforce, we call this mindset “Shift Up.” Because it’s not about replacing people —it’s about elevating them.

Bitrise wins big at DevOps Awards 2025

‍Bitrise, the leading mobile DevOps platform, took home two prestigious honors at the National DevOps Awards 2025, winning both Best DevOps Tool/Product of the Year and the top award of the night, Overall DevOps Winner. The judges recognised Bitrise for redefining developer experience through its mobile-first approach and for delivering measurable impact across speed, reliability, and developer productivity.

Stop Getting Charged for Test Emails! #speedscale #aws #ses

Tired of local development using AWS SES leading to spam, cloud costs, and unnecessary API calls? When testing your app, you shouldn't have to connect to a live cloud environment just to send a test email. Learn how to set up your own local ProxyMock server to intercept and record real SES calls, so you can replay them instantly and accurately without ever leaving your desktop.

MOCK AWS SES Locally! Stop Sending Test Emails & Cut Cloud Costs

In this quick guide, Speedscale's Matt LeRay shows you how to free your local development environment from direct AWS SES dependencies. When your application sends an email during local testing, it usually triggers a live AWS transaction, leading to slow tests, unnecessary cloud costs, and sometimes even spam filter issues.