Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
History
News
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts122/v4/db/27/7e/db277e5e-ce0a-c310-11fe-658cc65bc1ac/mza_3913295979502355384.png/600x600bb.jpg
The TeachMeTom Show
Tom Schweitzer / TeachMeTom
72 episodes
9 months ago
Tom Schweitzer is on a mission to teach programming to ”normal” people.
Show more...
Courses
Education,
Technology,
Science
RSS
All content for The TeachMeTom Show is the property of Tom Schweitzer / TeachMeTom and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Tom Schweitzer is on a mission to teach programming to ”normal” people.
Show more...
Courses
Education,
Technology,
Science
Episodes (20/72)
The TeachMeTom Show
Is this AI a ChatGPT Killer?
Let's delve into the exciting world of AI to explore Meta AI's groundbreaking Megabyte model. We discuss how this innovative architecture might transform the field and potentially challenge reigning AI models like ChatGPT.   Tune in as Tom breaks down complex concepts into beginner-friendly explanations, analyze the Megabyte model's potential, and ponder the big question: Could this be a ChatGPT replacement? Whether you're an AI enthusiast or just starting your programming journey, this episode is packed with insights to fuel your curiosity and understanding of the dynamic field of AI. Don't miss it!
Show more...
2 years ago
6 minutes 58 seconds

The TeachMeTom Show
How To Learn And Practice With a Fake API..!?
In this episode, we dive into the fascinating world of REST APIs and demystify the concept for beginner programmers. Whether you've just started coding or want to expand your knowledge of web development, understanding REST APIs is crucial in today's interconnected digital landscape. We take a hands-on approach to learning by exploring the JSONPlaceholder API. JSONPlaceholder provides a simple, user-friendly API that mimics a full-featured RESTful API without requiring any authentication. It serves as an excellent resource for beginners to experiment and grasp the fundamentals of working with APIs.
Show more...
2 years ago
8 minutes 58 seconds

The TeachMeTom Show
ChatGPT - how does it work?
Let's talk about ChatGPT - how does it work, how is it trained, how does it produce human-like responses, and what are the limitations and problems?
Show more...
2 years ago
6 minutes 38 seconds

The TeachMeTom Show
The Single Most Expensive Software Bug in History
In this episode, we will discuss the most expensive software bug in history that led to a devastating event. We explore the circumstances surrounding this catastrophic incident and the lessons we can learn from it. This is a cautionary tale that every programmer, from beginner to expert, needs to know.
Show more...
2 years ago
3 minutes 20 seconds

The TeachMeTom Show
What are APIs?
Are you a beginner programmer looking to learn about APIs? Look no further! In this podcast episode, we'll break down the basics of REST APIs using a delicious pizza delivery service as an example. You'll learn about the different HTTP verbs and endpoints that make up an API and how to use them to build powerful applications. Whether you're developing your first app or looking to expand your skills, this podcast will give you a solid foundation in the world of APIs. Tune in now and take your programming skills to the next level!
Show more...
2 years ago
7 minutes 36 seconds

The TeachMeTom Show
7 Tips For Writing Cleaner Code
In this episode, we discuss the importance of writing clean code and provide 7 essential tips for beginner programmers to follow. By incorporating these tips into your coding practices, you can improve the readability, maintainability, and efficiency of your code.
Show more...
2 years ago
8 minutes 26 seconds

The TeachMeTom Show
The Most Important Skill For Every Programmer
In this episode, we'll be discussing the number one skill that every new programmer needs to master in order to succeed. Whether you're just starting out or looking to level up your skills, this episode is a must-listen.
Show more...
2 years ago
4 minutes 41 seconds

The TeachMeTom Show
How To Research The Most Popular Programming Languages
In this episode, we talk about you can do research online to find out what the most popular programming languages are right now.  
Show more...
2 years ago
6 minutes 3 seconds

The TeachMeTom Show
The #1 Area To Focus On In 2023
When it comes to learning programming, there is one specific area that you should focus on in 2023.  Listen to this episode to hear Tom's thoughts about it.
Show more...
2 years ago
7 minutes 4 seconds

The TeachMeTom Show
How To Experiment With HTML In Your Browser
Every web page you've ever read is using in HTML to structure the contents. So, let's talk about HTML, and why we don't just put scanned Legal / A4 on the web... If you want to experiment with HTML live in your browser, go to https://teachmetom.com/htmltext
Show more...
2 years ago
6 minutes 38 seconds

The TeachMeTom Show
More Datastructures - Maps, Trees and Graphs
Let's continue or talk about data structure with another three types - Maps (also called Dictionaries), Trees and Graphs.  
Show more...
2 years ago
4 minutes 53 seconds

The TeachMeTom Show
Array, List and Set Data Structures
In our programs, we often manage multiple pieces of data together - think about your music playlist, the list of unread email messages, or your contact list. In this episode, let's talk about three ways to manage these related pieces of data.
Show more...
2 years ago
4 minutes 45 seconds

The TeachMeTom Show
Free No-Code Tools For Beginners
Do you want to teach yourself programming without having to type any complicated syntax? Listen to this episode to learn about 3 platforms that you can use totally free.  
Show more...
2 years ago
3 minutes 57 seconds

The TeachMeTom Show
How To Understand Algorithms
What is an algorithm?  And what does it have to do with doing your laundry?! Listen to this episode to find out!
Show more...
2 years ago
11 minutes 23 seconds

The TeachMeTom Show
What’s a Git Repository?
What is a repository, and why do I need one for my software project? Listen to this episode and find out more about git, one of the most popular and free repositories. https://teachmetom.com/ 
Show more...
2 years ago
7 minutes 12 seconds

The TeachMeTom Show
Debugging Tips For Beginners
What are the two types of errors? How do we find errors in our code easily?  What tools can we use to get rid of them? Listen to this episode to find out. For more helpful tips to get started with programming, go to https://teachmetom.com/ 
Show more...
2 years ago
7 minutes 1 second

The TeachMeTom Show
Common Pitfalls For Beginner Programmers - And How To Avoid Them
As a beginner programmer, it can be easy to fall into certain traps that can make your coding journey more difficult.
Show more...
2 years ago
5 minutes 54 seconds

The TeachMeTom Show
What’s Cloud Computing?
Cloud Computing has been one of the mega-trends in IT in the last 10 years - and it will get even more relevant in 2023. Listen to this episode to find out what the term means and why it's important that you familiarize yourself with the concepts as a beginner programmer. Click here to learn more: https://teachmetom.com/  
Show more...
2 years ago
8 minutes 24 seconds

The TeachMeTom Show
How To Try Python In Your Browser
Listen to this episode to learn how to experiment with Python, the #1 programming language to learn in 2023, directly in your web browser. To follow along, click here and follow the instructions: https://teachmetom.com/python-colab
Show more...
2 years ago
14 minutes 44 seconds

The TeachMeTom Show
The #1 Language To Learn In 2023
Tom reveals what is the number #1 top programming language to learn in 2023, and why that's the case. Listen to this edited audio version of a live emergency webinar. If you are interested in trying out Python in your browser, click here and follow the instructions: https://teachmetom.com/python-colab
Show more...
2 years ago
13 minutes 55 seconds

The TeachMeTom Show
Tom Schweitzer is on a mission to teach programming to ”normal” people.