|
@@ -1,5 +1,7 @@
|
|
|
### Index
|
|
### Index
|
|
|
|
|
|
|
|
|
|
+* [Ansible](#ansible)
|
|
|
|
|
+* [Bash](#bash)
|
|
|
* [C](#c)
|
|
* [C](#c)
|
|
|
* [C++](#cpp)
|
|
* [C++](#cpp)
|
|
|
* [Haskell](#haskell)
|
|
* [Haskell](#haskell)
|
|
@@ -11,9 +13,20 @@
|
|
|
* [Python](#python)
|
|
* [Python](#python)
|
|
|
* [Rust](#rust)
|
|
* [Rust](#rust)
|
|
|
* [Spieleentwicklung](#spieleentwicklung)
|
|
* [Spieleentwicklung](#spieleentwicklung)
|
|
|
|
|
+* [SQL](#sql)
|
|
|
* [TypeScript](#typescript)
|
|
* [TypeScript](#typescript)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+### Ansible
|
|
|
|
|
+
|
|
|
|
|
+* [Ansible Tutorial](https://www.redhat.com/de/topics/automation/learning-ansible-tutorial) - RedHat
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+### Bash
|
|
|
|
|
+
|
|
|
|
|
+* [Bash-Scripting Grundkurs](https://www.ernstlx.com/linux90script.html)
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
### <a id="cpp"></a>C++
|
|
### <a id="cpp"></a>C++
|
|
|
|
|
|
|
|
* [C++ Grundlagen Tutorials von Pilzschaf](https://www.youtube.com/playlist?list=PLStQc0GqppuVs05kWvLBoHcWCULX3ueIM) - Pilzschaf
|
|
* [C++ Grundlagen Tutorials von Pilzschaf](https://www.youtube.com/playlist?list=PLStQc0GqppuVs05kWvLBoHcWCULX3ueIM) - Pilzschaf
|
|
@@ -77,6 +90,11 @@
|
|
|
* [Unreal Engine 4 Tutorial Deutsch/German](https://www.youtube.com/playlist?list=PLNmsVeXQZj7olLCliQ05e6hvEOl6sbBgv) - The Morpheus Tutorials
|
|
* [Unreal Engine 4 Tutorial Deutsch/German](https://www.youtube.com/playlist?list=PLNmsVeXQZj7olLCliQ05e6hvEOl6sbBgv) - The Morpheus Tutorials
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+### SQL
|
|
|
|
|
+
|
|
|
|
|
+* [SQL-Grundlagen](https://wiki.selfhtml.org/wiki/Datenbank/SQL-Grundlagen) - SelfHTML
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
### TypeScript
|
|
### TypeScript
|
|
|
|
|
|
|
|
* [Erstellen von JavaScript-Anwendungen mithilfe von TypeScript](https://docs.microsoft.com/de-de/learn/paths/build-javascript-applications-typescript/) - Microsoft
|
|
* [Erstellen von JavaScript-Anwendungen mithilfe von TypeScript](https://docs.microsoft.com/de-de/learn/paths/build-javascript-applications-typescript/) - Microsoft
|