🔍 Better search results
🤖 Plays nicer with AI
🧑💻 Easier to maintain
🎨 Looks purdy
Shoutout to @jrmybtlr.com (🐐) and @pascalbaljet.bsky.social (🐐) for all of their work on this!
Behold:
inertiajs.com
🔍 Better search results
🤖 Plays nicer with AI
🧑💻 Easier to maintain
🎨 Looks purdy
Shoutout to @jrmybtlr.com (🐐) and @pascalbaljet.bsky.social (🐐) for all of their work on this!
Behold:
inertiajs.com
Add real-time features to your application with the click of a button, no need to spin up a separate server or manage a 3rd-party login.
Learn more and get started:
laravel.com/blog/introdu...
Add real-time features to your application with the click of a button, no need to spin up a separate server or manage a 3rd-party login.
Learn more and get started:
laravel.com/blog/introdu...
I've taken a look at Rendu, the hypertext preprocessor also used by the upcoming @nitro.build v3
youtu.be/Qk2oNBRw2Y8
I've taken a look at Rendu, the hypertext preprocessor also used by the upcoming @nitro.build v3
youtu.be/Qk2oNBRw2Y8
The View Transitions API is a browser feature that lets you animate between pages. It can be a simple cross-fade, and you can even animate specific elements from one page to the next.
(slow video on purpose)
The View Transitions API is a browser feature that lets you animate between pages. It can be a simple cross-fade, and you can even animate specific elements from one page to the next.
(slow video on purpose)
Maybe. Depends how you're using it.
Kafka can be an event store, but I know several teams using it just for streaming, not sourcing.
Looks similar, but it's not the same thing!
#EventSourcing #Kafka
Maybe. Depends how you're using it.
Kafka can be an event store, but I know several teams using it just for streaming, not sourcing.
Looks similar, but it's not the same thing!
#EventSourcing #Kafka
- Auto creates a timestamped directory
- Auto configures the common arguments I want
- Simple checkboxes for selecting what I want to record
- Aliased to `record`
- Auto creates a timestamped directory
- Auto configures the common arguments I want
- Simple checkboxes for selecting what I want to record
- Aliased to `record`
➡️ JPEG & WebP progressive-renders worse in Safari
➡️ AVIF _does_ support progressive
➡️ But JPEG XL in Safari doesn't
➡️ JPEG XL decodes much slower than AVIF
⬇️ and more
jakearchibald.com/2025/present...
➡️ JPEG & WebP progressive-renders worse in Safari
➡️ AVIF _does_ support progressive
➡️ But JPEG XL in Safari doesn't
➡️ JPEG XL decodes much slower than AVIF
⬇️ and more
jakearchibald.com/2025/present...
If you want to help create an incredible developer experience that impacts hundreds of thousands of software engineers, let's chat 🤙
apply.workable.com/laravel/j/15...
If you want to help create an incredible developer experience that impacts hundreds of thousands of software engineers, let's chat 🤙
apply.workable.com/laravel/j/15...
You can now access the Progress Bar API! It's the exact same API that Inertia uses under the hood 📊
You can now access the Progress Bar API! It's the exact same API that Inertia uses under the hood 📊
@jessarcher.bsky.social and I have detailed how we put together a low touch, high throughput, realtime analytics stack using AWS and ClickHouse cloud. Read our AWS Big Data blog here -
aws.amazon.com/blogs/big-da...
@jessarcher.bsky.social and I have detailed how we put together a low touch, high throughput, realtime analytics stack using AWS and ClickHouse cloud. Read our AWS Big Data blog here -
aws.amazon.com/blogs/big-da...
Not just a template engine — Rendu bridges SPA and SSR using modern Web APIs with multi-streaming and async support.
Not just a template engine — Rendu bridges SPA and SSR using modern Web APIs with multi-streaming and async support.
"But I need to DELETE something!".
Here's the reality: you don't delete events.
You record a NEW event that something was deleted/cancelled/revoked.
OrderPlaced → OrderCancelled
Both facts are true. History doesn't have an undo button.
"But I need to DELETE something!".
Here's the reality: you don't delete events.
You record a NEW event that something was deleted/cancelled/revoked.
OrderPlaced → OrderCancelled
Both facts are true. History doesn't have an undo button.
www.youtube.com/watch?v=kpM5...
www.youtube.com/watch?v=kpM5...
1. Write every FACT that happens in your system on sticky notes
2. Put them on a wall
3. Group related ones together
You'll have hundreds. That's your event model.
(this works great even if you DON'T use Event Sourcing)
1. Write every FACT that happens in your system on sticky notes
2. Put them on a wall
3. Group related ones together
You'll have hundreds. That's your event model.
(this works great even if you DON'T use Event Sourcing)
◆ Instant Laravel VPS servers
◆ Zero downtime deployments
◆ Team terminal sessions
◆ Free on-forge domains
◆ Health checks, Heartbeats, & real-time metrics
◆ Instant Laravel VPS servers
◆ Zero downtime deployments
◆ Team terminal sessions
◆ Free on-forge domains
◆ Health checks, Heartbeats, & real-time metrics
I whipped up a little demo:
youtu.be/gQB6DdPHzSY
I whipped up a little demo:
youtu.be/gQB6DdPHzSY
We worked hard sweating the details to make this super smooth and easy to implement
Let's take a look! 👇
We worked hard sweating the details to make this super smooth and easy to implement
Let's take a look! 👇
Huge thanks to @pascalbaljet.bsky.social for getting this one over the finish line 👏
We worked hard sweating the details to make this super smooth and easy to implement
Let's take a look! 👇
Huge thanks to @pascalbaljet.bsky.social for getting this one over the finish line 👏
Our proudest release so far. Declarative
@threejs.org for @vuejs.org gets a major upgrade:
✨ WebGPU experimental support
🛠️ New create-tres CLI tool
⚡ Re-imagined context
🔧 Refactored composables
Ready to build the future of 3D on the web?
Our proudest release so far. Declarative
@threejs.org for @vuejs.org gets a major upgrade:
✨ WebGPU experimental support
🛠️ New create-tres CLI tool
⚡ Re-imagined context
🔧 Refactored composables
Ready to build the future of 3D on the web?
use it on your fintech site, b2b saas, edu platform, possibilities are endless
docs: neal.fun/not-a-robot/...
use it on your fintech site, b2b saas, edu platform, possibilities are endless
docs: neal.fun/not-a-robot/...
But, honestly, I’m still on the fence about it. 😅
In this post, I’ll dig into the gnarly issue I ran into, and share three possible workarounds. Along the way, you’ll learn a bunch about the CSS cascade and specificity!
But, honestly, I’m still on the fence about it. 😅
In this post, I’ll dig into the gnarly issue I ran into, and share three possible workarounds. Along the way, you’ll learn a bunch about the CSS cascade and specificity!