
Ben Holmes
@BHolmesDev • 45,756 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 Holmes156,082 просмотров • 2 месяцев назад

Idk why people keep binding keyboard shortcuts just to open Mac apps. You know you can just... rename the app right? 💡
Ben Holmes201,150 просмотров • 9 месяцев назад

I was getting really annoyed with TipTap + Prosemirror, so I decided to give Slate a try. ...Man, where has this library been my whole life 🥹 This bulleted list demo took me weeks to get half-working in TipTap. In slate, it took a couple hours (with Codex's help)
Ben Holmes57,590 просмотров • 2 месяцев назад

LLMs have finally stopped recommending React. Nature is healing 🧡
Ben Holmes96,405 просмотров • 8 месяцев назад

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,721 просмотров • 1 год назад

Some React devs assume you need to npm install a library to get tooltips. Not true! For icon buttons, use a combo of the `title` attribute and screenreader text with Tailwind CSS' sr-only class. Gives you a native tooltip for the label while improving a11y
Ben Holmes98,090 просмотров • 10 месяцев назад

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,813 просмотров • 8 месяцев назад

A lot of developers are using agents to write their code these days. I was a hold-out... but Claude Opus 4.5 finally cracked me. So, I made a video walking through how I write code with agents end-to-end. We'll talk plans, rules, and everything else in my setup!
Ben Holmes59,468 просмотров • 6 месяцев назад

Stop using Postman to test your APIs 😤 Warp is all you need
Ben Holmes105,805 просмотров • 1 год назад