Delba's banner
Delba's profile picture

Delba

@delba_oliveira118,727 subscribers

For the love of the craft. Claude Code • @ClaudeDevs @AnthropicAI | Prev. @Vercel

Shorts

Smol tip: /𝚌𝚍 moves your running Claude Code session to another directory without restarting. Your conversation and context come with you, and Claude picks up the new project's CLAUDE.md.

Smol tip: /𝚌𝚍 moves your running Claude Code session to another directory without restarting. Your conversation and context come with you, and Claude picks up the new project's CLAUDE.md.

209,716 views

Smol tip: /𝚏𝚘𝚛𝚔 is perfect for mid-task side quests. It spawns a subagent that inherits the whole conversation, runs in the background while you keep working on your main quest, and comes back with an update.

Smol tip: /𝚏𝚘𝚛𝚔 is perfect for mid-task side quests. It spawns a subagent that inherits the whole conversation, runs in the background while you keep working on your main quest, and comes back with an update.

112,303 views

Smol tip: pasting long text into Claude Code collapses it into [Pasted text #1]. If you need to edit it you can paste again to expand. Or, Ctrl+G to open the whole prompt in your code editor. Saved changes sync back to Claude's input field.

Smol tip: pasting long text into Claude Code collapses it into [Pasted text #1]. If you need to edit it you can paste again to expand. Or, Ctrl+G to open the whole prompt in your code editor. Saved changes sync back to Claude's input field.

90,399 views

Smol tip: type ! in Claude Code to run a shell command. The output lands back in the conversation, so Claude can pick up the work from there.

Smol tip: type ! in Claude Code to run a shell command. The output lands back in the conversation, so Claude can pick up the work from there.

57,558 views

Smol tip: 𝙲𝚝𝚛𝚕+𝙾 to search a long Claude Code conversation • / to search for a term • 𝚗 to step through the matches • } to hop between your own prompts

Smol tip: 𝙲𝚝𝚛𝚕+𝙾 to search a long Claude Code conversation • / to search for a term • 𝚗 to step through the matches • } to hop between your own prompts

41,814 views

Smol tip: you don't have to wait for Claude to finish working before giving it the next task. Type a message and hit Enter to queue it. If you need to edit, ↑ to pull it back into the prompt box.

Smol tip: you don't have to wait for Claude to finish working before giving it the next task. Type a message and hit Enter to queue it. If you need to edit, ↑ to pull it back into the prompt box.

44,716 views

Loops Write the code Write the prompt that writes the code Write the loop that runs the prompt that writes the code

Loops Write the code Write the prompt that writes the code Write the loop that runs the prompt that writes the code

50,024 views

How I use Claude Code and Remotion to make animated diagrams. Sorry, it's not a single prompt. 1. Find an input language the model knows well. For example, Mermaid for flowcharts. Claude writes it fluently, so it's my entry point. 2. Use Claude to build components that take that input and bake in the guardrails: design system, animation patterns, layout rules. 3. Now I can describe what I want in plain English e.g. "create a flowchart for the tier check section in the script", and Claude translates it to our input language: ``` flowchart TD t1[Tier 1 read-only] t2[Tier 2 in-project writes] t3[Tier 3 everything else] action[Action] --> t1 action --> t2 action --> t3 t1 --> skip([Skips classifier]) t2 --> skip t3 --> classifier{Classifier} classifier --> approve[Approve] classifier --> deny[Deny] ``` The component handles the rest: layout, styling, node and edge reveals. It also takes events for follow-ups like the trace dot that follows a path and lights up nodes. 4. To finish it off, I wrapped the board in a separate CRT shader component. It really helps to have a shared vocabulary with your agent. When I say "rise in fast on enter", it knows I mean fade in while translating up, from a set offset, faster than the default duration, with a specific bezier curve. For common language inspo: look into Matt Pocock `/grill-with-docs` and by Emil Kowalski and Glenn Hitchcock.

