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
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
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
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.
Fabian Hiller (04.09.2021) Tailwind CSS wird von immer mehr Entwicklern eingesetzt. In diesem Video erkläre ich dir was das CSS-Framework ist und wie es funktioniert. Enthalten sind auch verschiedene praktische Beispiel.
Thinktecture (02.11.2020) Cheat sheet: https://www.thinktecture.com/digital-content/web-components/
the native web GmbH Funktionen sind das Mittel der Wahl, um Code zu strukturieren und zu abstrahieren. Doch wie funktioniert das? Wie strukturiert man Code mit Hilfe von Funktionen, worauf gilt es dabei zu achten,… SICP.js #2: So strukturierst Du Code richtig // deutsch
Traversy Media (13.09.2019 In this crash course we will go over the fundamentals of JavaScript including more modern syntax like classes, arrow functions, etc. This is the starting point on my channel for learning JS.
Traversy Media (12.09.2017) This crash course focuses on the DOM WITHOUT JQUERY. In this part we will talk about what the JavaScript DOM (Document Object Model) is and we will look at the different selectors… JavaScript DOM Crash Course
Traversy Media (14.07.2017) In this video we will build a desktop application using Electron.js which allows us to build desktop apps using only JavaScript. We will build a minimal shopping list app with a custom… Build an Electron App in Under 60 Minutes
Fireship (26.02.2020) Build your first native desktop app (MacOS, Windows, Linux) in 100 seconds with Electron JS.