Zum Inhalt springen

Web Components Crash Course

Traversy Media (17.03.2020) This is an introductory crash course on web components including custom elements, shadow DOM and HTML templates. Code: https://codepen.io/bradtraversy/pen/wvaXKoK

FORTRAN in 100 Seconds

Fireship (10.06.2022) Fortran is the world’s first high-level procedural programming language developed at IBM in the 1950’s. It made programming accessible to the average human and is still used today for scientific computing.

Tailwind in 100 Seconds

Fireship (26.08.2021) Tailwind is a utility-first CSS framework for building websites. It takes a functional approach to web design by providing thousands of tiny classes to use directly in your HTML. Learn why web developers… Tailwind in 100 Seconds

Tailwind CSS Crash Course

Traversy Media (24.07.2019) In this video we will look at the TailwindCSS utility framework including what it is, setup and creating custom components with utilities.