< Podcast />

New episodes, every week!

Episode
211
Interview
Web News
Tidbit

Project Pricing: How We Make Small Customer Budgets Work

September 7, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt discussed how to deal with customer budgets that didn't quite reach the amount you were hoping for. Maintaining a fair deal for both the developer and client is important and if implemented correctly there are a few methods in which you can stretch the customer's budget without needing to undervalue your work. These methods include various types of negotiation, breaking a project into separate phases, and cutting superfluous features. As a final note, Matt also discusses avoiding financial abuse from customers that would take advantage of you, and how to ensure you get paid what you're worth.

Show Notes & More...Show Notes & More...
Episode
210
Interview
Web News
Tidbit

Should You Use Code or No-Code?

August 31, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt and Mike discussed the difficult decision on whether you should use a no-code platform or code up a custom solution. The duo go over the differences between custom code and no-code, comparing project types and where they'd create these projects.

Show Notes & More...Show Notes & More...
Episode
209
Interview
Web News
Tidbit

Git - Why Do We Need Version Control?

August 24, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt and Mike discussed the importance of version control focusing on one of the most popular (if not most popular) version control systems, Git. The duo debated when to learn version control in your coding journey and discussed how difficult it is to learn in comparison to the coding language of your choice.

Show Notes & More...Show Notes & More...
Episode
208
Interview
Web News
Tidbit

The Best Way to Learn Web Development

August 17, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt and Mike discussed different ways to learn web development including traditional school (college, university), online courses (free & paid), and the "tackle method." The guys discuss who is best suited for these different methods and debate the importance of project-based learning for absolute beginners.

Show Notes & More...Show Notes & More...
Episode
207
Interview
Web News
Tidbit

Would You Use Vanilla JavaScript (No Framework) on a Project?

August 10, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt and Mike discussed whether vanilla JavaScript is viable on modern projects. Vanilla JavaScript is of course the language that the browser understands, but with the increasing complexity in many of today's web development projects, frameworks like React, Vue, and Svelte have seemingly taken over as the tools of choice for web developers. Should you use a framework, or should you use vanilla JavaScript?

Show Notes & More...Show Notes & More...
Episode
206
Interview
Web News
Tidbit

How Do You Start a New Project?

August 3, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt and Mike discussed different ways to start a new web development project covering the differences between starting a completely new project with no prior version to worry about, versus updating/upgrading an old project with a variable amount of technical debt.

Show Notes & More...Show Notes & More...
Episode
205
Interview
Web News
Tidbit

Web Design for Web Developers

July 27, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt and Mike answered a collection of questions regarding web design and web developers. If you're a developer, you might experience some imposter syndrome, or skill gaps, when you try and complete an entire project yourself (or with a small team). Often, the issues come from a lack of design skills, or a lack of confidence in your design ability.

Show Notes & More...Show Notes & More...
Episode
Interview
Web News
Tidbit

Debugging async JavaScript with Jenn Creighton

July 21, 2022

This week we're doing our first-ever feed swap with LogRocket's podcast, PodRocket. This episode features a conversation with Jenn Creighton, a Senior Software Engineer at Netflix and podcast host of the show single-threaded: a software developer podcast. Topics explored in this episode include debugging, error handling, and Jenn's recent conference talk at React Miami.

Show Notes & More...Show Notes & More...
Episode
203
Interview
Web News
Tidbit

Does Website Speed Really Matter? Bun, Node.js, Vite, Webpack

July 13, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt and Mike discussed the importance (or lack thereof) of website performance. We all know that Google PageSpeed Insights are used frequently across the industry, but are all those changes necessary? Should you spend time optimizing things that only change your load time by a second or two?

Show Notes & More...Show Notes & More...
Episode
204
Interview
Web News
Tidbit

Prepare to Be Laid Off

July 13, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt and Mike discussed the very real possibility that we all face, which is of course the dreaded layoff. Even if the market is doing well, you can be laid off suddenly due to business issues, which means you should prepare yourself even if your employment is going well.

Show Notes & More...Show Notes & More...
Episode
202
Interview
Web News
Tidbit

Should You Learn to Code if You Use No-Code?

July 6, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt and Mike discussed using code to enhance your no-code projects. There are a lot of people out there that use no-code tools to run a side hustle, providing clients with websites built on tools like WordPress and Webflow. Sometimes these clients want more than what a no-code tool can provide, leaving you mostly out of luck, unless you learn some coding.

Show Notes & More...Show Notes & More...
Episode
201
Interview
Web News
Tidbit

Starting a New Job in Tech

June 22, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt and Mike discussed what starting a new job in tech is like. Since many tech jobs deal with large teams and complex projects, there is a lot of onboarding that needs to happen to get you set up as a new team member. This includes things like getting access to git repos, your email address, and more. In addition to project management to-dos like understanding the team's organizational structure like SCRUM, when they do their standups, how sprints are scheduled, and so on.

Show Notes & More...Show Notes & More...
Episode
200
Interview
Web News
Tidbit

What Does No-Code Mean for Web Developers in 2022

June 15, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt and Mike discussed the state of the web development industry with a focus on how no-code is influencing the industry at large. No-code tools are getting more complex by the day, to the point where web developers cannot ignore them anymore. The duo believes that web developers should be using no-code platforms as a tool in their arsenal to help deliver websites and web apps to customers at the right price, as quickly as possible.

Matt's Note: This is our 200th episode, so I'd like to thank everyone for listening for these past few years. We hope to hit many more milestones like this in the future!

Show Notes & More...Show Notes & More...
Episode
199
Interview
Web News
Tidbit

How to Think Like a Programmer

