ASAditya Sharmainmovierecommender.hashnode.dev·3d ago · 10 min readBuilding a Zero-Dependency Mathematical Engine & Reactive SVG Function Plotter with Astro and TypeScriptTags: typescript, web-development, javascript, performance, math When building mathematical or scientific utilities for the web, the standard modern frontend instinct is often to reach for heavyweig00
ASAditya Sharmainmovierecommender.hashnode.dev·5d ago · 6 min readArchitecting a Sub-50ms Web Calculator Across 41 Locales with Astro 5 & Tailwind v4 If you open ten different water intake or health calculators on Google today, nine of them will trigger an avalanche of layout shifts, load megabytes of tracking scripts, and take several seconds to b00
ASAditya Sharmainmovierecommender.hashnode.dev·5d ago · 4 min readArchitecting an Ultra-Fast Movie Discovery Engine Building modern web applications often means balancing rich interactive features with strict Core Web Vitals. When designing a cinematic discovery tool with interactive 3D cards, real-time AI matching00
ASAditya Sharmainmovierecommender.hashnode.dev·5d ago · 3 min readDSP in the Browser: How We Built a Zero-Latency Audio Engineering Suite with Astro & Web Audio APIFor decades, digital signal processing (DSP) was confined to desktop DAWs (Digital Audio Workstations) or expensive cloud backend clusters running C++ or Python libraries. With modern browser capabili00