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.
May 19, 2026Workshop: creating your first index.html fileTHEORETICAL RECAP An HTML document is a plain text file that a web browser reads and renders as a visual page. Every valid HTML file follows a strict skeleton: it opens with the declaration, which tells the browser to interpret the content using mode......more15minPlay
May 19, 2026The head: meta charset, title and best practicesIn the previous activities, you learned how to structure a complete HTML document with its mandatory elements: the doctype declaration, the html element, the head element, and the body element. You also created your first index.html file. Now it is t......more15minPlay
May 19, 2026Workshop: add a page title and encodingTHEORETICAL RECAP Before diving into the workshop, let's consolidate the essentials. The section of an HTML document is not visible in the browser window, but it is critical: it contains metadata that browsers, search engines, and assistive technolog......more15minPlay
May 19, 2026The body: paragraphs and first title h1Now that you have learned how to structure the head of an HTML document — with the charset meta tag, the page title, and best practices — it is time to turn your attention to the body element. The body is the visible heart of every web page. Everythi......more15minPlay
May 19, 2026Workshop: insert headings and paragraphs**Theoretical Recap** HTML headings and paragraphs are the backbone of any readable web page. Headings are defined with the tags h1 through h6, where h1 represents the most important title (usually the page's main topic) and h6 the least important. E......more15minPlay
May 19, 2026Principle of semantics in HTML5Before diving into the principle of semantics in HTML5, it is important to recall where you stand in your learning journey. You have already learned how to create a valid HTML document with its minimum structure (doctype, html, head, body), how to co......more15minPlay
May 19, 2026Overview of section tags (header, nav, main, main, section, section, article, aside, footer)In the previous lessons, you discovered the fundamental principle of semantics in HTML5: giving meaning to content through the choice of tags. You now know how to structure a basic document with a doctype, an html element, a head, and a body. You hav......more15minPlay
April 15, 2026Branch concept (overview)Now that you are comfortable with the basics of Git — initializing a repository, making commits, writing meaningful commit messages, and reading your commit history — it is time to take a significant step forward and understand one of the most powerf......more15minPlay
April 14, 2026Workshop: writing meaningful commits**Theoretical Recap** A commit is more than a save point — it is a unit of meaning in your project's history. A meaningful commit answers three questions implicitly: What changed? Why did it change? And is this change isolated and coherent? The golde......more15minPlay
April 14, 2026Commit messages: best practicesNow that you have learned how to create a local repository, make your first commit, and consult your commit history with git log, it is time to focus on something that many beginners overlook: the quality of your commit messages. This may seem like a......more15minPlay
FAQs about Full Stack Web Developer:How many episodes does Full Stack Web Developer have?The podcast currently has 82 episodes available.