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.
June 12, 2026Workshop: first media query to change the background colorTHEORETICAL RECAP A media query is a CSS instruction that allows you to apply styles conditionally, depending on the characteristics of the device or viewport displaying your page. The core syntax follows this pattern: @media (condition) { /* CSS rul......more15minPlay
June 12, 2026Media Queries: mobile-first syntax and logicMedia Queries are one of the most powerful tools in CSS3 for building responsive web interfaces. They allow you to apply specific CSS rules depending on the characteristics of the device or screen that is displaying your web page. Before diving into ......more15minPlay
June 11, 2026observation: inspecting a non-responsive siteTHEORETICAL RECAP Before diving into the workshop, let's consolidate the core concepts you encountered in the previous lessons. A responsive website is one that adapts its layout and content fluidly to any screen size — whether it's a smartphone, tab......more15minPlay
June 10, 2026Basic vocabulary: viewport, breakpoints and fluidityResponsive design is built on a set of fundamental concepts that every web developer must master before writing a single line of CSS. In the previous activity, you were introduced to the general principles of responsive design and CSS3. This course g......more15minPlay
June 10, 2026Introduction to responsive design and CSS3Responsive design is a fundamental approach in modern web development. It refers to the ability of a web page or application to adapt its layout and visual presentation automatically depending on the screen size, device type, and orientation of the u......more15minPlay
June 09, 2026Transition text: preparing for the next step (quick introduction to CSS)You have now completed the HTML and semantic structuring section of this course. You have learned to build well-structured, accessible, and meaningful web pages using the right HTML elements for the right purposes. You know how to use headings, parag......more15minPlay
June 08, 2026Final mini-project: fully semantic multi-page portfolio## Project Overview This final mini-project is the capstone of the 'HTML and Semantic Structuring' chapter. You will design and build a **fully semantic, multi-page personal portfolio website** using only HTML (no CSS styling is required, though basi......more15minPlay
June 05, 2026Summary text: end-to-end semantic structuring strategyAt this stage of your learning journey, you have covered a wide range of HTML elements: images, links, lists, inline tags such as strong, em, mark, code, time, and abbr, as well as table structures with their accessibility attributes. This summary ch......more15minPlay
June 05, 2026Workshop: making a table accessible (scope, summary)**Theoretical Recap** HTML tables are powerful for displaying structured data, but they become confusing for screen reader users when accessibility attributes are missing. Two key tools address this: the `scope` attribute and the `summary` attribute ......more15minPlay
June 04, 2026Workshop: building a weekly scheduleTHEORETICAL RECAP HTML tables are one of the most semantically rich structures in the language — when used correctly. A table is designed to represent tabular data: information that has a logical relationship between rows and columns. The key element......more15minPlay
FAQs about Full Stack Web Developer:How many episodes does Full Stack Web Developer have?The podcast currently has 82 episodes available.