June 8, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt and Mike discussed how to think like a programmer. When you're learning to code you may think that syntax is the most important thing since it is so hard to memorize. The problem with memorizing syntax is that if you ever need to move on to a new programming language, you'll have to start memorizing all over again. Instead, Matt and Mike believe that learning programming concepts is more important than syntax, as they allow you to apply that conceptual knowledge across any language you come across - it lets you problem solve as a programmer.

Show Notes & More...Show Notes & More...
Episode
198
Interview
Web News
Tidbit

Next.js, Nuxt.js, SvelteKit | Full-Stack Development Has Changed

June 1, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt and Mike discussed serverless technology and how it challenges server-based hosting that has been the standard for years. Mike believes that this has revolutionized the backend developer and hosting game, while Matt is new to serverless and is still stuck configuring his servers the way he always has.

Show Notes & More...Show Notes & More...
Episode
197
Interview
Web News
Tidbit

Developer Burnout, We’re Exhausted

May 25, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt and Mike discussed developer burnout, how it starts, and how to prevent it. Developer burnout can affect anyone and manifest itself in a variety of ways. It is not limited to those of us that frequently work long hours or have significant daily stress (although those are potential causes), it can affect those of us that simply dislike our jobs or have been doing the same tasks for too long.

Show Notes & More...Show Notes & More...
Episode
196
Interview
Web News
Tidbit

Don’t Share Too Much With Your Clients

May 18, 2022

Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week, Matt and Mike discussed sharing information with clients diving into how much you should share and how much you should keep secret to keep the project on track. It's easy to overshare with a client, overwhelming them with too many details and technical intricacies, but on the other hand, it's also easy to give them too little information, risking them misunderstanding what it is they ordered from you.

Show Notes & More...Show Notes & More...
Episode
195
Interview
Web News
Tidbit

Productive Developers Build Good Habits

May 11, 2022

This week, Mike and Matt sat down to discuss how good habits can make developers more productive. The duo go over how habits are not a one size fits all situation, but instead should be tailored to each individual that is looking to boost their productivity - whether that's simply setting up a meal plan, choosing to cut off your work hours at a certain time, or just getting to bed the same time each day - we are all different, and so not every habit is best suited for our unique needs.

Show Notes & More...Show Notes & More...
Episode
194
Interview
Web News
Tidbit

Iconography

May 4, 2022

This week Matt and Mike tackle the questions "What is iconography" and "What does iconography mean" in a packed episode that covers the basics through the UX of icons. The duo also covers a variety of iconography examples and when text should be used instead of icons, or when text & icons should be used together and why.

Show Notes & More...Show Notes & More...
Episode
193
Interview
Web News
Tidbit

Good Tech Interviews

April 27, 2022

Thanks to FlyCode for sponsoring this episode, our listeners get a free trial via flycode.com/htmlall

Tech interviews can be good, bad, or...really bad. Some of them take multiple interviews to complete, others involve hours of homework, and the worst of them include all the above. In this episode, Matt and Mike discuss tech interviews and how to make them better. The duo cover the good, the bad, and the ugly via a collection of horror stories, followed by some good practices for both the interviewer and interviewee.

Show Notes & More...Show Notes & More...
Episode
192
Interview
Web News
Tidbit

Why No-Code Won't Take Your Jobs

April 20, 2022

Thanks to FlyCode for sponsoring this episode, our listeners get a free trial via flycode.com/htmlall

Some developers see no-code as a threat to their jobs, they treat it as a form of automation, which will eventually replace them. In this episode, Matt and Mike discuss why they don't think no-code is coming for developers' jobs. Instead, the duo sees no-code as a mostly positive influence, bringing new and exciting opportunities to the expanding web development industry.

Show Notes & More...Show Notes & More...
Episode
191
Interview
Web News
Tidbit

SEO w/ Nat Miletic

April 13, 2022

SEO or Search Engine Optimization is a crucial, yet exceedingly difficult to learn skill. Many people think it makes a page appear on the first page of Google search results and by doing it right you'll always be at the top, but it's not that easy at all. There's the competing aspect of paid search results versus free, then there's the competition between websites where other sites can steal your spot at any time. In this episode, we discuss all things SEO with Nat Miletic, an SEO and WordPress expert.

Show Notes & More...Show Notes & More...
Episode
190
Interview
Web News
Tidbit

What Is an API? w/ Pratham

April 6, 2022

Learning APIs is a crucial skill for web developers to learn. They're commonly used to deliver content to websites from remote and local resources. They can empower entire platforms with vast databases of knowledge or be as simple as a connection to a CMS. This week Matt and Mike sat down with Pratham to discuss everything APIs including his new job at RapidAPI.

Show Notes & More...Show Notes & More...
Episode
189
Interview
Web News
Tidbit

What is Full-Stack Development?

March 30, 2022

Full-stack web developers can work on all aspects of websites from the user interface to the database that drives the content. Combining the frontend developer and backend developer positions, full-stack developers boast a full set of skills that many recruiters find useful. With the ever-increasing number of features that are packed into websites and web apps, are full-stack development positions sustainable? Is it possible to know all the skills needed well enough to do your job on all parts of the stack?

Show Notes & More...Show Notes & More...
Episode
188
Interview
Web News
Tidbit

How to Learn Web Development Skills

March 23, 2022

Learning new skills is crucial for web developers. Junior developers need to learn all the time to expand their capabilities. Senior developers need to learn throughout their career to update their knowledge. Learning these skills is not easy, however, with so many different frameworks and tools available to learn, alongside the difficult decision on how to learn them - college, university, coding bootcamps, etc. In this episode Matt and Mike discuss how to cut through the noise, identify how you learn, and decide how to learn.

Show Notes & More...Show Notes & More...