Systems | Development | Analytics | API | Testing

Stop wasting time on Postgres migrations. #speedscale #postgresql #postgres #database #programming

If you're spinning up a whole container just for one test, you’re doing it wrong. Old way: Full DB container + pg_restore New way: speedscale + proxymock It records actual DB traffic and mocks it "on the wire." Test smarter, not harder.

Supercharge your LLM Using Production Data Context

Are your LLM coding agents (like Cursor or Claude Code) hallucinating fixes because they don't know what's actually happening in production? In this video, Matt from Speedscale shows you how to bridge the gap between your local IDE and live production traffic using the Model Context Protocol (MCP). Most observability tools just give you telemetry. Speedscale’s MCP server gives your agent the "inner workings" of actual API calls and payloads, so it can check its assumptions against reality. No more "vibe-coding" and hoping it works; let your agent find the 500 errors and rate limits for you.

Is Kubernetes actually HARD? #speedscale #kubernetes #k8s #devops #cloudnative

Thinking about learning Kubernetes in 2026? You’ll need GitOps, kubectl, and CI/CD pipelines... OR you can just use Speedscale. See how a single operator replaces a million dependencies and gives you the traffic insights you actually need to survive production.

Kubernetes is Hard. Here is the "Easy Mode" for 2026

Is Kubernetes actually hard, or are we just using the wrong tools? In 2026, the Kubernetes ecosystem has become a "dependency jungle." Between GitOps, YAML configuration, kubectl mastery, and complex CI/CD pipelines, developers are spending more time managing infrastructure than writing code. In this video, Ken breaks down the "hard parts" of K8s and introduces a more efficient workflow using Speedscale. Learn how to gain instant visibility into your cluster, pull logs without the headache, and turn real-world traffic into actionable load tests.

Why gRPC is a Debugging Nightmare #speedscale #observability #grpc #testing #devops

gRPC is fast and efficient - until it breaks at 2:00 AM. Traditional observability tools are built for HTTP/1.1 and JSON. When you switch to gRPC, you’re dealing with binary Protobuf payloads and HTTP/2 multiplexing that most logs and traces simply weren't designed to handle. Speedscale flips the switch by decoding Protobuf directly into human-readable JSON in real-time. Get the speed of gRPC with the visibility of REST.