Zep Fietje
zepfietje.com
Zep Fietje
@zepfietje.com
Looks like it was only added two years ago!
November 19, 2025 at 7:16 AM
Only after so many years of using Laravel, I just found out that an empty dd() call dumps the bug emoji on your page… 🐛

Nice one! 😂
November 18, 2025 at 12:34 PM
So have you signed up for early access of the custom Filament theme designer yet?

You might want get on the list now. That’s all I’m saying. 🤫

filamentthemes.com/themes/custom
Create your own unique Filament themes
Choose from 100+ component styles to design your own custom Filament themes. Simply install as Composer package and receive updates automatically.
filamentthemes.com
November 12, 2025 at 4:01 PM
Have you seen the new factory “insert” method introduced in last week’s Laravel release?

Just used it to refactor store creation for the Filament Themes demo — so much cleaner. 🤤

Thanks @cosmastech.bsky.social! 🫶
November 11, 2025 at 9:58 AM
Woohoo! Safari is finally usable again. 😂

Thanks for listening to the complaints, Apple. 🍎
November 10, 2025 at 3:24 PM
Tiny details like this button loading state are such a joy to work on…

Don’t ask me why 😂
October 29, 2025 at 10:39 AM
Pro tips when using Git hooks in your Laravel project 👇

1. Store hooks in .hooks to version them with Git.

2. Add "git config core.hooksPath .hooks" to your Composer setup script to link the hooks during setup after cloning the repo.

Super easy, zero dependencies.
October 21, 2025 at 8:23 AM
I stopped using em dashes — afraid they made everything I write look like ChatGPT.

You know what? Fuck that.

I’m back — with em dashes. 😂
October 19, 2025 at 1:05 PM
I just set up pre-commit Git hooks in all my projects—should’ve done this much sooner!

No more manually running commands or waiting on CI pipelines.

Want me to show you how to set up hooks super easily? Drop a comment below! 👇
October 18, 2025 at 2:03 PM
Had a great afternoon demoing the custom Filament theme designer to a developer friend.

Got some really helpful feedback, and I think I’m ready to invite the next round of early access users next week! So exciiiitiiiingggg 😄

If you’re eager to get started, let me know below 👇
October 16, 2025 at 3:41 PM
I’m wondering if PHP property hooks can fully replace Laravel’s accessors and mutators on Eloquent models.

Has anyone tried relying only on native hooks instead of Eloquent’s feature?

Any limitations you’ve hit?
October 16, 2025 at 10:03 AM
Trash your banners, callouts, toasts, and notifications.

Inline feedback is often enough: clear, unobtrusive, and right where the user is focused. 👇
October 14, 2025 at 2:31 PM
Gotta love a good-looking, fully accessible, keyboard-controllable tabs component. 🤤
October 11, 2025 at 3:35 PM
Okay, I found the perfect way to write Blade + Alpine.js components. 👇

Blade, CSS, and JS, all grouped in a single component folder.

Can’t imagine doing it any other way now…
October 10, 2025 at 2:27 PM
Even better for simple single-line getters... 👇
October 8, 2025 at 6:17 PM
Using PHP property hooks a lot lately.

Absolutely love this “memoized computed property” pattern. It ensures computationally heavy class properties are calculated only once, even when accessed multiple times.

So much cleaner than a separate method and property. 🤤
October 8, 2025 at 12:02 PM
Did you know @filamentphp can auto-discover custom Livewire components in your panel?

Just like it does for resources, pages, and widgets. Perfect for keeping panel-specific components organized, scoped to the panel, and alongside your main folders. 👌
October 6, 2025 at 3:39 PM
Working hard to become a true bake-end developer… 🥖
October 3, 2025 at 1:47 PM
Did you know macOS now has a clipboard manager built into Spotlight? (Only took them how many years? 😂)

Just press command + space and then command + 4.

Really digging the Spotlight improvements in macOS Tahoe in general! 👍
September 30, 2025 at 10:18 AM
Discussion settled once and for all!

The absolute truth, Nielsen Norman Group, tells you to not repeat password fields! 🤣
September 30, 2025 at 7:35 AM
Had an interesting session helping architect an internal Filament plugin.

Explored how Filament’s core patterns can be applied to custom plugins to improve flexibility and maintainability.

It always excites me to see what you’re all working on 😄
September 29, 2025 at 4:31 PM
Fun fact:

Laravel’s latest products, Nightwatch and Cloud, also follow the single-password-field pattern at sign-up! 😄

Laravel Cloud even leaves out the name field. Makes me wonder if that would be an even better approach...
September 29, 2025 at 6:27 AM
Unpopular opinion: “Confirm password” fields are bad.

Forcing users to enter passwords twice adds friction and lowers conversion rates.

Why optimize for a couple users who make a typo? Just let them reset their password.

More friction for a few, less friction for most. 👌
September 26, 2025 at 11:30 AM
Just realized using maxlength on HTML inputs is terrible for UX.

Users get no clear signal when they suddenly can’t type more characters, and when pasting, they may not even notice that their text was truncated.

Much better to allow any length and validate on the backend. 🔙🔚
September 25, 2025 at 10:44 AM
Feels so good when a design finally comes together 😌
September 24, 2025 at 6:27 PM