Episodes

Latest Episode
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...

Are you allowed to do that?

Are you allowed to do that?

Episode 27 · · 17:10

Roles and permissions are a core part of most applications. Laravel provides some tools for managing and enforcing this, and third party packages provide even more features. Aaron an...

Are you a Laravel developer or a PHP developer?

Are you a Laravel developer or a PHP developer?

Episode 26 · · 17:45

When you're building a Laravel app, you're writing PHP code, but you're dealing with many patterns and conveniences provided by Laravel. So where do you draw the line between the two...

Should developers have access to production?

Should developers have access to production?

Episode 25 · · 12:41

> Developer: "I just need to SSH in real quick"> Server admin: "No"Have you had this discussion? Listen in as Joel and Aaron talk about their experience on teams of different sizes, ...

Pick a coding standard, any one will do

Pick a coding standard, any one will do

Episode 24 · · 19:33

Where should I place this curly brace? Trailing commas or not? Have you encountered disagreements about coding standards on your team. In this episode we explain the benefits of codi...

The art of asking and answering questions

The art of asking and answering questions

Episode 23 · · 15:58

We've all been stuck with something we didn't know. Should you ask for help? And how? Or if someone on your team asks you a question, how can you handle it best? We discuss it all.Do...

Testing 1 ... 2 ... 3, let's talk testing

Testing 1 ... 2 ... 3, let's talk testing

Episode 22 · · 14:55

What are the big 3 types of tests we use on our projects? How do we decide which to use? Listen in as we discuss this and more.Need help improving your testing strategy, or just need...

Guarded vs fillable, fight!

Guarded vs fillable, fight!

Episode 21 · · 17:23

It's no tabs versus spaces, but it's close. Do you use guarded or fillable in your Laravel models? Aaron and Joel share their default approach, as well as several reasons for that ch...

Don't ignore that pain!

Don't ignore that pain!

Episode 20 · · 14:42

It's easy to get used to things that cause us friction or pain in our development process. In this episode, we discuss how to avoid that trap and how to evaluate when to invest time ...

Validation is your friend

Validation is your friend

Episode 19 · · 14:16

Validation may seem boring, but it's a vital part of any Laravel application. Joel and Aaron share some tips on validation along with exciting news about a new resource to master Lar...

Always be ready to hand off the project

Always be ready to hand off the project

Episode 18 · · 15:18

Why is it important to think about a future project hand-off at the beginning of a client relationship? Aaron and Joel share their approach.Sign up for our Laravel tips newsletter!

Finding and fixing a performance issue

Finding and fixing a performance issue

Episode 17 · · 15:31

Last episode we discussed how to deal with a "slow app" complaint. This episode we discuss some technical approaches to find and fix the issue.Sign up for our Laravel tips newsletter!

Someone said my app is slow. Now what?

Someone said my app is slow. Now what?

Episode 16 · · 14:38

The dreaded support ticket gets filed: App is slow! Before you get defensive or close as "Won't fix", consider a few tips on how to successfully approach this situation.Sign up for o...

How long does it take to get your project running?

How long does it take to get your project running?

Episode 15 · · 16:48

Aaron and Joel have joined a fair number of projects over the years. Listen as they share some tips on how to make process less painful for your team.Sign up for our Laravel tips new...

Is it a good idea to install that package?

Is it a good idea to install that package?

Episode 14 · · 15:06

Laravel and PHP have a rich ecosystem, but it's good to weigh the pros and cons before reaching for a new package. We share some things to consider.Sign up for our Laravel tips newsl...

Where do I start making things better?

Where do I start making things better?

Episode 13 · · 15:15

Where are some good starting points for modernizing and improving a legacy codebase? Joel and Aaron discuss a few ideas where you could start.Sign up for our Laravel tips newsletter!...

How long is that going to take?

How long is that going to take?

Episode 12 · · 14:55

The eternal question that every developer hears: How long is that going to take? Aaron and Joel discuss some ways to frame that question, and how to provide an estimate that will avo...