Guillermo Cava

@guillermocava.com

Full Stack Dev Hacking @tighten

Laravel Prompts v0.3.15 is out! A ton of new primitives came out of building the Cloud CLI (+ some unreleased stuff 👀), so we decided to bake them in Prompts itself. Let's take a look 🧵👇

You may have heard of Blaze, the new tool from the Laravel Livewire team that speeds up Blade. But did you know how it works? From folding to function compilation, we break down its optimization strategies, and even build a mini version to understand it. tighten.com/insights/bla...

Under the Hood: How Blaze Speeds Up Blade Templates

If you attended Laracon US this year, or if you're big into Livewire, you might already have heard about Blaze. Blaze is a new drop-in package...

tighten.com

Claude Code tip for you!💡 Use claude -p to run Claude Code in non-interactive mode. Perfect for making Claude part of your bash scripts: Git hooks, CI/CD pipelines, etc. Pre-commit example: if en.json changes, Claude translates what's missing to es.json and stages it.

Use Claude Code in your bash scripts with claude -p

always wanted this kind of feedback on blade, slots have been super tricky due to how permissive blade is with what is considered a slot but I think I would rather gain some insight than none

checks for missing componentschecks for missing closing directivesincludes vendor provided componentsalso auto complets on slots

Perhaps the first smell would of been having 2 distinct paths to create the base entity, but certainly the second is wanting a way to discriminate between whether if it was created through path 1 or 2, certainly can slap a `type` on the entity but so gross to have a bunch of nullable fields

Ready for another new feature? Introducing Flash Data in Inertia! ⚡️ With Flash Data, you can send one-time values to your frontend that won't reappear when users navigate through browser history. Perfect for success messages, newly created IDs, or other temporary values.

Bild

Do you need AI in your app but can’t share private data with AI providers? You can self host and run models on your own servers thanks to Ollama 🦙 Join @nicodevs.bsky.social set it up & integrate it with your Laravel app, building a chat for super spies (TOP SECRET!) 👇 tighten.com/insights/bui...

Build Your Own Private, Self-Hosted AI Applications with Ollama & Laravel

Imagine your team wants to bring AI into their workflow to automate routine tasks, extract insights from data, assist with content creation, or improve customer support. Smart move! You can integrate...

tighten.com

Inertia 2.2 is here and it ships with a new <InfiniteScroll> component! If you've ever built infinite scrolling by hand, you know what a timesaver this is. We worked hard sweating the details to make this super smooth and easy to implement Let's take a look! 👇