Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
Become a Full Stack Web Developer and master the development to create, manage and deploy complete applications (HTML, CSS, introduction to algorithms, JavaScript, NodeJS as the main backend, Python f... more
FAQs about Full Stack Web Developer:How many episodes does Full Stack Web Developer have?The podcast currently has 82 episodes available.
April 13, 2026View commit history with git logNow that you have created your first local repository and made your first commit, it is time to learn how to consult the history of those commits. This is one of the most fundamental skills in Git: being able to look back at what was done, when, by w......more15minPlay
April 10, 2026Workshop: create a local repository and make a first commit**Theoretical Recap** Git is a distributed version control system that tracks changes in your files over time. Think of it as a detailed logbook for your project: every meaningful change is recorded, labeled, and reversible. The core mental model is ......more15minPlay
April 10, 2026Lab: installing Git and setting up user.name/user.emailTHEORETICAL RECAP Git is a distributed version control system. In plain terms, it tracks every change you make to your files over time, lets you roll back to previous states, and enables collaboration with other developers without overwriting each ot......more15minPlay
April 09, 2026Introduction to Git and versioningWhen you write code, you make dozens of decisions every hour. You add a feature, you change a function, you fix a bug. At some point, something breaks. You try to remember what you changed, when, and why. Without a proper system, this quickly becomes......more15minPlay
April 08, 2026Workshop: breaking down the “ordering a pizza” problem**Theoretical Recap** Problem decomposition is one of the most fundamental skills a developer must internalize. It consists of taking a complex, vague, or large problem and systematically breaking it down into smaller, independent, and manageable sub......more15minPlay
April 08, 2026Developer mindset: problem breakdown and curiosityBy this point in your journey, you have already set up a working environment: you know how to use a code editor, open a terminal, interact with a browser's developer tools, and read error messages. These are the technical foundations. But becoming a ......more15minPlay
April 06, 2026Workshop: causing and reading an HTML/CSS error**Theoretical Recap** When you write HTML or CSS, errors are inevitable — and learning to read them is one of the most critical skills you will develop as a developer. An HTML error typically occurs when the browser encounters markup it cannot proper......more15minPlay
April 06, 2026Understanding error messages and the consoleWhen you start writing code, encountering error messages is not a sign of failure — it is a normal, expected, and even valuable part of the development process. Every developer, from beginner to senior, reads error messages every day. The goal of thi......more15minPlay
April 03, 2026Workshop: create index.html and observe the changes live**Theoretical Recap** A web page is fundamentally a text file interpreted by a browser. The file named index.html holds a special status: by convention, web servers serve it automatically when no specific file is requested, making it the entry point ......more15minPlay
April 03, 2026Minimal workflow: editor → browser → refreshWhen you start learning web development, one of the first things you need to internalize is not a programming concept, but a working habit: the minimal workflow. This workflow is the backbone of everything you will do as a web developer, from your ve......more15minPlay
FAQs about Full Stack Web Developer:How many episodes does Full Stack Web Developer have?The podcast currently has 82 episodes available.