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 153 episodes available.
July 03, 2026Advanced alignment and placement in GridNow that you have a solid understanding of CSS Grid fundamentals — containers, tracks, rows, columns, areas, and the use of repeat with auto-fit and minmax — it is time to go further. This chapter focuses on the advanced mechanisms that allow you to ......more15minPlay
July 02, 2026Workshop: Fluid grid with repeat (auto-fit, minmax)**Theoretical Recap** CSS Grid's `repeat()` function combined with `auto-fit` and `minmax()` is one of the most powerful tools for building truly fluid, responsive layouts without a single media query. Here is what you need to understand before start......more15minPlay
July 01, 2026Best practices for naming Grid areasNow that you have explored the fundamentals of CSS Grid — its philosophy, its vocabulary (container, tracks, rows, columns, areas), and built your first basic grids — it is time to go deeper into one of the most powerful and readable features of Grid......more15minPlay
June 30, 2026Workshop: basic grid with 2 columns and 3 rows**Theoretical Recap** CSS Grid is a two-dimensional layout system that lets you control both columns and rows simultaneously — a fundamental shift from Flexbox, which operates along a single axis. The core mental model: you define a grid container wi......more15minPlay
June 30, 2026Grid terminology: container, tracks, rows, columns, areasCSS Grid is a two-dimensional layout system built into modern browsers. Unlike Flexbox, which operates along a single axis at a time (either a row or a column), Grid allows you to control both rows and columns simultaneously. This makes it the ideal ......more15minPlay
June 29, 2026Introduction to CSS Grid: philosophy and use casesCSS Grid is a two-dimensional layout system built directly into CSS. Unlike Flexbox, which you have already practiced extensively and which organizes elements along a single axis (either a row or a column), CSS Grid allows you to control both rows an......more15minPlay
June 26, 2026Interim summary: key principles of responsive designResponsive design is one of the foundational pillars of modern web development. Before moving on to more advanced topics such as CSS Grid, it is essential to consolidate the key principles you have been working with throughout this chapter. This summ......more15minPlay
June 26, 2026Workshop: adaptive "About" sectionTHEORETICAL RECAP Flexbox is a one-dimensional layout model that controls how items are distributed along a single axis — either a row or a column. The core mental model is simple: a flex container governs the behavior of its direct children (flex it......more15minPlay
June 25, 2026Combining Media Queries and Flexbox in a single componentWhen building modern web interfaces, one of the most powerful techniques available to a developer is combining Media Queries with Flexbox within a single component. You have already worked extensively with Flexbox: alignment, flex-direction, flex-wra......more15minPlay
June 24, 2026Workshop: responsive image gallery with flex-wrap**Theoretical Recap** Flex-wrap is a core Flexbox property that controls whether flex items are forced into a single line or can wrap onto multiple lines. By default, flex-wrap is set to nowrap, meaning all items stay on one row regardless of their s......more15minPlay
FAQs about Full Stack Web Developer:How many episodes does Full Stack Web Developer have?The podcast currently has 153 episodes available.