AD
Episode
381
Interview
Web News

Why Developer Experience Matters

Recorded:
June 12, 2025
Released:
July 1, 2025
Episode Number:
381

In this episode, Matt and Mike dive into developer experience (DX) — what it is, why it matters, and how improving it can make you a better developer. They share personal stories of frustrating build processes, game-changing tools, and scripting away pain points. Whether it's speeding up deployments, eliminating unnecessary rebuilds, or embracing platforms like Vercel and PlanetScale, there's never been a better time to take your DX into your own hands.

Listen

Also available on...
...and many more, check your podcast app!

Who’s in This Episode?

Show Notes

Introduction

  • The developer experience industry is in the billions at this point
  • This was mostly lead by companies like Vercel, Netlify, Cloudflare, etc. creating ways for developers to deploy their code and not have to worry about things like CI/CD, scaling, backups, monitoring, and even databases now
  • Developer experience is the ease or difficulty in allowing you as a developer to focus on the code rather then the external stuff like code editors, build processes,
  • What is the thing in the development process that pisses you off the most?

Why Developer experience will make you a better developer

  • Story time
    • In a previous contract I had to build android apps
    • To do this everytime I had to change code I needed to rebuild the application and then have it deployed on a device and restart and open it
    • Each time this process could take 5-10min just to test out any change
    • Simple feature would take hours to build sometimes due to small little changes I had to do and wait to test
  • Web development opened up a new avenue for me where I could write code and see it almost instantaneously appear int eh browser, making iteration a lot faster. Features became easy to iterate on and build.
  • Removing friction from the development process made me a better developer
  • Do you remember a time when you used a new tool that increased your developer experience?

Make your developer experience better

  • You shouldn’t be focused more on starting your dev servers, building/compiling your code, deploying it and managing it then you are writing your code
  • Plenty of new tools you can use
    • Monorepos (pnpm, turbo repo, etc.)
    • DB orms (prisma, drizzle)
    • Platforms as a service
      • DB - PlanetScale and neon
      • hosting - Vercel and Netlify
      • self hosting - Coolify
    • Vite is much faster then webpack for dev server and bundling
  • Take it into your own hands
    • Find what annoys you and try to solve it
    • Story time
      • We had issues with deployment environments for qa/staging
      • Each environment took 20-30min to create because of all the services it needed to spin up and shared env variables used
      • I wrote a script that did it in a couple minutes with a bunch of prompts for different use cases
      • QA became smoother
      • Developers can focus more on writing code vs non productive stuff
    • AI is great at writing scripts with the right prompts so any areas where you see some repetitive tasks can be automated really quickly with scripts
  • Do you have a time when you said F*** it and made or did something to make your developer experience better?

Links




How to support the show

Patreon

Prices subject to change and are listed in USD

  • Support the show from as little as ~$1/month
  • Get a shoutout at the end of the episode (while supplies last) for just ~$3/month
  • Help support the HTML All The Things Podcast: Click Here

Scrimba Discount - Coding Courses!

Learn to code using Scrimba with their interactive follow-along code editor.

Join their exclusive discord communities and network to find your first job!

Use our affiliate link for a 20% discount!!

  • Click the link to take you to the Scrimba site
  • A pop-up should appear on your screen with the discount amount and instructions on how to claim it
  • Discount is for new accounts only

We receive a monetary kickback if you use our affiliate link and make a purchase.