Read my recent thoughts on design, development, and the tech industry.
5 min read
How I Built a Personal Knowledge Wiki with Claude Code
How I turned 14,000+ scattered files — YouTube transcripts, 13 years of RSS feeds, Google Takeout data, Notion exports — into a 50-page cross-referenced knowledge wiki using Claude Code and flat markdown files.
3 min read
Automating Claude Code Worktree Setup — ENV Files, Node Modules, and Ports
How to automate your Claude Code worktree setup so that environment files are symlinked, node_modules are shared, and dev server ports don't collide — all without manual intervention.
3 min read
Creating custom popover component with Vue 3 and Tailwind CSS
In this article we'll see how we can create a custom design sytem popover component with vue 3 and tailwind css.
3 min read
Creating LinkedIn Logo with TailwindCSS
In this article, we'll see how we can create a LinkedIn logo with the help of tailwind css
3 min read
Creating Figma Logo with TailwindCSS
Step-by-step guide to recreating the Figma logo using only TailwindCSS utility classes.
3 min read
Which is Array Reduce method in Javascript
Learn how the Array reduce method works in JavaScript with practical examples for summing values, flattening arrays, and more.