garbagedestroyer

Videos

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

Your Developers Are Leaving Because of This
1:08
Your Developers Are Leaving Because of This

Legacy codebases are hemorrhaging talent as maintainability collapses under the weight of unpatched dependencies and deprecated logic. We must confront the reality that staying on aging frameworks is a strategic failure. Here's why you need to migrate now. #programming #softwareengineering #archit

|1:08
The Microservices Tipping Point: Orchestration vs Choreography
1:26
The Microservices Tipping Point: Orchestration vs Choreography

In this video, we break down exactly when a centralized control plane collapses under load, the exact cost curve of coordination vs. debugging, and how to use Choreography as a pressure relief valve at scale. ๐Ÿ” ๐—ช๐—ต๐—ฎ๐˜ ๐˜„๐—ฒ ๐—ฐ๐—ผ๐˜ƒ๐—ฒ๐—ฟ: - Control Plane Under Load (Kubernetes, Nginx, API Gateway) -

|1:26
Zig vs Rust vs C++: Same API, Three Different Winners
4:00
Zig vs Rust vs C++: Same API, Three Different Winners

I benchmarked the same cloud API implementation in Zig, Rust, and C++ with identical routes, schema, workload, and environment. In this video we compare: - Throughput under c=100, c=250, c=500 - Tail latency (p99) behavior under load - Operational footprint (image size + memory) - Real source files

|4:00
The Real Rust Tax: 114MB vs 18.6MB Container Reality Check
4:15
The Real Rust Tax: 114MB vs 18.6MB Container Reality Check

I benchmarked Rust (Axum) and C++ (Drogon) for cloud REST APIs with PostgreSQL JSONB workloads. Performance is nearly identical (3-5% difference), but operational costs differ wildly. ๐—ž๐—ฒ๐˜† ๐—ณ๐—ถ๐—ป๐—ฑ๐—ถ๐—ป๐—ด๐˜€: - Throughput: 38-42K req/s (Rust) vs 39-40K req/s (C++) โ€” statistically equivalent - Conta

|4:15
Why HTMX + Go is Killing the Single Page Application (SPA) ๐Ÿ’€ (Goodbye React?)
1:58
Why HTMX + Go is Killing the Single Page Application (SPA) ๐Ÿ’€ (Goodbye React?)

Most apps do not need a heavy Single-page application(SPA). HTMX + Go cuts bundle weight, removes hydration debt, and ships as a single binary. This video breaks down the real tradeoffs, shows the server-side pattern, and explains when SPAs still win.

|1:58
I built the same microservice in Rust, Go, and ASP.NET. One of them used 357 MB at idle.
6:47
I built the same microservice in Rust, Go, and ASP.NET. One of them used 357 MB at idle.

I built the same microservice in Rust (Axum), Go (Fiber), and ASP.NET (Minimal API) Github : https://github.com/prod-garbage-destroyer/rust-go-dotnet-microservice-2026/tree/v1 - identical endpoints, identical PostgreSQL backend, identical connection pool config โ€” and benchmarked them with wrk at 50

|6:47
Go Wins the Cold Start, Loses to the Database Driver
2:54
Go Wins the Cold Start, Loses to the Database Driver

Cold start is a tie at ~500ms. But Go uses 7.6x less memory and 6x smaller images. The hidden cost? The database driver. Here's the full breakdown. Checkout the Benchmark Repository on Github/prod-garbage-destroyer/cold-start-tax-experiment

|2:54
Quarkus vs Spring Boot: Which Java Framework Actually Ships Faster? (2026 Deep Dive)
6:05
Quarkus vs Spring Boot: Which Java Framework Actually Ships Faster? (2026 Deep Dive)

Spring Boot is the industry titan. Quarkus is the cloud-native speed demon. In this 6-minute deep dive, we put the frameworks to the trial across performance, developer experience, and deployment reality. In 2026, "it works" is no longer enough. We analyze why the Build-Time-First philosophy of Qua

|6:05
Your Broker is Probably Over-Engineered
2:15
Your Broker is Probably Over-Engineered

Most developers treat brokers like Pokรฉmonโ€”collecting them without understanding their powers. Today, weโ€™re ending the confusion between Kafka, RabbitMQ, and MQTT. In this architectural deep-dive, we explore: - The "Kafka-first" fallacy and why over-engineering kills productivity. - MQTT: QoS levels

|2:15
Claude Code vs Codex: Which Agent Actually Ships? ๐Ÿค– (2026)
1:11
Claude Code vs Codex: Which Agent Actually Ships? ๐Ÿค– (2026)

The AI agent market has split. You either choose speed, or you choose reliability. But one of these is getting users rate-limited into absolute rage. #coding #softwareengineering #webdevelopment #programming #tech #developer #programmer #softwaredeveloper #ai #artificialintelligence #claudecode #o

|1:11
Microservices Won't Save You. Here's Why.
3:01
Microservices Won't Save You. Here's Why.

Airbnb, Twitter, Shopify - all started as monoliths. Microservices solve scale problems. Not startup problems. Which architecture are you running? ๐Ÿ‘‡ #WebDev #SystemDesign

|3:01

50 videos total