Skip to content

Commit 1f60a7d

Browse files
authored
Improve german courses (#9755)
1 parent 5344ed9 commit 1f60a7d

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Write, compile and run your code within a browser. Try it out!
209209

210210
+ [Chinese / 中文](more/free-programming-playgrounds-zh.md)
211211
+ [English](more/free-programming-playgrounds.md)
212-
212+
+ [German](more/free-programming-playgrounds-de.md)
213213

214214
## Translations
215215

Diff for: courses/free-courses-de.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Index
22

3+
* [Ansible](#ansible)
4+
* [Bash](#bash)
35
* [C](#c)
46
* [C++](#cpp)
57
* [Haskell](#haskell)
@@ -11,9 +13,20 @@
1113
* [Python](#python)
1214
* [Rust](#rust)
1315
* [Spieleentwicklung](#spieleentwicklung)
16+
* [SQL](#sql)
1417
* [TypeScript](#typescript)
1518

1619

20+
### Ansible
21+
22+
* [Ansible Tutorial](https://www.redhat.com/de/topics/automation/learning-ansible-tutorial) - RedHat
23+
24+
25+
### Bash
26+
27+
* [Bash-Scripting Grundkurs](https://www.ernstlx.com/linux90script.html)
28+
29+
1730
### <a id="cpp"></a>C++
1831

1932
* [C++ Grundlagen Tutorials von Pilzschaf](https://www.youtube.com/playlist?list=PLStQc0GqppuVs05kWvLBoHcWCULX3ueIM) - Pilzschaf
@@ -77,6 +90,11 @@
7790
* [Unreal Engine 4 Tutorial Deutsch/German](https://www.youtube.com/playlist?list=PLNmsVeXQZj7olLCliQ05e6hvEOl6sbBgv) - The Morpheus Tutorials
7891

7992

93+
### SQL
94+
95+
* [SQL-Grundlagen](https://wiki.selfhtml.org/wiki/Datenbank/SQL-Grundlagen) - SelfHTML
96+
97+
8098
### TypeScript
8199

82100
* [Erstellen von JavaScript-Anwendungen mithilfe von TypeScript](https://docs.microsoft.com/de-de/learn/paths/build-javascript-applications-typescript/) - Microsoft

Diff for: more/free-programming-playgrounds-de.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Index
2+
3+
* [SQL](#sql)
4+
5+
6+
### SQL
7+
8+
* [SQL-Island](https://sql-island.informatik.uni-kl.de) - Spielerisch SQL lernen

0 commit comments

Comments
 (0)