-
Notifications
You must be signed in to change notification settings - Fork 0
/
beginner_resources.html
73 lines (59 loc) · 3.82 KB
/
beginner_resources.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Beginner Resources</title>
<meta name="description" content="helpful resources for running a Ruby meetup">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-152x152.png" />
<link href='//fonts.googleapis.com/css?family=Lato:400,500,700' rel='stylesheet' type='text/css'>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/main-4f9f6332.css">
</head>
<body data-spy="scroll" data-target="#nav">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<section id="home" class="jumbotron">
<div class="container text-center">
<h1>List of beginner resources</h1>
<p>A simple list of resources for beginner rubyists. Could be useful if you're
just running a mentoring session or similar to get people who are new to ruby
up to speed.</p>
</div>
</section>
<div class="container">
<h3>Try Ruby</h3>
<p><a href="https://www.codeschool.com/paths/ruby">Try Ruby</a>. Written by codeschool, basic Ruby in the browser. Even has some artwork from Why's Poignant guide..</p>
<h3>Ruby Koans</h3>
<p> <a href="http://rubykoans.com/">Ruby Koans</a> was written by Jim Weirich and Joe O’Brien, it's a great intro to Ruby, delivered TDD style</p>
<h3>Codecademy Ruby Track</h3>
<p><a href="http://www.codecademy.com/tracks/ruby">The Ruby Track</a> More coding in-browser challenges</p>
<h3>Ruby Warrior</h3>
<p><a href="https://www.bloc.io/ruby-warrior/">Ruby Warrior</a>. A prettier version of Ryan Bates' ruby-warrior. It doesn't have the scoreboard / code sharing version though like the
ruby-meetup-resources one does.. Also, it suffers from the fact that you're not in your natural coding habitat. That said, it's great fun!</p>
<h3>Ruby Monk</h3>
<p><a href="https://rubymonk.com/">Ruby Monk</a> Another interactive platform with a general intro to the language</p>
<div class="well">
Thanks to <a href="http://netguru.co" target="_blank">netguru</a> for putting the initial list together, and helpfully tweeting about it! .. the fuller list is <a href="https://netguru.co/blog/top-free-online-ruby-tutorials" target="_blank">available here</a>
</div>
</div>
<footer>
</footer>
<script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.8.0.min-94e380e3.js"><\/script>')</script>
<script src="/js/main-eca7008a.js"></script>
</body>
</html>