エピソード

  • Being anti-hype does not mean being anti-AI
    2026/02/28

    Does everyone need to have an AI hot take right now, or is there value in waiting until you actually know what you're talking about?


    In the latest episode of the No Compromises podcast, we discuss why it took us 147 episodes to finally tackle the topic of AI.


    We dig into the tension between wanting to speak with authority and feeling pressure to share before you're ready. Aaron makes the case for building deep knowledge first, while acknowledging that people at every stage of the learning curve play an important role in moving the community forward.


    We also talk about how fast the AI landscape is shifting, why zooming out matters more than memorizing details, and why being a slower mover isn't something to apologize for.

    • (00:00) - Why we haven't talked about AI yet
    • (01:00) - Building deep knowledge before sharing opinions
    • (02:30) - AI moves faster than JavaScript frameworks
    • (04:30) - Zoom out before sweating the details
    • (06:15) - Every stage of the learning cycle matters
    • (07:45) - Silly bit

    Want to get that new AI tip we mentioned? Sign up for the Mastering Laravel newsletter.
    続きを読む 一部表示
    10 分
  • Three ways to plan an upgrade when your codebase is a patchwork
    2026/02/14

    When your project has the same thing done three different ways, how do you bring everything up to date with a consistent approach?

    In the latest episode of the No Compromises podcast, we discuss different strategies for tackling upgrades when parts of your codebase are multiple versions behind.

    We walk through two main approaches and weigh the tradeoffs for both the developer doing the work and the person reviewing it.

    • (00:00) - Setting up the upgrade scenario
    • (02:15) - Approach one: upgrade each area to current
    • (04:00) - Why the reviewer's experience matters too
    • (07:30) - A third approach neither one expected
    • (09:00) - Silly bit

    Want help upgrading your Laravel project?
    続きを読む 一部表示
    10 分
  • Stop doing math in your config files
    2026/01/31

    Ever feel the urge to write out calculations in your code to make them "self-documenting"?

    In the latest episode of the No Compromises podcast, we discuss why inline math in configuration values is a habit worth breaking.

    Aaron argues that if a value never changes, there's no reason to calculate it every time. A well-placed comment can explain how you got the number without the unnecessary overhead.

    We also cover how comments can clarify units like seconds versus milliseconds, why this thinking applies beyond config files, and how questioning small habits can improve your code overall.

    • (00:00) - How many seconds is five minutes?
    • (01:45) - The problem with inline config math
    • (03:45) - Using comments instead of runtime calculations
    • (05:30) - Why questioning habits improves code
    • (07:00) - Silly bit

    Want a second set of eyes on your Laravel project?
    続きを読む 一部表示
    9 分
  • What could be worse than having no tests?
    2026/01/17

    Found a cool package on Laravel News? But how do you know if it's actually worth installing?

    In the latest episode of the No Compromises podcast, we discuss what we look for when evaluating third-party packages before bringing them into a project.

    Aaron makes the case that what he finds in the tests folder is essentially a deal-breaker: no tests means no trust, but leaving default example tests behind is somehow even worse. Tests reveal whether the maintainer thought through edge cases and serve as living documentation when the README falls short.

    We also cover the other signals we weigh: GitHub stars, download counts, issue responsiveness, and how quickly maintainers keep up with new Laravel versions.

    • (00:00) - Evaluating packages you stumble across
    • (01:30) - Why leftover example tests frustrate Aaron
    • (03:45) - Tests as documentation and edge case proof
    • (05:00) - Checking issues and Laravel version history
    • (08:00) - Silly bit

    Want to work with us on your project?
    続きを読む 一部表示
    9 分
  • Why I changed my mind about down migrations
    2026/01/04

    Have you ever built a strong case for something, only to realize later you were solving the wrong problem?

    In the latest episode of the No Compromises podcast, we discuss Aaron's surprising reversal on down migrations, a topic we've publicly discussed on this podcast.

    We walk through the original arguments for writing down migrations and deconstruct each one.

    • (00:00) - The original case for down migrations
    • (03:45) - Aaron changes his stance
    • (05:15) - Why seeders beat rollbacks for local dev
    • (10:30) - Rethinking the production rollback scenario
    • (14:45) - Silly bit

    Keep your knowledge fresh, check out Mastering Laravel.
    続きを読む 一部表示
    17 分
  • Why senior developers feel wrong more often
    2025/12/20

    Ever catch yourself second-guessing decisions you were confident about just months ago? Does that mean you're getting worse at your job?

    In the latest episode of the No Compromises podcast, we explore why senior developers often feel "wrong" more frequently than they did earlier in their careers.

    Aaron makes the case that this isn't a sign of declining skill—it's evidence of a richer mental model that reveals nuance where things once seemed black and white.

    We discuss how feedback sources shift with experience, why changing your mind signals growth rather than failure, and how to reframe architectural decisions as a spectrum rather than binary choices.

    • (00:00) - Feeling wrong more often as a senior dev
    • (01:45) - Knowledge plateaus and how growth resets them
    • (04:45) - How feedback sources change with experience
    • (07:00) - Binary thinking versus nuanced decision-making
    • (09:15) - Silly bit

    Want two Laravel experts to review your code?
    続きを読む 一部表示
    10 分
  • Should you ever hand-format code?
    2025/12/06

    Ever feel like you're wasting your time tweaking a section of code to get it just right? We have tools for that, don't we?

    In the latest episode of the No Compromises podcast, we discuss when to trust auto-formatters and when to nudge code by hand.

    Aaron makes the case that a few mindful minutes of “prettying up” can unblock harder thinking, without surrendering judgment to tools.

    We set limits on this approach, share a tiered break strategy, and make it clear why you still own what the formatter changes.

    • (00:00) - Auto-formatters vs subjective style choices
    • (01:15) - Edge cases tools miss and human tweaks
    • (03:15) - Using light formatting to unlock hard problems
    • (05:15) - A tiered break strategy for focus
    • (07:00) - Silly bit

    Want two Laravel experts to review your code?
    続きを読む 一部表示
    8 分
  • Discussing different ways to model data
    2025/11/22

    It's easy to overcomplicate data modeling, especially when enums, relationships, and future requirements are in play.

    In the latest episode of the No Compromises podcast, Joel brings Aaron a real-world technical dilemma: how to model a relationship between two models when types are stored as enums, not models.

    We discuss the pros and cons of pivot tables versus JSON columns, the importance of context before jumping to solutions, and how developer instincts can sometimes get in the way of clarity.

    • (00:00) - Setting up the technical problem
    • (02:00) - Pivot tables vs JSON columns
    • (05:15) - Filtering and validation considerations
    • (07:15) - Deciding on the best approach
    • (09:50) - Silly bit

    Would you like us to review your code or application architecture?
    続きを読む 一部表示
    12 分