Archives
All the articles I've archived.
-
I Ran Chrome's Modern Web Guidance on My Own Site. It Found 88 Lines I Never Wrote.
Modern Web Guidance is a 22MB embedding model that matches your sentence against 137 guide descriptions. It never reads your code. Here's what it actually does, how to drive it, and what it found in my portfolio.
-
How I Built a Personal OS for My AI Assistant
I was tired of AI that forgot everything between sessions. So I built a structured workspace that gives it persistent context — and it changed how I work.
-
CSS Specificity — collections and image explanations ↗
Full Link - A comprehensive guide to understanding CSS specificity with visual explanations and practical examples.
-
Experiment with Node JS and Sqlite3 ↗
I started my software career with Ruby on Rails. Rails offers a quick setup for with Sqlite3 as default database. So, when I started exploring Node.js...
-
Setup workflow with Sublime Text plugins ↗
Sublime Text 3 is recommend. Some packages requires to install Sublime Text 3. A comprehensive guide to setting up an efficient development workflow.