Episodes

Latest Episode
How we use seeders in our applications

How we use seeders in our applications

Episode 91 · · 15:15

Seeders seem pretty straightforward. It's a way to generate data. But how should you use them in your app and what different purposes do they serve? We talk through our approach to s...

Don't just get mad at some tech, dig in and learn!

Don't just get mad at some tech, dig in and learn!

Episode 90 · · 15:27

Is there some particular tool or technology that just makes you mad? Maybe it's the way CSS behaves or how some browsers work. Don't just get mad, dig in and learn it thoroughly. We ...

Making a case for consistency

Making a case for consistency

Episode 89 · · 13:25

We see a lot of different projects, but it's pretty rare to find one that's well-documented and internally consistent. Why does that matter? And how can you make things more consiste...

Different approaches to upgrading to a new major Laravel version

Different approaches to upgrading to a new major Laravel version

Episode 88 · · 16:01

How do you like to upgrade your app when the next new major version of Laravel comes out? Aaron and Joel share two different approaches they've used, and what added benefits you get ...

Maybe you don't need to write code this time

Maybe you don't need to write code this time

Episode 87 · · 15:25

We're developers, we write code! But sometimes it's worth thinking if we really need to fire up our editor, or if a better solution exists. We talk through some "behind the scenes" p...

Should you manage roles and permissions with a UI?

Should you manage roles and permissions with a UI?

Episode 86 · · 12:52

Just about every application needs the concept of roles and permissions. Often, there's a desire to allow non-developers to manage roles and permissions in the application interface,...

The changing value of books throughout your career

The changing value of books throughout your career

Episode 85 · · 12:13

You might have a book that really shaped how you write code today. Some books make more sense if you read them later in your career. We discuss the changing value of books as a learn...

Some reasons to write a down method in your migrations

Some reasons to write a down method in your migrations

Episode 84 · · 14:19

This is a surprisingly controversial topic. In this episode, we share why we write down migration methods, and it's probably not the reason you're thinking of.No call to action on th...

Managing a micro-manager

Managing a micro-manager

Episode 83 · · 14:18

It's frustrating to have a client, boss, or even co-worker attempt to micro-manage you. We share some tips on how to make the working relationship better.Need help building your Lara...

A couple handy features in PHPStorm

A couple handy features in PHPStorm

Episode 82 · · 10:14

Developers spend a large part of their day inside an editor. For a full-featured editor like PHPStorm, there may be some useful features you've never noticed. We discuss a few of those.

Tools should work for you, not boss you around

Tools should work for you, not boss you around

Episode 81 · · 15:49

PHPStan is a great tool, but if you're not careful it might push you to write code in a way you wouldn't normally write it. How can you balance a tool's strengths with your team's st...

Harnessing that post-conference excitement

Harnessing that post-conference excitement

Episode 80 · · 13:09

It is so exciting to watch a conference talk announcing some new tool or feature. Now you're back at work and your fingers are itching to type `composer install` - What do you do?Wan...

How do you tell a teammate they might be wrong?

How do you tell a teammate they might be wrong?

Episode 79 · · 09:19

Programmers have opinions on things. Shocking, I know! How can we tell someone we think there's a better way to do something, without being counterproductive and causing needless con...

Lots of different ways to test record creation

Lots of different ways to test record creation

Episode 78 · · 10:15

We get a bit nerdy here and dive deep on a few different ways to test record creation.Read more of our thoughts at masteringlaravel.io

How do you avoid distractions?

How do you avoid distractions?

Episode 77 · · 15:56

Do you maintain laser focus when you work, or are you a normal human being? How do you balance use of email and social media for legitimate work reasons without going down the rabbit...

When should you use final classes or private properties?

When should you use final classes or private properties?

Episode 76 · · 13:48

The discussion of final classes was a hot topic recently. We had planned on discussing this even before it came up on Twitter, but here is our unsolicited opinion.Is there some use c...

Is it ever ok to delay writing tests?

Is it ever ok to delay writing tests?

Episode 75 · · 12:25

We always write tests, and can't imagine working without them. But is there ever a time where it might make sense to delay writing some tests until later in the project? Let us tell ...

Should an Eloquent relationship include soft-deleted records?

Should an Eloquent relationship include soft-deleted records?

Episode 74 · · 13:37

Show notes:Get a free ebook of Laravel security tips

Interviewing other developers like a human

Interviewing other developers like a human

Episode 73 · · 15:09

Some interviewing techniques can be pretty disrespectful of the applicant's time or humanity. On today's episode we talk about some ways of approaching an interview to put the person...

The benefits of working with other developers

The benefits of working with other developers

Episode 72 · · 12:23

Maybe you're a solo dev or working on a small team. What benefits are there in widening your circle of developers? We talk through our own personal experiences in this episode.Show n...