BAM logo blackBAM logo white

Menu

© 2026 Blaise Moses
Videos & Live Builds

See the Progress.

Shorts and long-form sessions where I work through LeetCode, demo projects, or talk through concepts.

Check out more content on my socials:

Deep Dives

Longer sessions where I slow down and explain my thinking.

Claude Code from Zero #1 : Intro and CLI Basics
YouTube9:55

Claude Code from Zero #1 : Intro and CLI Basics

A beginner intro to Claude Code CLI, covering setup, prompting, slash commands, models, and modes.

AI & AutomationPersonal
Mar 1, 2026Watch on YouTube
Claude Code from Zero #2 : Context
YouTube9:37

Claude Code from Zero #2 : Context

Covers what context is, how tokens work, and how to manage context effectively inside a Claude Code session.

AI & AutomationPersonal
Mar 1, 2026Watch on YouTube
Claude Code from Zero #3 : CLAUDE.md , Rules, and Memory
YouTube13:55

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.

AI & AutomationPersonal
Mar 1, 2026Watch on YouTube
Claude Code from Zero #4 : Skills
YouTube9:28

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.

AI & AutomationPersonal
Mar 1, 2026Watch on YouTube
Claude Code from Zero #5 : Sub-agents and agent teams
YouTube11:03

Claude Code from Zero #5 : Sub-agents and agent teams

Walks through sub-agents, parallelizing atomic tasks, assigning tools, and building lightweight agent teams.

AI & AutomationPersonal
Mar 2, 2026Watch on YouTube
Claude Code from Zero #6 : MCP
YouTube6:27

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.

AI & AutomationPersonal
Mar 2, 2026Watch on YouTube
LeetCode 1980 (Medium): Find Unique Binary String
YouTube12:13

LeetCode 1980 (Medium): Find Unique Binary String

Demonstrating a backtracking solution and a diagonal solution to LeetCode 1980.

LeetCodeDSAC++
Feb 2025Watch on YouTube
LeetCode 1261 (Medium): Find Elements in a Contaminated Binary Tree
YouTube14:08

LeetCode 1261 (Medium): Find Elements in a Contaminated Binary Tree

Demonstrating DFS and BFS techniques on a binary tree problem.

LeetCodeDSAC++
Feb 2025Watch on YouTube
LeetCode 1028(Hard): Recover a Tree From Preorder Traversal
YouTube13:12

LeetCode 1028(Hard): Recover a Tree From Preorder Traversal

Demonstrating tree traversal skills in a difficult reverse engineering problem.

LeetCodeDSAC++
Feb 2025Watch on YouTube