Videos
Software benchmarks, systems deep-dives, and technical commentary. Subscribe on YouTube

OAuth is not optional in production, but it is never free. This video compares the same minimal HTTP API in Spring Boot and ASP.NET Core twice: first as a public baseline, then as a real OAuth 2.0 + OIDC protected resource server. Instead of stopping at "which one is faster", the video shows where

That is exactly how you pick the wrong backend. In this v3 benchmark short: - Rust Axum wins read throughput - Go chi wins p99 - .NET AOT wins p99.9 The winner changes the second you stop staring at one screenshot. Full benchmark breakdown, repo, and artifacts are on the channel. #rust #golang #

The easy headline was wrong. This v3 benchmark is not a single-bar victory lap. Rust wins raw read throughput, Go chi wins p99 latency, .NET AOT wins p99.9 tail latency, and Fiber makes its case on recovery. The interesting part is not just who wins. It is why the winner changes once you look past

RabbitMQ dominated this benchmark: 274 rps at 7.57 ms p95, versus Kafka at 74 rps and MQTT at 39. The useful part is not just the headline. This breakdown shows why the result held across 48 measured slots, how the harness validated each protocol round trip, where the trace evidence lives, and when

One chart is not enough for a production stack decision. Java Legacy vs Modern Speed: Is Quarkus Actually Saving Your Enterprise Cloud Bill In this video: - what each runtime/language wins - where tail latency changes the decision - how to pick based on your real bottleneck Watch the full breakdo

Container benchmark takes are easy to get wrong when methodology is vague. Github: https://github.com/prod-garbage-destroyer/rust-container-optimization-clean In this response, I audit the exact harness and rerun the benchmark with a fair setup: - same Rust source and behavior across all variants -

Is your IDE lagging? It's probably Docker Desktop eating 200MB of RAM just to stay idle. Podman is the mathematically superior choice for 2026: ✅ 0MB Idle RAM (Daemonless) ✅ 30% Faster Startup ✅ Native Kubernetes Pods ✅ Rootless security by default Mathematically superior. No contest. **Tags:**

One chart is not enough for a production stack decision. Go Map vs Redis: Latency Tax In this video: - what each runtime/language wins - where tail latency changes the decision - how to pick based on your real bottleneck #softwareengineering #programming #performance #backend #benchmark #architectu

One chart is not enough for a production stack decision. Beyond JSON: Why High-Performance Systems Are Switching to Protobuf over HTTP/3 Github : https://github.com/prod-garbage-destroyer/protobuf-http3-experiment-runner/tree/main In this video: - what each runtime/language wins - where tail late

One chart is not enough for a production stack decision. Carbon Aware Kubernetes Scheduling In this video: - what each runtime/language wins - where tail latency changes the decision - how to pick based on your real bottleneck Watch the full breakdown on the channel for benchmark method, tradeoff

One chart is not enough for a production stack decision. This benchmark keeps the workload fixed and compares the same REST API in Go, Rust, and Node.js. In this video: - what each runtime wins - where tail latency changes the decision - how to pick based on your real bottleneck Github: https://git

Bun just merged PR #30412, officially moving from Zig to Rust. 750,000 lines of code ported in just 6 days using Claude Code and Robo-Bun. This isn't just a rewrite—it's the first major agentic runtime migration. #Bun #RustLang #ZigLang #AI #Coding #TechNews #SoftwareEngineering
93 videos total