All Articles

Read my recent thoughts on design, development, and the tech industry.
How I Built a Personal Knowledge Wiki with Claude Code
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.
Automating Claude Code Worktree Setup — ENV Files, Node Modules, and Ports
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.
Creating custom popover component with Vue 3 and Tailwind CSS
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.
Creating LinkedIn Logo with TailwindCSS
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
Creating Figma Logo with TailwindCSS
3 min read

Creating Figma Logo with TailwindCSS

Step-by-step guide to recreating the Figma logo using only TailwindCSS utility classes.
Which is Array Reduce method in Javascript
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.

© 2019-2026 Baljeet Singh. All rights reserved.