MGMarkus Gritschinnext-slug-splitter.hashnode.dev·5h ago · 19 min readNext.js Catch-all routing without catch-all bundles.Build-time route splitting for Next.js Catch-all routing without catch-all bundles. Catch-all routes put many pages behind one module. The bundler follows every reachable import, so the route chunk ca00
ABAniruddha Banerjeeinaniruddhawrites.hashnode.dev·Aug 6 · 23 min readThe DISTKEY That Was Right, and Still WrongAuthor's Note This account is inspired by recurring patterns observed in enterprise Amazon Redshift environments. Table names, business context, and specific figures have been generalized to protect c00
ADAritra Dasinartclick.hashnode.dev·Aug 5 · 10 min readHow to Improve Website Performance Without Sacrificing DesignThere's a myth floating around every design review and dev standup: that you have to choose between a beautiful website and a fast one. Product wants the parallax hero. Design wants the custom typefac00
ABAman Beherainbeingamanforever.hashnode.dev·Jul 25 · 3 min readGSoC 2026 / Week 8: NaN Handling and Interaction-Matrix Memory CleanupThis week I continued the ANOVA performance and robustness work with two focused patches. The first patch updates anova2 NaN handling. Previously, anova2 rejected any input containing NaN. Since anova00
SMSyed Muhammad Aliindevstacked.hashnode.dev·Jul 22 · 20 min readImage Optimization in Next.js 16: The Complete 2026 GuideIf you've ever shipped a page with a 2.5MB hero image and watched your Lighthouse score crash to single digits, you already know why this matters. A slow, unoptimized image is one of the fastest ways 00
HMHosein Mahmoudiinhosein-mahmoudi.hashnode.dev·Jul 15 · 4 min readHow to Improve Performance in Next.js ProjectsWhy this matters Performance in Next.js isn’t just a “nice to have”. It directly affects: user experience SEO conversion rate And the truth is — most performance issues don’t come from React itse00
AMAbdulkabir Musainblog.abdulkabirmusa.com·Jul 14 · 11 min readCanvas 2D to PixiJS: A Migration StoryA few months ago I asked myself a question I genuinely couldn't answer with confidence: is Clypra's editor actually rendering through the GPU pipeline I built, or have I been staring at a Canvas 2D fa10
SBsaikat boseinifs-techy.hashnode.dev·Jul 12 · 6 min readQuery Optimization in IFS: The Hidden Performance Killer3 PM on a Monday. Support tickets pouring in. Users can't open the customer form—it just hangs. You know that feeling? I do. I spent the next 2 hours digging through SQL traces, refreshing coffee, mut00
UDUtsav Dattainutsavdatta-syslog.hashnode.dev·Jul 11 · 5 min readWhy I replaced CTEs with Temp Tables in SQL Server Stored ProceduresRecently I was working on some "SQL Performance Tuning", where I had to rewrite few stored procedures to improve their performance. While tuning stored procedures, I often found myself replacing CTEs 00
MEMohammed Ehabinmohamed-ehab.hashnode.dev·Jul 9 · 13 min read9 Real Fixes That Took My Next.js App's PageSpeed Score From Under 60 to 1009 Real Fixes That Took My Next.js App's PageSpeed Score From Under 60 to 100 I spent weeks chasing this. My PageSpeed score was sitting under 60, and for a while I genuinely didn't know why. Nothing "00