Sachin SharmaJan 7Building a PDF Compressor in the Browser: WebAssembly & Next.jsWhy process sensitive documents on a server when you can do it in the browser? Dive into this 3,500-word masterclass on porting C++ libraries to WebAssembly and building a high-performance, private PDF compressor with Next.js.Web Engineering20 min readRead
Sachin SharmaJan 5Next.js 14 Server Actions vs API Routes: Benchmarking PerformanceAre Server Actions just hype? We benchmarked 10k requests on Vercel Edge. The results reveal a 40% reduction in cold starts and a massive shift in how we handle data mutations.Web Performance14 min readRead
Sachin SharmaJan 3Replacing Redux with Riverpod: A Practical Migration Guide (with Code)Buried under Redux boilerplate? This guide walks through migrating a production Flutter app from Redux to Riverpod. Cut your codebase by 40% and gain compile-time safety.State Management12 min readRead
Sachin SharmaJan 1How to Build a Production-Ready Flutter App: The Complete Architecture GuideStop building spaghetti code. This 3,000-word guide dissects the exact Scalable Architecture I use for enterprise Flutter apps. Learn Clean Architecture, Riverpod, Freezed, and Folder Structure.Mobile Engineering15 min readRead