Skip to content

Commit

Permalink
Improve german courses (#9755)
Browse files Browse the repository at this point in the history
  • Loading branch information
relativvv authored Oct 4, 2023
1 parent 5344ed9 commit 1f60a7d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Write, compile and run your code within a browser. Try it out!

+ [Chinese / 中文](more/free-programming-playgrounds-zh.md)
+ [English](more/free-programming-playgrounds.md)

+ [German](more/free-programming-playgrounds-de.md)

## Translations

Expand Down
18 changes: 18 additions & 0 deletions courses/free-courses-de.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### Index

* [Ansible](#ansible)
* [Bash](#bash)
* [C](#c)
* [C++](#cpp)
* [Haskell](#haskell)
Expand All @@ -11,9 +13,20 @@
* [Python](#python)
* [Rust](#rust)
* [Spieleentwicklung](#spieleentwicklung)
* [SQL](#sql)
* [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++

* [C++ Grundlagen Tutorials von Pilzschaf](https://www.youtube.com/playlist?list=PLStQc0GqppuVs05kWvLBoHcWCULX3ueIM) - Pilzschaf
Expand Down Expand Up @@ -77,6 +90,11 @@
* [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

* [Erstellen von JavaScript-Anwendungen mithilfe von TypeScript](https://docs.microsoft.com/de-de/learn/paths/build-javascript-applications-typescript/) - Microsoft
Expand Down
8 changes: 8 additions & 0 deletions more/free-programming-playgrounds-de.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Index

* [SQL](#sql)


### SQL

* [SQL-Island](https://sql-island.informatik.uni-kl.de) - Spielerisch SQL lernen

0 comments on commit 1f60a7d

Please sign in to comment.