Episodes

Latest Episode
Should I write this weird code or is there a Laravel feature I can use instead?

Should I write this weird code or is there a Laravel feature I can use instead?

Episode 47 · · 16:12

We walk through a recent experience where Joel was about to "burn down the world," as Aaron calls it. Instead, after doing a little exploration of the Laravel framework code, we land...

Take time to look back and review

Take time to look back and review

Episode 46 · · 11:31

It feels good to finish a project, but before you move on, there are benefits to pausing and reflecting on what went well and what could have been better.If you're enjoying the podca...

The benefits of testing, even under a deadline

The benefits of testing, even under a deadline

Episode 45 · · 12:00

We have to ship this feature in 2 weeks! Do we have time to test? In this episode we talk through this scenario and share some benefits of testing even under the pressure of a loomin...

When to calculate a value versus when to store it in the database

When to calculate a value versus when to store it in the database

Episode 44 · · 12:51

For some values, it can be tricky to know whether it's better to calculate it on the fly or when to calculate it once and store in the database. We talk through a recent scenario we ...

Should I use an event/listener or a model observer?

Should I use an event/listener or a model observer?

Episode 43 · · 13:18

We share a few rules that help guide us to determine when to manually fire an event versus when to wire up a model observer.Make my phone buzz and download a book to make you a bette...

How we wrap up a project

How we wrap up a project

Episode 42 · · 12:00

Wrapping up our series on how we work, we talk through the end of a project and how to make sure there are no surprises.Download the free security tips ebook from masteringlaravel.io...

Don't be afraid to change your mind

Don't be afraid to change your mind

Episode 41 · · 12:34

You learned a best practice, and it served you well. Is it set in stone? Or should you be open to re-evaluate later?Get those free e-books at masteringlaravel.io

The proper way to argue

The proper way to argue

Episode 40 · · 15:03

We've all had disagreements about how to write or organize code, or how a feature should work. We share some tips on how to discuss it productively.Be a Joel, not a Cole: masteringla...

What makes a good staging environment?

What makes a good staging environment?

Episode 39 · · 17:02

Setting up a useful staging environment involves a number of choices. We discuss our preferred strategies and talk about why having a staging environment is a good thing.

Your project is not special

Your project is not special

Episode 38 · · 09:55

This isn't meant to be an insult. It's actually a good thing that your project isn't completely unique, and you can benefit from what other people have already learned.

Planning out a week of work

Planning out a week of work

Episode 37 · · 15:02

Continuing our series on "how we work", today we finally get to the dev work. How we organize it, plan it, and communicate with the project stakeholders.I heard this site is cool: ma...

A few things to watch for with Laravel policies

A few things to watch for with Laravel policies

Episode 36 · · 12:30

Aaron shares a few things that he's bumped into with policies in his apps, and we talk through some possible solutions or processes to help avoid them.Tweet @jclermont if there's som...

Onboarding a new project

Onboarding a new project

Episode 35 · · 15:32

When you inherit a project, how do you draw a balance before making everything nice to work with and delivering value to the stakeholders?Check out masteringlaravel.io

Paying down technical debt

Paying down technical debt

Episode 34 · · 16:55

Is all technical debt bad? Can it serve a valuable purpose? We share our opinions along with some tips on how to be strategic when paying down technical debt in your project.

Knowing when and how to try something new

Knowing when and how to try something new

Episode 33 · · 13:22

You just attended a conference or finished a book/course and you're all excited to try out some new "best practice". We discuss how to balance this enthusiasm with the needs of your ...

Wireframe before coding

Wireframe before coding

Episode 32 · · 14:45

As developers, coding is the fun part, but we share why we like to slow down and take some time to wireframe before diving into the editor* Download our free Laravel Tips ebook

Continuous integration doesn't have to be hard

Continuous integration doesn't have to be hard

Episode 31 · · 17:50

Maybe "continuous integration" sounds like a complex thing to setup. We explain why it doesn't have to be, how to start small, and what the benefits are.

Deciding what to build

Deciding what to build

Episode 30 · · 18:32

So someone has asked you to build an app, or add a feature to an app. How do you decide exactly what to build and how much to charge? We share our approach to these important questio...

Are your logs too noisy?

Are your logs too noisy?

Episode 29 · · 11:02

Logs and error trackers are a vital tool for maintaining a production app. But if you're not careful, they can get so noisy they stop providing value. We discuss a few reasons why th...

How we decide whether or not to take on something new

How we decide whether or not to take on something new

Episode 28 · · 21:58

This episode is a little different. We take a peek behind the scenes as to how we qualify projects, and the sorts of things you might think about before deciding whether or not to ta...