Your Computer Is Busy When You're Not: Building a Desktop Observability Tool with ElectronAug 23, 2026·9 min read·9
AI Skills Are Not Just Prompts: A Practical Architecture for Building, Evaluating, Shipping, and Maintaining Agent SkillsThe current generation of AI coding agents makes it surprisingly easy to create a "skill." Write a Markdown file. Add instructions. Give it a name. Put it inside .claude/skills/. Done. Except it isn'tSep 17, 2026·22 min read·5
Building an AI-native Second Brain with Multi-RAG, Knowledge Graphs, and MCPAug 8, 2026·8 min read·71
Running Hermes Agent with Kokoro TTS: A Local-First AI Assistant SetupMost AI agents today depend heavily on cloud APIs. They're fast, but every request costs money, depends on an internet connection, and sends your data to external providers. Over the weekend, I experiJul 26, 2026·4 min read·23
Building Reusable Claude Code Plugins with Fable 5How I use Fable 5 to research, build, and maintain custom Claude Code plugins, marketplaces, agents, and skills—creating reusable AI tooling that works across every project. 01 · The problem with copyJul 11, 2026·6 min read·123
SEO Is Not Enough Anymore — The Rise of AEO (Answer Engine Optimization)The way people search is changing. Is your site ready? For the past two decades, SEO (Search Engine Optimization) was the undisputed king of web visibility. Rank on Google's first page and you win trMay 27, 2026·7 min read·30
How We Built a Progressive Proxy Upload Architecture for Multi‑GB PSD & RAW FilesHow we made 30 GB PSD uploads feel instant without expensive backend conversions. When we first built our media upload system, the architecture looked completely normal. A user uploaded a file, the bMay 22, 2026·6 min read·18
We Let an AI Break Our Analytics Platform — Here's Every Bug It FoundGithub Main- https://github.com/NishikantaRay/InsightTrack Passmark - https://github.com/NishikantaRay/InsightTrack/tree/main/appsv2/passmark-tests InsightTrack — 17 pages, dual-database architectuMay 10, 2026·33 min read·155
Row vs Column Databases Explained: OLTP, OLAP, and Why Modern Analytics Systems Use Column StorageIntroduction When developers start building analytics platforms, dashboards, or reporting systems, they quickly encounter terms like: Row-based databases Column-based databases OLTP OLAP At firsMay 7, 2026·8 min read·26