1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 03:29:48 +02:00

Add ruby resource (#2730)

This commit is contained in:
The New Stack
2022-10-31 04:32:22 -04:00
committed by GitHub
parent e8ba7f4824
commit 234a9f9838

View File

@@ -6,3 +6,4 @@ Ruby is a high-level, interpreted programming language that blends Perl, Smallta
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.ruby-lang.org/en/'>Ruby Website</BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.ruby-lang.org/en/documentation/quickstart/'>Learn Ruby in 20 minutes</BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.codecademy.com/learn/learn-ruby'>Learn Ruby | Codecademy</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://thenewstack.io/ruby-a-programmers-best-friend/'>Ruby, An Introduction to a Programmers Best Friend</BadgeLink>