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.
June 24, 2026Common Flexbox layout patterns (row, column, wrap)Now that you have a solid grasp of Flexbox fundamentals — flexible containers, alignment properties, flow management, and automatic margins — it is time to consolidate this knowledge by examining the most common layout patterns you will encounter in ......more15minPlay
June 23, 2026Flexbox properties cheat-sheet and best practicesFlexbox is a CSS layout model that allows you to align and distribute elements inside a container in a flexible and predictable way. You have already explored the foundational concepts: the flex container, flow direction, alignment, and automatic mar......more15minPlay
June 22, 2026Workshop: Reversal of the order of elements with flex-direction**Theoretical Recap** The `flex-direction` property is one of the most fundamental properties of Flexbox. It defines the main axis along which flex items are laid out inside their container. It accepts four values: `row` (default, left to right), `ro......more15minPlay
June 22, 2026Workshop: creating a flexible navigation bar**Theoretical Recap** Flexbox is a one-dimensional layout model that distributes space along a single axis — either row or column. The flex container is the parent element declared with `display: flex`, and its direct children automatically become fl......more15minPlay
June 19, 2026Workshop: basic alignment with Flexbox**Theoretical Recap** Flexbox (Flexible Box Layout) is a CSS layout model designed to distribute space and align items inside a container along one axis — either horizontal (row) or vertical (column). The key mental model is this: you have a **flex c......more15minPlay
June 18, 2026Managing flow and automatic margins in FlexboxNow that you have been introduced to the fundamental principle of Flexbox and its flexible container, it is time to go deeper into two closely related and extremely practical concepts: the management of flow direction inside a Flexbox container, and ......more15minPlay
June 18, 2026Introduction to Flexbox: flexible container principleFlexbox, whose full name is Flexible Box Layout Module, is a CSS layout model introduced with CSS3. Its main purpose is to allow you to arrange, align, and distribute space among elements inside a container, even when their sizes are dynamic or unkno......more15minPlay
June 17, 2026Workshop: converting a design into rem and vw**Theoretical Recap** Relative units are the backbone of responsive design. Unlike pixels (px), which are fixed and absolute, rem and vw scale dynamically based on context. The rem unit (root em) is always relative to the font-size defined on the ele......more15minPlay
June 16, 2026Relative units (%, em, rem, vw, vh) for responsiveIn the previous activities, you explored media queries and breakpoints to adapt your layouts to different screen sizes. You now know how to change a background color or a font size when the screen reaches a certain width. However, there is a deeper l......more15minPlay
June 16, 2026Workshop: Adapt the font size according to the width of the screenTHEORETICAL RECAP Responsive typography is one of the most impactful aspects of responsive design. The core idea is simple: text that reads comfortably on a desktop can become too small or too large on a mobile screen if left unchanged. CSS gives us ......more15minPlay
FAQs about Full Stack Web Developer:How many episodes does Full Stack Web Developer have?The podcast currently has 153 episodes available.