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
Why Rust Zero-Cost Abstractions Are Actually Free
SHORT
0:41
Why Rust Zero-Cost Abstractions Are Actually Free

Rust abstractions look high-level, but compile into low-level machine code with near-C++ performance. Here's the proof through assembly, LLVM, and runtime metrics. #rust #systemsprogramming #performance #llvm #softwareengineering

|0:41
Project Structure Proof (Zig vs Rust vs C++)
SHORT
0:25
Project Structure Proof (Zig vs Rust vs C++)

Quick walkthrough of the benchmark repo structure: implementations, scripts, artifacts, and the wrk workload file used for fair comparison. Re-run it yourself: GitHub link in description. #shorts #zig #rust #cplusplus #backend #benchmark #opensource

|0:25
Real Code, Not Slides: Zig, Rust, C++ Compared #shorts #code
SHORT
0:22
Real Code, Not Slides: Zig, Rust, C++ Compared #shorts #code

Code-level proof cut: same routes, same schema, same wrk workload. Rust wins RPS, Zig wins p99, and C++ wins footprint in this run. Full repo and artifacts: GitHub link in description. https://github.com/prod-garbage-destroyer/zig-rust-cpp-cloud-v1 #shorts #zig #rust #cplusplus #backend #benchmark

|0:22
Zig vs Rust vs C++: Same API, Different Winners #shorts #benchmark
SHORT
0:26
Zig vs Rust vs C++: Same API, Different Winners #shorts #benchmark

Same API, same workload, same environment. Rust leads throughput, Zig leads p99 latency, C++ leads footprint. Full benchmark and code: GitHub link in description. https://github.com/prod-garbage-destroyer/zig-rust-cpp-cloud-v1 #shorts #zig #rust #cplusplus #backend #benchmark #cloud

|0: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
You're Optimizing the Wrong Metric (Rust vs C++)
SHORT
0:31
You're Optimizing the Wrong Metric (Rust vs C++)

Most teams chase tiny throughput differences and ignore what actually impacts production. - Throughput delta: small - Container delta: massive - Memory delta: meaningful at scale Rust wins developer velocity and safety. C++ wins runtime efficiency and footprint. Pick based on your constraints. #ru

|0:31
Rust vs C++: Same Speed, 6x Bigger Container? 😳
SHORT
0:30
Rust vs C++: Same Speed, 6x Bigger Container? 😳

Rust and C++ are almost tied on throughput (~40K req/s), but not on operational cost. - Rust image: 114MB - C++ image: 18.6MB (84% smaller) - Rust memory: 4.3MB RSS - C++ memory: 2.5MB RSS (42% less) Verdict: choose constraints, not benchmark hype. Full benchmark + methodology in long video. #rust

|0:30
Go vs Python: Which Reigns Supreme? #golang #python
SHORT
0:33
Go vs Python: Which Reigns Supreme? #golang #python

Are you subsidizing Python's Global Interpreter Lock with your cloud bill? Python optimizes for the developer. Go optimizes for the machine. Stop writing core infrastructure in a scripting language. Pick Python for the algorithm. Pick Go for the backend. Drop your stack below šŸ‘‡

|0:33
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

93 videos total