Explore all newline lessons
lesson
How to track upcoming features?Advanced JavaScript UnleashedOverview of how we can track upcoming features in the JavaScript language
lesson
How is it evolved?Advanced JavaScript UnleashedOverview of how JavaScript is evolved as a programming language
lesson
JavaScript vs JavaAdvanced JavaScript UnleashedOverview of the relationship between JavaScript and Java
lesson
History of JavaScriptAdvanced JavaScript UnleashedOverview of history of the JavaScript language
lesson
Other Layout TechniquesMastering CSS LayoutOther layout techniques complimentary to the design patterns discussed.
lesson
CSS Grid vs CSS FlexboxMastering CSS LayoutWe will consolidate the two spreadsheets into a single spreadsheet with what I consider the optimal versions of each design pattern while acknowledging the good and bad of each version.
lesson
The Column Drop Design Pattern in FlexboxMastering CSS LayoutThe grid pattern is impossible using Flexbox, but the column drop is available and achieved using a flex-wrap, justify-center, and, flex-grow.
lesson
The Center Design Pattern in FlexboxMastering CSS LayoutThe center pattern sets the same margin properties, but the children is implemented using flex properties instead of grid.
lesson
The Cover Design Pattern in FlexboxMastering CSS Layouthe cover pattern is almost identical to the grid implementation, but just uses flexbox properties.
lesson
The Responsive Split Design Pattern in FlexboxMastering CSS LayoutThe split can be made even more responsive by adding the minItemWidth and switchAt.