Laravel tip.
Tired of writing `$data['is_public'] ?? false` in every controller?
Need the default values for the Model?
Set the `$attributes` property on the model.
New Model instances get those defaults automatically, before anything ever touches the database.
Andrew Ng just released free 3-hour course
On becoming an AI engineer in 2026:
00:00 - Build agentic AI systems
04:25 - The future of AI engineering
23:38 - Full AI prompting course
2:52:17 - Build an app with AI in 30 minutes
This 3-hour watch is worth more than most AI engineering courses online
Bookmark and watch it today
Then read this article
Anthropic just dropped 5 workshops on building self-improving agentic systems from scratch:
00:00 - Ship your first Claude agent
36:44 - Build memory for Claude agents
1:05:06 - Make your agent autonomous
1:26:46 - Set up a proactive agent
2:03:35 - self-improving agents (tools,skills)
These 3-hours of free Claude workshops will replace 10 paid agentic courses.
Watch today, then read article below on how to build a self-improving agentic system with Fable 5.
Filament's Select is great, but only for a small number of options. When a user needs to find 1 category among many, a text-search dropdown might not be enough. They may want columns, filters, and context to help them decide.
The ModalTableSelect component opens a full table inside a modal. And the best part: you don't have to design anything new. You point it to an existing table class with the columns and filters, and the component handles the rest 💅
It's super useful because it reuses your table, supports native multi-select, sorting, and filters like status, parent category, or whatever else you define 🔥
Have you ever needed a selector like this in a form? Doc link in the first comment 👇
Laravel tip.
Make Carbon dates in your app IMMUTABLE.
One line in `AppServiceProvider`.
No more `$date->addDay()` silently mutating the object that should be used somewhere else.
Web designers won't like this.
GPT 5.6 Sol can create stunning, high-end websites with surprisingly little effort.
This guy dropped a detailed 21-minute walkthrough:
Andrej Karpathy just dropped a 6-hour course on how to build LLMs from scratch:
• 00:00 - Deep dive into LLMs like ChatGPT
• 03:31:23 - Building ChatGPT from scratch in live
• 05:27:43 - How to use LLMs (Karpathy method)
This course will replace a $90K Stanford LLM master’s degree.
Start watching today, then read how to become an AI engineer in article below.
My skills repo has 160K stars, 7.5m downloads...
...and no tutorial.
So, here it is. Watch me walk through the essential skills:
- /grill-with-docs
- /to-spec
- /to-tickets
- /implement
- /code-review
It's the whole flow, end-to-end. Enjoy:
Anthropic engineer:
"You're not supposed to prompt Claude. You're supposed to build a system that prompts itself."
In 45 minutes she breaks down how Anthropic builds agents that remember, learn from their mistakes, and get smarter with every run.
Anthropic just released 5 workshops on building self-improving agentic systems from scratch:
00:00 - Ship your first Claude agent
36:44 - Self-improving agents (tools,skills)
1:21:25 - Build memory for Claude agents
1:49:47 - Set up a proactive agent
2:11:31 - Make your agent autonomous
These 3-hours of Claude workshops will replace 20 paid agentic courses.
Watch today, then read article below on how to build a self-improving agentic system with Fable 5.
Andrew Ng just dropped a 3-hour course on how to become an AI Engineer in 2026:
• 00:00 - How to build agentic AI systems
• 04:25 - Future of AI engineering
• 23:38 - AI Prompting full course
• 2:52:17 - Creating an app with AI in 30 minutes
This 3-hour watch could replace 10 AI engineering courses on the internet.
Watch it today, then read how to run a self-improving system in the article below.
Hey Laravel developers,
You must be aware of the composer run dev command, which looks similar to the npm run dev command from the npm ecosystem.
This command basically runs the server, pail, queue:listen, and npm run dev concurrently, helping you kickstart your development environment.
Recently, Laravel also introduced an artisan dev command.
The benefit of having this at the Artisan level is that it gives you more control at the application level, which means you can easily add new commands using service providers.
It also automatically detects the related package manager installed in your project for running Node commands.
#laravel #php
He leads engineering on Gemini at Google.
instead of keeping his Claude setup private, he open-sourced it.
Addy Osmani. That Google: Chrome DevTools lead, "Learning JavaScript Design Patterns" author.
'agent-skills' - his personal loadout. Drop-in for any project.
68,925 stars. MIT.
→ https://t.co/n7NI3Sr7uu
bookmark it. This is how your Claude setup goes pro.