-
New Dec 31, 2024
2024 Year in Review, Looking Towards 2025
In this episode, Matt and Mike take a look back at 2024, reflecting on the milestones and challenges of the past year. From tackling tough web development topics to experimenting with new st...
-
New Dec 24, 2024
How to Actually Enjoy the Holidays as a Web Developer
Holidays are a time to recharge, but for web developers, they can sometimes feel like an extension of the workweek. In this episode, Matt and Mike share strategies to set boundaries, avoid burnout, an...
-
New Dec 17, 2024
Stop Using Divs for Everything! Master Semantic HTML, Custom Attributes, and Accessibility
In this episode of the HTML All The Things Podcast, Matt and Mike dive into why good HTML practices are essential for building better, more accessible, and maintainable websites. They kick things...
-
New Dec 12, 2024
Educating Devs That Get Hired w/ Thomas Chant
In this episode, Matt interviews Thomas Chant, an educator at Scrimba and creator of their Advanced JavaScript Course. Thomas shares insights from his journey as a TEFL teacher and web developer, hi...
-
New Dec 10, 2024
Monorepos Unpacked: The Good, the Bad, and the Turbocharged
In this episode of the HTML All Things Podcast, Matt and Mike explore the concept of monorepos - what they are, why they have gained popularity in recent years, and how they compare to polyrepos. Th...
-
New Dec 3, 2024
Can CSS Replace JavaScript? The Rise of Interactive Styling
CSS is typically reserved to just laying out pages, with any sort of interactivity or layout changes being left to JavaScript. As CSS matured, more features came out that gave it the ability to de...
-
New Nov 26, 2024
Does AI Have Tech Bias? | AI All The Things
In this episode, Matt and Mike introduce a new episode type dedicated to exploring the rapidly evolving world of AI. As AI tools advance at lightning speed, staying informed is critical for de...
-
New Nov 19, 2024
Are Developers Making Page Builders Too Powerful for Content Editors?
How much power should you give your clients and non-tech colleagues? In this episode, Matt and Mike explore the evolving landscape of web development tools and workflows, inspired by Webflow's new pa...
-
New Nov 13, 2024
Web APIs That Every JavaScript Developer Should Know
Level up your vanilla JavaScript with these powerful Web APIs that every developer should know. In this episode, Matt and Mike dive into essential Web APIs that can take your web development skills to...
-
New Nov 5, 2024
Taking Control in a Rush
Rushed timelines and last-minute jobs are something that most developers are all too familiar with. While frequent rush jobs can signal deeper management issues, the fast-paced nature of the world me...
-
New Oct 29, 2024
Open Source Is Dead
The WordPress drama between WPEngine and Matt Mullenweg has been quite the stir up for primarily WordPress, but also the open source community in general. Not to mention, all the WPEngine customers th...
-
New Oct 22, 2024
Side Projects: The Eternal Loop of Never-Ending Features
Side projects are often done as a for-fun and potentially for-profit outlet for web developers looking to break free from client projects where they have little control. Unfortunately, just like cl...
-
New Oct 15, 2024
The Toughest Concepts in Web Development (Part 2)
In this episode Matt and MIke, continue their deep dive into the toughest concepts in web development. The guys tackle topics like mastering responsive design, ensuring web accessibility (a11y) for al...
-
New Oct 9, 2024
The Toughest Concepts in Web Development (Part 1)
Web development is not easy! Websites need to work on multiple devices, respect SEO best practices, and must deliver everything from blogs through complex design programs. These demanding sees web de...
-
New Oct 3, 2024
Mentoring Developers with Shashi Lo
Matt and Mike had a great conversation with Shashi Lo this week! Shashi is a senior software engineer at Microsoft and founder of Gridiron Survivor - an open source NFL Survivor pool SaaS ap...
-
New Sep 30, 2024
Is Your Code Too Complex? Troubleshooting, Fixing, and Implementing Solutions
While trying to solve a coding problem this week, Matt found himself buried in a collection of solutions offered by ChatGPT and Google search results. Some of the solutions were completely new to hi...
-
New Sep 24, 2024
Tech We Love as Web Developers: SvelteKit, Vercel, Supermaven, and More
There is a lot of tech out there! It seems every day someone is coming out with a new way to edit images, use AI, build websites, assist developers, and the list goes on and on. This week, Matt and Mi...
-
New Sep 17, 2024
Saying No to Scope Creep: How Web Devs Can Push Back
Scope creep is a very dangerous thing that can endanger a team's productivity and mental health. It involves taking the original scope of a project, and slowly but surely, adding more and more ta...
-
New Sep 10, 2024
Why Code Quality Matters: Testing, Linting, Refactoring
Code quality matters! When developers write better, cleaner, and safer code - their deliverables improve significantly. When code is safer, there are less problems with crashes and unintended er...