From 85fbd8689e9aa10b3280bed9a551c694d3239cdf Mon Sep 17 00:00:00 2001
From: Uma Das <61022623+CodeWithUma@users.noreply.github.com>
Date: Wed, 21 Sep 2022 16:58:12 +0530
Subject: [PATCH] Devops Language Typos Fixed (#1790)
---
.../roadmaps/102-devops/content/100-language/100-python.md | 6 +++---
.../roadmaps/102-devops/content/100-language/101-ruby.md | 2 +-
.../102-devops/content/100-language/102-javascript.md | 2 +-
content/roadmaps/102-devops/content/100-language/103-go.md | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/content/roadmaps/102-devops/content/100-language/100-python.md b/content/roadmaps/102-devops/content/100-language/100-python.md
index 0c08d3256..4e2a7f0b6 100644
--- a/content/roadmaps/102-devops/content/100-language/100-python.md
+++ b/content/roadmaps/102-devops/content/100-language/100-python.md
@@ -9,9 +9,9 @@
Python is a multi-paradigm language. Being an interpreted language, code is executed as soon as it is written and the Python syntax allows for writing code in functional, procedural or object-oriented programmatic ways. Python is frequently recommended as the first language new coders should learn, because of its focus on readability, consistency, and ease of use. This comes with some downsides, as the language is not especially performant in most production tasks.
Free Content
-Python Website
-Python Getting Started
+Python Website
W3Schools - Python Tutorial
Python Crash Course
-Automate the Boring Stuff
Codecademy - Learn Python 3
+Python Getting Started
+Automate the Boring Stuff
diff --git a/content/roadmaps/102-devops/content/100-language/101-ruby.md b/content/roadmaps/102-devops/content/100-language/101-ruby.md
index 651bc592e..8c8caf6fe 100644
--- a/content/roadmaps/102-devops/content/100-language/101-ruby.md
+++ b/content/roadmaps/102-devops/content/100-language/101-ruby.md
@@ -3,6 +3,6 @@
Ruby is a high-level, interpreted programming language that blends Perl, Smalltalk, Eiffel, Ada, and Lisp. Ruby focuses on simplicity and productivity along with a syntax that reads and writes naturally. Ruby supports procedural, object-oriented and functional programming and is dynamically typed.
Free Content
-Ruby Website
+Ruby Website
Learn Ruby in 20 minutes
Learn Ruby | Codecademy
diff --git a/content/roadmaps/102-devops/content/100-language/102-javascript.md b/content/roadmaps/102-devops/content/100-language/102-javascript.md
index 71bc2107d..f5efcee2b 100644
--- a/content/roadmaps/102-devops/content/100-language/102-javascript.md
+++ b/content/roadmaps/102-devops/content/100-language/102-javascript.md
@@ -10,13 +10,13 @@ JavaScript allows you to add interactivity to your pages. Common examples that y
Free Content
+Codecademy - Learn JavaScript
W3Schools – JavaScript Tutorial
The Modern JavaScript Tutorial
JavaScript Crash Course for Beginners
Node.js Crash Course
Node.js Tutorial for Beginners
-Codecademy - Learn JavaScript
Free Content
+Learn Go | Codecademy
+W3Schools Go Tutorial
A Tour of Go – Go Basics
Go Reference Documentation
Go by Example - annotated example programs
-Learn Go | Codecademy
-W3Schools Go Tutorial