mihkelpajunen's avatar

mihkelpajunen liked a comment+100 XP

19h ago

Eloquent Relationships Deep Dive: Ep 8, Smarter Eager Loading

Thanks for this series. Made it really easy to digest.

mihkelpajunen's avatar

mihkelpajunen liked a comment+100 XP

20h ago

Eloquent Relationships Deep Dive: Ep 5, Polymorphic Relationships

content => 'poly relationships are cool'
That could be taken in a couple different ways

My sides 🤣

mihkelpajunen's avatar

mihkelpajunen wrote a comment+100 XP

20h ago

Eloquent Relationships Deep Dive: Ep 5, Polymorphic Relationships

I recently came across the morphMap static method when working on a project, and I found that using an enum for the *_type column in the database works wonders when you wish to enforce strict database constraints, making it impossible to insert an invalid string.

Also, you have a great sense of humor. I laughed at 11:18 ^^

mihkelpajunen's avatar

mihkelpajunen liked a comment+100 XP

2d ago

Vibe Coding Workshop: Ep 11, Annoying Things Agents Do

Thanks all! I really appreciate the feedback!

mihkelpajunen's avatar

mihkelpajunen wrote a comment+100 XP

2d ago

Vibe Coding Workshop: Ep 9, Vibe Debugging

For really difficult bugs, I usually run an adversarial prompt where I have multiple agents, each using a different model, trying to figure out what's causing the bug. I have the models review each other's findings to determine what makes the most sense. Just like you, I tell them not to rush to implement a fix. Instead, I ask them to describe the bug using technical language that an experienced developer would understand. I then take the description that the various agents agree upon and feed it into a new prompt where I work on the fix.

mihkelpajunen's avatar

mihkelpajunen wrote a comment+100 XP

2d ago

Vibe Coding Workshop: Ep 7, Making Plans

@romeoboris It's not even close once you find a workflow that clicks for you.

mihkelpajunen's avatar

mihkelpajunen wrote a comment+100 XP

3d ago

Vibe Coding Workshop: Ep 1, Intro

Embrace the future, guys. No one is going to pay you for organic, pasture-raised code if the alternative costs a fraction of what it used to and delivers the same value to the customer. I love programming—it's more than an occupation for me—but we have to get real about it. There will still be a place for those who love to tinker with technology, but writing code will never be the same now that we've opened the Pandora's box of AI tooling.

mihkelpajunen's avatar

mihkelpajunen wrote a comment+100 XP

3d ago

The Many Misconceptions of Laravel : Ep 12, Is Laravel Only for Beginners?

Thank you for this course, Jeremy. Even though I've been working with Laravel professionally for over three years, I learned a few things that I'll definitely be using in my next project.