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

#WebAssembly #Javascript

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

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.

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

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

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

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

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

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

REST owns public APIs. gRPC owns internal microservices. Using only one is an architectural mistake β here's why. Drop your stack below π #Shorts #WebDev #SystemDesign

Next.js ships 2MB of JS to hydrate a static page. Bun + HTMX does it in 2ms with zero client JavaScript. This is why. Drop your stack in the comments π #Shorts #WebDev #JavaScript
59 videos total