Skip to main content
thakurcoder
Blog
Tools
Portfolio
About
Contact
Search
⌘K
Loading…
Home
/
Blog
/
#Performance
Tag
#Performance
20 posts
01
September 9, 2026
Redis 8: Cache, Vector Search, and Semantic Caching
Redis stopped being just a cache. Redis 8 folded the Query Engine into core, shipped a native vector data type, and Redis Cloud added a managed semantic cache. This post maps all three layers to the exact version that supports them, with the caveats nobody puts in the marketing page.
02
April 21, 2026
15 Data Structures Every Developer Should Actually Understand
From arrays to LRU caches, these 15 data structures sit underneath your database, your browser, your OS scheduler, and your favorite frameworks. This post walks each one — how it works, what it costs, where it shows up in production — with Mermaid diagrams, code, and a big-O cheat sheet at the end.
03
November 5, 2025
TOON vs JSON: Supercharge Your LLM Prompts & Cut Token Costs
Token-Oriented Object Notation (TOON) is a compact, LLM-optimized alternative to JSON for serializing structured, mostly flat/tabular data. By removing repeated field names, quotes and redundant punctuation, TOON reduces token usage by roughly 30–60% in real-world AI workflows, leading to lower API bills, larger usable context windows, and often better model retrieval accuracy.
04
October 12, 2025
PostgreSQL Full-Text Search with Laravel: Complete Implementation Guide
Learn how to implement PostgreSQL full-text search in Laravel with tsvector, GIN indexes, and ranking functions for superior search performance and relevance.
05
October 4, 2025
Advanced & Seldom-Heard Laravel Features That Will Transform Your Code
Tired of writing the same Laravel code over and over? This post reveals 8 advanced Laravel features that most developers never discover. Learn how custom route model bindings, Blade directives, queue closures, and memory-safe data processing can dramatically improve your application's performance and maintainability. Perfect for Laravel developers ready to level up their skills.
06
October 3, 2025
React 19.2: A Deep Dive into the Latest Release
React 19.2 brings powerful new features including the Activity component for smarter pre-rendering, useEffectEvent hook for cleaner effect code, enhanced Chrome DevTools integration, and first-class Partial Pre-rendering support. This release sets the foundation for future innovations while maintaining developer-friendly APIs.
07
September 2, 2025
SharedWorker: The Hidden API for Multi-Tab Real-Time Apps
SharedWorker is a lesser-known browser API that enables multiple tabs, windows, or iframes of the same origin to share a single background worker. This post dives into use cases, performance benefits, comparisons with other workers, implementation details, and browser support.
08
August 18, 2025
Mastering Server-Side Rendering with Next.js
Discover how to implement and optimize Server-Side Rendering (SSR) in Next.js, from basic setups to advanced techniques, drawing from real-world experience to boost your web apps' speed and search visibility.
1
2
3
Page 1 of 3