
Ben Holmes
@BHolmesDev • 44,577 subscribers
The Whiteboard Guy @warpdotdev
Shorts
Videos

I never use planning mode in Codex. GPT 5.5 loves to research, so I just have a conversation and reach a pseudo-plan in chat. Then, I let it implement, maybe with a /fork beforehand to keep that plan as a revisit-able point. Probably the biggest switch coming from Claude Code
Ben Holmes154,419 views • 20 days ago

LLMs have finally stopped recommending React. Nature is healing 🧡
Ben Holmes96,393 views • 6 months ago

I made a state management library for React. It's called simple store. Goal: make Zustand way simpler ⭐ - Stores are like atom() in Jotai, so types are inferred - You can select nested values, and use *them* as stores too To understand that last point, watch to the end! 👀
Ben Holmes79,791 views • 6 months ago

Everyone: GitHub Desktop is better! No, VS Code! Me: ...I just use `git add -p`. Walks you through each change, hunk for hunk, and lets you accept with `y`. It’s like a mini code review before you commit. Pair that with dandavison/delta, and you get syntax highlighting too 👀
Ben Holmes116,620 views • 10 months ago

⭐ overscroll-behavior: contain is the key to native-feeling scroll views
Ben Holmes51,727 views • 8 months ago

💡 Getting a lot of mileage out of this global rule in Claude: > Break up complex plans into multi-step phases with numbered headings for each phase. We do this to avoid having to implement all features at once. This lets me work through tasks in chunks or break off new convos
Ben Holmes27,446 views • 4 months ago

🔥 The MacOS Stickies app is so underrated. - Little floating windows to take notes throughout the day - Can pin/float on top of whatever you're doing - Can color-coat to organize thoughts ...Probably hasn't been changed since the 90s, but you can't knock stable software
Ben Holmes41,071 views • 10 months ago