See the Progress.
Shorts and long-form sessions where I work through LeetCode, demo projects, or talk through concepts.
Deep Dives
Longer sessions where I slow down and explain my thinking.

Claude Code from Zero #1 : Intro and CLI Basics
A beginner intro to Claude Code CLI, covering setup, prompting, slash commands, models, and modes.

Claude Code from Zero #2 : Context
Covers what context is, how tokens work, and how to manage context effectively inside a Claude Code session.

Claude Code from Zero #3 : CLAUDE.md , Rules, and Memory
Introduces Claude Code composables, including CLAUDE.md inheritance, rules, memory, and project versus user scope.

Claude Code from Zero #4 : Skills
Explains what skills are, when they help, how they load, and how to create and invoke them in Claude Code.

Claude Code from Zero #5 : Sub-agents and agent teams
Walks through sub-agents, parallelizing atomic tasks, assigning tools, and building lightweight agent teams.

Claude Code from Zero #6 : MCP
Explains MCP servers, why they matter, how to inspect them, and how to add new MCP integrations to Claude Code.
LeetCode 1980 (Medium): Find Unique Binary String
Demonstrating a backtracking solution and a diagonal solution to LeetCode 1980.
LeetCode 1261 (Medium): Find Elements in a Contaminated Binary Tree
Demonstrating DFS and BFS techniques on a binary tree problem.
LeetCode 1028(Hard): Recover a Tree From Preorder Traversal
Demonstrating tree traversal skills in a difficult reverse engineering problem.