From 1f60a7d1221ad4cae39cad362d515daed22fca8c Mon Sep 17 00:00:00 2001 From: Robin Schulte <52501124+relativvv@users.noreply.github.com> Date: Wed, 4 Oct 2023 02:54:59 +0200 Subject: [PATCH] Improve german courses (#9755) --- README.md | 2 +- courses/free-courses-de.md | 18 ++++++++++++++++++ more/free-programming-playgrounds-de.md | 8 ++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 more/free-programming-playgrounds-de.md diff --git a/README.md b/README.md index 341f43800..7acfd33e0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/courses/free-courses-de.md b/courses/free-courses-de.md index 9dfc09710..f726aa3f6 100644 --- a/courses/free-courses-de.md +++ b/courses/free-courses-de.md @@ -1,5 +1,7 @@ ### Index +* [Ansible](#ansible) +* [Bash](#bash) * [C](#c) * [C++](#cpp) * [Haskell](#haskell) @@ -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) + + ### C++ * [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 +### 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 diff --git a/more/free-programming-playgrounds-de.md b/more/free-programming-playgrounds-de.md new file mode 100644 index 000000000..a7975461d --- /dev/null +++ b/more/free-programming-playgrounds-de.md @@ -0,0 +1,8 @@ +### Index + +* [SQL](#sql) + + +### SQL + +* [SQL-Island](https://sql-island.informatik.uni-kl.de) - Spielerisch SQL lernen