AI coding agents burn tokens re-reading your codebase every session. Build a local SQLite memory system that cuts token use by 100x, no vector DB needed.
author: Ekin Yalgın · 6min read
Stop CRLF vs LF warnings for good. Learn the .gitattributes fix, how to renormalize an already-broken repo, and why CI scripts fail on Windows-saved files.
author: Ekin Yalgın · 7min read
Pick the right Node.js folder structure for your team, avoid cyclic dependency crashes, and migrate from MVC to feature-based architecture without a rewrite.
author: Ekin Yalgın · 6min read
Box-shadow not showing up? Check overflow, missing dimensions, wrong argument order, and the drop-shadow alternative for transparent PNG logos and icons.
author: Ekin Yalgın · 5min read
Save any webpage offline with the right tool: SingleFile, wget, or a headless browser for JavaScript-heavy sites. Includes ready-to-run code and commands.
author: Ekin Yalgın · 6min read
Build Netlify serverless functions with the modern Request/Response API. Setup, custom routes, API key proxying, CORS fixes, and the production 404 fix.
author: Ekin Yalgın · 8min read
REST API design best practices for production: cursor pagination, idempotency keys, RFC 9457 errors, and versioning. Build APIs that hold up under load.
author: Ekin Yalgın · 8min read
Fix Chrome crashing, freezing, or not responding with built-in diagnostics: chrome://crashes, Memory Saver, profile corruption test, and hardware acceleration.
author: Ekin Yalgın · 6min read