sahilscript.hashnode.devOptimizing Video Uploads client-side using WebCodecs and the MediaRecorder API.So, there I was, working on a client project built with Next.js on the frontend and Strapi on the backend. The task at hand was to help end users upload media content efficiently. We used Cloudinary to store media assets, which is great for most scen...Sep 13, 2025·6 min read
sahilscript.hashnode.devHow I Solved an SEO Problem with Cloudflare Workers: A Reverse Proxy StoryIntroduction: A Problem I Didn't See Coming A few weeks ago, I was working on a client project that had a unique challenge: they had their homepage hosted on Webflow at example.com and their SaaS application hosted on a separate subdomain, app.exampl...Oct 6, 2024·7 min read
sahilscript.hashnode.devHow to Effectively Handle Cart and Cart Items in an E-Commerce PlatformCreating a seamless and efficient shopping cart experience is crucial for any e-commerce platform. Recently, I had the opportunity to build a sophisticated e-commerce solution for a client. I used a modern tech stack comprising- Nextjs (for frontend...May 16, 2024·5 min read