How I use Claude Code and Remotion to make animated diagrams. Sorry, it's not a single prompt. 1. Find an input language the model knows well. For example, Mermaid for flowcharts. Claude writes it fluently, so it's my entry point. 2. Use Claude to build components that take that input and bake in the guardrails: design system, animation patterns, layout rules. 3. Now I can describe what I want in plain English e.g. "create a flowchart for the tier check section in the script", and Claude translates it to our input language: ``` flowchart TD t1[Tier 1 read-only] t2[Tier 2 in-project writes] t3[Tier 3 everything else] action[Action] --> t1 action --> t2 action --> t3 t1 --> skip([Skips classifier]) t2 --> skip t3 --> classifier{Classifier} classifier --> approve[Approve] classifier --> deny[Deny] ``` The component handles the rest: layout, styling, node and edge reveals. It also takes events for follow-ups like the trace dot that follows a path and lights up nodes. 4. To finish it off, I wrapped the board in a separate CRT shader component. It really helps to have a shared vocabulary with your agent. When I say "rise in fast on enter", it knows I mean fade in while translating up, from a set offset, faster than the default duration, with a specific bezier curve. For common language inspo: look into Matt Pocock `/grill-with-docs` and by Emil Kowalski and Glenn Hitchcock.

61,247 views

Smol tip: `claude --ax-screen-reader` launches Claude Code in screen reader mode. • plain, linear text without boxes, spinners, redraws • labeled and searchable messages • numbered menus you answer by typing • audible alert when Claude needs your input Feedback welcome 🙏

Smol tip: `claude --ax-screen-reader` launches Claude Code in screen reader mode. • plain, linear text without boxes, spinners, redraws • labeled and searchable messages • numbered menus you answer by typing • audible alert when Claude needs your input Feedback welcome 🙏

31,646 views

Hi. I'm back. Next.js 16: 𝚌𝚊𝚌𝚑𝚎𝙻𝚒𝚏𝚎 Configure how long: • prefetched data can be reused on the client without refetching • prerendered data can be reused on the server without rerendering

Hi. I'm back. Next.js 16: 𝚌𝚊𝚌𝚑𝚎𝙻𝚒𝚏𝚎 Configure how long: • prefetched data can be reused on the client without refetching • prerendered data can be reused on the server without rerendering

94,520 views

Vercel pricing update: CPU billing is now based on active usage, not function duration. This means you no longer pay for time spent waiting on external services such as databases, APIs, or LLMs.

Vercel pricing update: CPU billing is now based on active usage, not function duration. This means you no longer pay for time spent waiting on external services such as databases, APIs, or LLMs.

107,354 views

👩‍🔬 <AnimatedFilesystem />

👩‍🔬 <AnimatedFilesystem />

42,096 views

React 19: useFormState → useActionState

React 19: useFormState → useActionState

121,506 views

TIL multiple CSS transform functions of the same type are additive. I used it to add a turbulence effect that doesn't overwrite existing or in-progress transforms.

TIL multiple CSS transform functions of the same type are additive. I used it to add a turbulence effect that doesn't overwrite existing or in-progress transforms.

67,933 views

Next.js 15.2 (canary preview): Node.js middleware The quest to fully support Node.js in middleware continues. You can now configure `middleware.js` to use the Node.js runtime. This means you can use any node module or npm package in your middleware.

Next.js 15.2 (canary preview): Node.js middleware The quest to fully support Node.js in middleware continues. You can now configure `middleware.js` to use the Node.js runtime. This means you can use any node module or npm package in your middleware.

66,786 views

Next.js 15.1: Easier error debugging ✓ Hide¹ stack frames for dependency code ✓ Surface source of the error in your code Video: Terminal output² of a Zod parsing error

Next.js 15.1: Easier error debugging ✓ Hide¹ stack frames for dependency code ✓ Surface source of the error in your code Video: Terminal output² of a Zod parsing error

49,768 views

New Next.js e-commerce template by Blazity: ◆ Built with v0, shadcn UI, and Turborepo ◆ AI (search, image captioning) ◆ Enterprise-ready (A/B testing, scalable redirects, tests, etc) ◆ And more Try it out: `npm create commerce`

New Next.js e-commerce template by Blazity: ◆ Built with v0, shadcn UI, and Turborepo ◆ AI (search, image captioning) ◆ Enterprise-ready (A/B testing, scalable redirects, tests, etc) ◆ And more Try it out: `npm create commerce`

60,102 views

Videos

delba_oliveira's profile picture

👩‍🔬 AI teleprompter ft.

Delba

15,005 views • 6 months ago