I’m looking forward to learning from @marty.friedel.au once more.
The prodigal son has returned.
@patrickomeara.bsky.social
CTO @maintainly.com, father, @phpmelbourne.com organiser, soda water enthusiast. Laravel | Typescript | React | Expo. Living in Naarm via Yorta Yorta
I’m looking forward to learning from @marty.friedel.au once more.
The prodigal son has returned.
I’ve always had a great time pairing with coscreen.
www.coscreen.co
I'll be presenting tonight at @phpxmel.com on Refactoring to Actions.
We will look at making your code more focused, testable and reusable by using actions, specifically Loris Leiva's Laravel Actions package.
I'll also be paying homage to @adamwathan.com's Refactoring to Collections.
Love it!
24.05.2025 22:49 — 👍 1 🔁 0 💬 0 📌 0That’s impressive Joe, well done! I need to find time to run in amongst work and kids.
Are you training up for an event?
Same here. I actually have never looked at other ways of producing the url.
24.04.2025 00:55 — 👍 4 🔁 0 💬 1 📌 0I dogfood Maintainly for this!
I have time-based automations for which bins are being collected, the bed linens that need changing, when the kitchen and bathroom need cleaning.
I use a tiny amount of the features I’ve actually built for it, but it has given me huge insight into the UI/UX.
Another great episode. Great to see @grogsgamut.bsky.social on the panel, Australians need more of him in their lives.
01.04.2025 06:44 — 👍 2 🔁 0 💬 0 📌 0Reminder: PHP × NYC next week!
I think we're going to do a little show-and-tell format instead of a talk, RSVP if you think you can make it:
phpxnyc.com/meetup/2025-...
docs.saloon.dev
I used to use the providers sdk but you just end up with a bunch of different ways to do things, or different wrappers.
Now I use saloon, and love it.
Thanks Sam Carré
I’m really loving the t-shirts.
16.03.2025 02:03 — 👍 2 🔁 0 💬 0 📌 0Next up we have Allison Guilhem coming back to present:
Asynchronously Juggling with Symfony HTTP Client
We will explore a little-known tool, the AsyncDecoratorTrait feature of the Symfony HttpClient component.
www.meetup.com/php-melbourn...
We are excited to announce that @simonhamp.me will be joining next week via video with Building NativePHP for mobile.
A behind-the-scenes dive into the "magic" that allows us to run Laravel apps directly on mobile devices and access native features.
www.meetup.com/php-melbourn...
The next @phpmelbourne.com meetup is March 20.
If you have a talk idea please submit it via the proposal form.
Please share far and wide ❤️ 🐘
www.meetup.com/php-melbourn...
@marcelpociot.bsky.social 👋
Any chance of some MariaDB love in Herd? 🙏
A great write up Marty and an action packed year for you. Happy New Year. All the best for 2025. ❤️
31.12.2024 02:42 — 👍 2 🔁 0 💬 1 📌 0Cancer Bats are sooo good. I also saw them this year in Melbourne. It was the fourth time I’ve seen them. They always put on such a great show, great lads to chat with as well.
Strange to see them pop up in my tech socials!
Rock out Di!! 🤘
You’re killing it Arunabh! I love watching your creations. Keep it up!
29.12.2024 11:18 — 👍 2 🔁 0 💬 1 📌 0I would also suggest trying the database installed on the runners to see if that helps.
16.12.2024 19:06 — 👍 0 🔁 0 💬 0 📌 0github.com/laravel/fram...
Here’s the PR. Hopefully this helps get your dusk tests faster.
Check out the DatabaseTruncates trait. I added it a few years ago and it should speed up your dusk test significantly.
Also, I recommend using octane in your dusk tests. You’ll get a nice bump there as well. The built in server falls over too much and can’t handle parallel requests.
I’m here for this. Which printer did you get?
10.12.2024 09:40 — 👍 2 🔁 0 💬 1 📌 0Great news! Congrats Simon.
10.12.2024 01:24 — 👍 1 🔁 0 💬 1 📌 0At least you know what to do when Jack has trouble sleeping!
5km pram run!
Expo.dev without a doubt.
08.12.2024 18:56 — 👍 4 🔁 0 💬 1 📌 0Looking forward to it Joel. Keep up the great work.
08.12.2024 18:55 — 👍 1 🔁 0 💬 0 📌 0Doh!
05.12.2024 01:51 — 👍 0 🔁 0 💬 0 📌 0go.bsky.app/NNFmHx1
Here it is!
Code showing a much nicer way to make API calls.
A while ago I refactored our #TypeScript SDK so that the method call matches the @laravelphp.bsky.social
route names.
It's a much nicer DX, even the request and response data is typed. I'll write this one up into a blog post at some point.