Tony Messias
banner
tonysm.com
Tony Messias
@tonysm.com
Creator and maintainer of Turbo Laravel, Stimulus Laravel, Rich Text Laravel, Importmap Laravel, TailwindCSS Laravel & Globalid Laravel. Programmer at Tighten.
I think it was dump, right? Like, return whatever it was going to return but bump it in the process...

`return tap($someVar, dump(...));`
September 17, 2025 at 2:39 AM
I think I heard in one of the RailsConf panels someone mentioning that between Basecamp, GitHub, and Shopify, Basecamp was the most "beautiful codebase" (in terms of "Rails-Way")... maybe it requires a strong level of commitment and alignment to "The Rails Way" to keep it that way?
August 30, 2025 at 3:36 PM
Yeah, it's getting big! Also, I'm a bit introvert, so I kinda need to push myself out there a bit more and go talk to people 😅
August 1, 2025 at 3:56 PM
Oh, man... didn't know you were there!
August 1, 2025 at 11:35 AM
100% remote
July 5, 2025 at 9:10 PM
I usually run this Bash one-liner when I have one of those:

while true; do ./vendor/bin/phpunit --filter my_test || break; done;

this will run it until it breaks.
May 22, 2025 at 6:10 PM
Nice. I'll join you and will also record a video this weekend!
May 17, 2025 at 1:07 AM
Always
April 23, 2025 at 3:55 PM