Published onDecember 28, 2025Smart SWR Caching: User-Context Aware Freshness in E-commerceCachingSWRPerformanceE-commerceNode.jsTypeScriptRedisHow to implement Stale-While-Revalidate caching that adapts based on user type and endpoint sensitivity. B2B users get fresh stock data while anonymous visitors enjoy faster cached responses.
Published onDecember 28, 20256x More Cache Capacity: Compressing Redis on a 1GB ServerRedisPerformanceCachingCompressionNode.jsTypeScriptNuxt-3How we squeezed 6x more cache entries into a 1GB Redis instance using gzip compression, while maintaining type safety and sub-millisecond overhead.
Published onMay 5, 202560-80% Faster Search: Optimizing PostgreSQL CTEs in Node.jsPostgreSQLPerformanceSQLNode.jsPrismaOptimizationThree SQL anti-patterns that were killing our search performance, and the CTE optimizations that fixed them.