Jelajahi Sumber

add new free-programming-interactive-tutorials in ru (#6892)

* add new free-programming-interactive-tutorials in ru

add Go, Solidity, Microsoft azure tutorials in Russian language

* Update free-programming-interactive-tutorials-ru.md

fix titles, change anchors to lowercase

* Update free-programming-interactive-tutorials-ru.md

one more blank line to fix lint issue
Ruslan 3 tahun lalu
induk
melakukan
61bf69597a
1 mengubah file dengan 21 tambahan dan 3 penghapusan
  1. 21 3
      more/free-programming-interactive-tutorials-ru.md

+ 21 - 3
more/free-programming-interactive-tutorials-ru.md

@@ -1,9 +1,12 @@
 ### Index
 
-* [Веб-разработка](#Веб-разработка)
+* [Веб-разработка](#веб-разработка)
+* [Облачные вычисления](#облачные-вычисления)
 * [Git](#git)
-* [Python](#Python)
-* [SQL](#SQL)
+* [Go](#go)
+* [Python](#python)
+* [Solidity](#solidity)
+* [SQL](#sql)
 
 
 ### Веб-разработка
@@ -12,17 +15,32 @@
 * [Open source воркшопы](https://nodeschool.io/ru)
 
 
+### Облачные вычисления
+
+* [Microsoft Certified: Azure Fundamentals](https://docs.microsoft.com/ru-ru/learn/certifications/azure-fundamentals/) - Microsoft
+
+
 ### Git
 
 * [Интерактивное обучение работе с git](https://githowto.com/ru)
 * [Обучение git при помощи визуализации](https://learngitbranching.js.org/?locale=ru_RU)
 
 
+### Go
+
+* [Выполните первые шаги с помощью Go](https://docs.microsoft.com/ru-ru/learn/paths/go-first-steps/) - Microsoft
+
+
 ### Python
 
 * [Pythontutor](https://pythontutor.ru)
 
 
+### Solidity
+
+* [CryptoZombies.io](https://cryptozombies.io/ru) - Ethereum DApps
+
+
 ### SQL
 
 * [SQL упражнения](https://www.sql-ex.ru/?Lang=0)