Advertisement · 728 × 90

Posts by Mateus Junges

let's go!

7 months ago 10 1 0 0
Preview
Let AI Interact with Your App via MCP Do you remember your first interaction with a computer? Perhaps it was through a command-line interface, where typing commands allowed the machine to perform the desired actions. A few years later, gr...

If you want AI agents to be able to interact with your Laravel app, but you're not sure where to start, check out @mateusjunges.com’ post around the magic and efficiency of adding an MCP to your Laravel app today. 👇

tighten.com/insights/let...

7 months ago 11 5 0 0
Post image

Asked AI to write a few tests for me. One of them failed because of lazy loading. Here's the suggested fix:

10 months ago 4 0 1 0
This is a screenshot showing the output of the PHP artisan test command. It shows 390 passed and eight skipped tests, with 1756 assertions, ran in 14..64 seconds.

This is a screenshot showing the output of the PHP artisan test command. It shows 390 passed and eight skipped tests, with 1756 assertions, ran in 14..64 seconds.

Not bad for a little side project 🙃

11 months ago 3 0 0 0
Video

implemented syntax highlighting for better code readability. Also, added keyboard shortcuts for navigating through the solution code and repositioning the window

1 year ago 1 0 0 0

the app is hidden from screen recording applications. I disabled that config to be able to record this

1 year ago 0 0 0 0
Video

Built a shitty version of interviewcoder.co in about 1 and a half hours using AI. I never touched Electron before. Next up: figuring out code highlighting and key bindings for solution scrolling.

this was pretty fun yall

1 year ago 0 0 2 0
Advertisement
Preview
Laravel Up & Running - The Audio Book Laravel Up & Running is an O'Reilly book from Matt Stauffer teaching the basics of Laravel.

I'm so excited to share a stealth project I've been working on: Laravel Up and Running, the audio book.

People thought I was crazy to narrate a code-heavy programming book, but I think we've done an incredible job; take a listen to our sample to see!

laravelupandrunning.com/audio-book

1 year ago 24 2 5 4
Preview
What's the most compelling way to talk about "why use PHP today"? What's the most compelling way to talk about "why use PHP today"? - notes.md

I'm working with the PHP Foundation to create a new page on the PHP site: "Why use PHP today?"

I'd love your input on who needs this page, and what they need to hear:
gist.github.com/mattstauffer...

1 year ago 29 18 3 0

Congrats Leah! 🎉

1 year ago 1 0 1 0

Having access to supervisor logs or something would be a huge help on debugging this

1 year ago 0 0 2 0

I deployed an app to cloud and encountered an issue where horizon was always inactive, no jobs were ever processed. The same setup runs smoothly on Forge. I couldn’t figure out the root cause, especially since horizon works perfectly when I set it up on a fresh Laravel install.

1 year ago 0 0 1 0
Post image

Laravel Kafka docs now have algolia search 🤝

check it out at laravelkafka.com/docs

1 year ago 5 0 0 0
Preview
10 Efficient (and Fun) Ways to Seed Your Database Seeders allow us to quickly fill our database with records to test our application. Let's say that you need a couple of users to test your authentication system—you could create them manually using yo...

There's not just one way to seed your Laravel apps.

Check out our latest article to learn:

✅ How to import thousands of records from CSV
✅ How to use AI to seed realistic data
✅ How to create interactive seeders

...and more!

tighten.com/insights/10-...

1 year ago 19 7 0 1

lol

1 year ago 1 0 0 0
Advertisement

did you enjoy creating it? did you have fun? does it make you happy thinking about it and sharing it? then that's it. you did it. you found the secret sauce. "was that a waste of time?" of course not, fuckface. expressing yourself creatively is always worthwhile. you're doing great

1 year ago 9617 4405 61 71
Preview
Senior Infrastructure Engineer (APAC) - Laravel Laravel is looking for the next Senior Infrastructure Engineer to join our, all-remote Laravel Nightwatch and Cloud infrastructure team. For this role we're only considering applications in the UTC+8 ...

📣📣 Infra/DevOps fam, who wants to come work on some amazing tech at Laravel? Hiring for the Nightwatch team (APAC timezone) now... Apply here: apply.workable.com/laravel/j/AB...

1 year ago 4 3 0 0
Post image

February 24th will be a big day in Laravel land!

1 year ago 31 1 1 1
Preview
DevOps Engineer (EU) - Laravel Laravel is looking for the first DevOps Engineer to join our, all-remote core services infrastructure team. For this role we're only considering applications in the European timezone. We're on a missi...

forge is doing exciting things soon, this’ll be a great gig

apply.workable.com/laravel/j/06...

1 year ago 14 2 1 0

I use the apple magic keyboard, works fine for me. Considered switching to a mechanical keyboard, but there are none with touch id ¯\_(ツ)_/¯

1 year ago 1 0 1 0

2nd looks cleaner

1 year ago 1 0 0 0

Thank you! Had a great time building it 🙂

1 year ago 2 0 0 0
Post image

Alright, now that the last 3 fans have arrived I can finally say it’s done!

1 year ago 3 0 1 0
Advertisement

Thinking about hiring a part-time video editor. Tasks: edit 4-12 min highlight videos from daily VODs, create 1+ shorts (30-60s), and design thumbnails. Consistent work every weekday. If interested, DM! 🐘

1 year ago 7 3 0 0

This sentiment from @jamesclear.bsky.social feels true:

"Bad things happen loudly: the injury, the flat tire, the mistake that gets you criticized.

Good things happen quietly: the completed workout, the healthy meal, the ten minutes of writing. Nobody talks about the little moments that add up."

1 year ago 64 9 2 0
Video

If you're like me and not using Twitter much, you might have missed the fact that @calebporzio.bsky.social is going crazy on the Flux date picker component!

x.com/calebporzio/...

Part 1 - Video split into 2 parts due to bsky limitation.

1 year ago 26 5 4 1

JSON is easier than coming up with keys for everything

1 year ago 0 0 0 0
Video

here's the toast w/ the pause effect. I still have to get the timing correct for resuming animations when mouse leaves the toast tho. Not hard to do, but I think Ill keep only the animation effect, as I can accomplish that by publishing the blade file only, instead of having to rewrite the ui-toast

1 year ago 3 0 1 0

...and pause the animation simultaneously. Then, when the mouse leaves the toast, I add the setTimeout for the remaining time and set the animation state to running. Otherwise Ill pause the CSS animation but the toast is removed when the setTimeout runs, even if the user is still hovering the toast

1 year ago 1 0 1 0

I was playing with that idea, but I don't think it's possible w/out rewriting the custom `ui-toast` component since it does not expose an API for "pausing" the toast. I need access to the setTimeout call that removes the toast after the toast duration so I can remove this timeout...

1 year ago 1 0 1 0