HTML/CSS/JavaScript Programmierung
12. Juni 2022 / 13. November 2023 von Daniel Annen | Kommentar schreiben
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
Weiterlesen »
Schlagworte
HTML/CSS/JavaScript
10. Juni 2022 / 13. November 2023 von Daniel Annen | Kommentar schreiben
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 love tailwind in this quick breakdown.
9. Juni 2022 / 13. November 2023 von Daniel Annen | Kommentar schreiben
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.
6. Juni 2022 / 6. Juni 2022 von Daniel Annen | Kommentar schreiben
Thinktecture (02.11.2020) Cheat sheet: https://www.thinktecture.com/digital-content/web-components/
23. Mai 2022 / 23. Mai 2022 von Daniel Annen | Kommentar schreiben
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, und worin unterscheiden sich Funktionen in der Programmierung von Funktionen in der Mathematik? Golo Roden, Gründer und CTO der the […]
21. Mai 2022 von Daniel Annen | Kommentar schreiben
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.
20. Mai 2022 / 20. Mai 2022 von Daniel Annen | Kommentar schreiben
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 like document.getElementById() document.getElementsByClassName() document.getElementsByTagName() document.querySelector() document.querySelectorAll() We will also look at how to change content and styles via these selectors […]
20. Mai 2022 von Daniel Annen | Kommentar schreiben
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 menu and multiple windows and implement Materialize CSS for styling. We will also publish the app to a Windows .exe […]
13. Mai 2022 von Daniel Annen | Kommentar schreiben
Fireship (26.02.2020) Build your first native desktop app (MacOS, Windows, Linux) in 100 seconds with Electron JS.
12. Mai 2022 / 12. Mai 2022 von Daniel Annen | Kommentar schreiben
freeCodeCamp.org (07.05.2019) Learn Laravel 5.8 by creating an Instagram clone in this full tutorial course for beginners. Laravel is a free, open-source PHP web framework used for creating web applications. CODE https://github.com/coderstape/freecodegram
11. Mai 2022 von Daniel Annen | Kommentar schreiben
Fireship (26.10.2020) Learn the fundamentals of Web Assembly in 100 Seconds, then build your first WASM binary with AssemblyScript.
11. Mai 2022 / 11. Mai 2022 von Daniel Annen | Kommentar schreiben
Fireship (14.09.2020) jQuery is the world’s most popular JavaScript library (by far) in terms of sites using it in production today. Learn the basics of jQuery in 100 seconds.
Programmieren lernen Deutsches Anfänger-Tutorial über die Echtzeit-Gesichtserkennung mit JavaScript. In diesem Video lernst du über die Einstellung der Echtzeit Gesichtserkennung mit JavaScript, auch als Einsteiger und ohne Vorkenntnisse! Wir richten uns in diesem Tutorial komplett an Anfänger. CODE https://github.com/JunusErgin/facedetection
9. Mai 2022 von Daniel Annen | Kommentar schreiben
Traversy Media (18.01.2021) Get started with React in this crash course. We will be building a task tracker app and look at components, props, state, hooks, working with an API and more. CODE https://github.com/bradtraversy/react-crash-2021