HTML All The Things - Web Development, Web Design, Small Business
The adventures of Matt Lawrence and Mike Karan through the world of web development, web design, and small business management. As web development agency owners for the better part of a decade, they’ve worked with all sorts of technologies, through the rise of responsive web design, the revolution of serverless computing, and the popularity gain of many no-code tools for small business owners. They commonly discuss foundational web development technologies like HTML, CSS, and JavaScript - including popular frameworks and tools such as Tailwind CSS, Svelte, WordPress, Vue, and more.
Episodes
Wednesday Jun 14, 2023
Are Websites Old News? Are They Going the Way of the Newspaper?
Wednesday Jun 14, 2023
Wednesday Jun 14, 2023
The tech world moves quickly, and web development is no exception...except that it seems like web development keeps re-inventing the wheel. Us web developers can make a blog in WordPress, Svelte + SvelteKit, React, Webflow, and many more. It seems like we spend most of our time arguing and creating new tools to develop the exact same end products, when we could be innovating and creating the next best thing. For our non-techie customers, they see no difference and form no opinion on whether their blog should be created using Svelte or React - yet we waste tons of hours learning different technologies that can pump out the same projects, with little difference. While the rest of the tech world looks to Apple for what they're calling "spatial computing" with the Vision Pro, and Meta for their affordable AR/VR experiences...websites remain large the same as they were a number of years ago. Does this mean that websites are being left behind, are they old news?
Show Notes: https://www.htmlallthethings.com/podcasts/are-websites-old-news-are-they-going-the-way-of-the-newspaper
Scrimba Discount: https://tinyurl.com/ScrimbaHATT
Wednesday Jun 07, 2023
Learning JavaScript from Scratch
Wednesday Jun 07, 2023
Wednesday Jun 07, 2023
Learning JavaScript from scratch can be a real challenge, but once you're through it, your newfound programming knowledge will pay dividends for years into your career. JavaScript is one of the foundational technologies on which the web is built, alongside HTML and CSS. Knowing it gives you insight into how to "think like a computer" and offers a running start when you're ready to learn a JavaScript framework like React, Vue, or Svelte. This week, Matt and Mike discussed how to get started learning JavaScript as an absolute beginner looking to work their way through junior developer and beyond.
Show Notes: https://www.htmlallthethings.com/podcasts/learning-javascript-from-scratch
Scrimba Discount: https://tinyurl.com/ScrimbaHATT
Wednesday May 31, 2023
Full-Stack Struggles #2: I Was at the Gates of Tutorial Hell
Wednesday May 31, 2023
Wednesday May 31, 2023
Coming back to a web development project after a long hiatus is difficult enough for a senior developer, let alone a junior developer. As a newbie when it comes to Svelte and SvelteKit, Matt tried to return to his passive income app weeks after his last visit, only to find himself stumped on what to work on next, and how everything he already had worked. This led him to question whether he should be restarting from scratch, re-engineering everything with the knowledge he remembered up to that point, or to start up a Udemy course to get situated with Svelte and SvelteKit again. In this episode, Matt and Mike discussed the course of action that Matt took to get himself unstuck on his coding problem so he could continue programming and learning Svelte and SvelteKit.
Show Notes: www.htmlallthethings.com/podcasts/full-stack-struggles-2-i-was-at-the-gates-of-tutorial-hell
Scrimba Discount: https://tinyurl.com/ScrimbaHATT
We receive a monetary kickback if you purchase a Scrimba plan using our link
Wednesday May 24, 2023
Do You Need to Learn TypeScript in 2023?
Wednesday May 24, 2023
Wednesday May 24, 2023
On top of the growing collection of "must-know" tools in a web developer's arsenal is the famous (or maybe infamous?) TypeScript - a high-level programming language that adds static typing with optional type annotations to JavaScript. Developed by Microsoft, TypeScript can improve the developer experience by allowing the data that is passed around the code to be typed to something specific (ie Boolean), with TypeScript ready to throw an error if the types don't match appropriately through the program. In this episode, Matt and Mike discuss TypeScript at length discussing whether you need to learn TypeScript and how to learn it whether you're a beginner, or veteran coder.
Using our affiliate link, get 10% off all Scrimba plans - click here!
Show Notes: www.htmlallthethings.com/podcasts/do-you-need-to-learn-typescript-in-2023
Wednesday May 17, 2023
Become a Junior Developer, Learn Web Development from Scratch
Wednesday May 17, 2023
Wednesday May 17, 2023
Practice makes perfect, so it makes sense when senior developers tell aspiring juniors to "just code" and it will all work out. The problem with "just code" is that a complete beginner will have no idea where to start, or what to code up. Should they use HTML, React, or PHP? What type of project should they code up? In this episode, Matt and Mike hope to lay out a clear pathway on where to start learning web development for absolute beginners. We hope that the discussion will also help those that are acting as mentors for soon-to-be junior web developers.
Scrimba Discount
Use this URL to get 10% off on all their paid plans: https://tinyurl.com/ScrimbaHATT
Wednesday May 10, 2023
Web Development Hot Takes - Is HTML a Programming Language? Does React Suck?
Wednesday May 10, 2023
Wednesday May 10, 2023
The web development community has a collection of hot takes that seem to continuously come up time and time again in social media discussions and podcast debates. Hot takes like the debate of whether or not HTML is a programming language, or if React is good. These, among several other hot takes, are typically rooted in divide among the community as friction points about what tools to use and how to use them spark fierce debate among those that work closely with them. In this week's episode, Matt and Mike discussed and debated a collection of these hot takes, offering their opinions on each one.
Using our affiliate link, get 10% off all Scrimba plans - click here!
Show Notes: www.htmlallthethings.com/podcasts/web-development-hot-takes-is-html-a-programming-language-does-react-suck
Wednesday May 03, 2023
Coding for No-Coders: JavaScript Edition
Wednesday May 03, 2023
Wednesday May 03, 2023
No-code platforms are useful tools for those that don't have the expertise to code up a web app, website, or mobile app themselves, but what if we told you that they can be useful for programmers too? No-code tools can save web developers time by offering a quick and easy creation platform that can typically be expanded upon with code (usually JavaScript). This week Matt and Mike discussed the importance of no-code being used alongside code to help teach new developers and assist veteran programmers with their tight deadlines.
Using our affiliate link, get 10% off all Scrimba plans - click here!
Show Notes: www.htmlallthethings.com/podcasts/coding-for-no-coders-javascript-editing
Wednesday Apr 26, 2023
Debugging HTML, CSS, and JavaScript
Wednesday Apr 26, 2023
Wednesday Apr 26, 2023
Squashing bugs in your code can be as easy as finding a missing semicolon, but sometimes it can be a grueling process filled with torn out hair and console logs. In this episode, Matt and Mike discuss the various ways that you can debug your code using methods that span HTML, CSS, and JavaScript. For HTML, the DOM inspector, markup validation, and accessibility checkers can ensure you have a clean structure for the rest of your code to work from. Then in the layout department, CSS debugging methods can include things like using the Computed tab in your dev tools, obvious visual markers (ie red borders on targeted elements), and various Chrome extensions. And finally, JavaScript - the part of your website that is most likely already acquainted with debugging includes methods like using alerts, breakpoints, asking AI to correct errors, and much more.
Show Notes: www.htmlallthethings.com/podcasts/debugging-html-css-and-javascript
Wednesday Apr 19, 2023
Good Enough Is Better Than Perfect: How to Avoid Burnout and Launch Your Website Faster
Wednesday Apr 19, 2023
Wednesday Apr 19, 2023
This episode is for all of you out there that are hesitant to release your website, blog post, or whatever it is you're working on - scared to hand it over to the audience that is supposed to consume it. Instead of releasing what we have on schedule, some of us may hesitate due to perfectionism, burnout, or anxiety over what the users may think. Sometimes a delay is warranted, but often these delays can impair your future decision making on how to update/upgrade your project as you'll have no user feedback to work from. In this episode, Matt and Mike discuss working towards a project that is good enough to release, without focusing on all the "what ifs" for release.
Show Notes: www.htmlallthethings.com/podcasts/good-enough-is-better-than-perfect-how-to-avoid-burnout-and-launch-your-website-faster
Wednesday Apr 12, 2023
Helping Junior Developers Succeed
Wednesday Apr 12, 2023
Wednesday Apr 12, 2023
With the current job market seemingly handing out nothing by layoffs, it may seem like landing a junior developer job is an impossible task. While we acknowledge that it is more difficult than it was a year or two ago to land a junior developer job, all hope is not lost. There are always people hiring, even during the worst economic downturns and those that keep at it have a higher chance at succeeding. In this episode, Matt and Mike discuss how to help a junior developer in your life succeed through mentorship, connections, peer code reviews, and more.
Show Notes: www.htmlallthethings.com/podcasts/helping-junior-developers-succeed