Think!
10. Juni 2024 / 10. Juni 2024 von Daniel Annen | Kommentar schreiben
Traversy Media (14.05.2024) Many people want to learn everything, which is impossible. Pick a tech stack and learn as much as you can about that group of technologies. It will make you more valuable than being a jack of all trades. Key points: Identify Your Interests Market Research Focus Area Deep Dive Build a […]
Weiterlesen »
Schlagworte
9. Mai 2023 / 5. November 2023 von Daniel Annen | Kommentar schreiben
Traversy Media (17.04.2023) In this video, I will give you and show examples of 10 ways to use OpenAI’s ChatGPT as a developer including general learning, getting feedback, writing tests and more ChatGPT: https://chat.openai.com Full Blog Post: https://www.traversymedia.com/blog/chat-gpt-crash-course
HTML/CSS/JavaScript
28. Juni 2022 / 12. November 2023 von Daniel Annen | Kommentar schreiben
Traversy Media (06.06.2019) In this video we will scratch the surface with the Svelte and look at how to set it up and create a simple user interface Code: https://github.com/bradtraversy/svelte-scoreboard Extended Svelte Crash Course 1:20:51 (13.10.2021) Learn the fundamentals of Svelte by building a feedback app Code: https://github.com/bradtraversy/svelte-feedback-app
15. Juni 2022 / 13. November 2023 von Daniel Annen | Kommentar schreiben
Traversy Media (07.01.2020) In this video we will look at the HTML5 Canvas element and JavaScript API to draw shapes, paths and do some basic animation.
Programmierung
13. Juni 2022 / 13. November 2023 von Daniel Annen | Kommentar schreiben
Traversy Media (21.02.2022) This is NOT another annoying top 10 programming language video. We will talk about how programming languages work including low-level & high-level, compiled, interpreted, etc. We will also talk about some of the popular languages and what they are good for.
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
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.
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 […]
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
15. Januar 2022 / 9. Mai 2022 von Daniel Annen | Kommentar schreiben
Traversy Media (09.06.2021) Beginner-friendly website project using Bootstrap 5