-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
233 lines (203 loc) · 10 KB
/
index.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!doctype html>
<html>
<head>
<title>Rubilicious</title>
<meta charset="utf-8" />
<meta http-equiv='X-UA-Compatible' content='IE=edge;chrome=1' />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Jen Diamond's Ruby and Rails Blog">
<meta name="author" content="Jen Diamond">
<link rel="alternate" type="application/rss+xml"
title="Rubilicious - RSS"
href="http://jendiamond.github.io/feed.xml"
/>
<link rel="alternate" type="application/atom+xml"
title="Rubilicious - RSS"
href="http://jendiamond.github.io/feed.xml"
/>
<link href="/stylesheets/bootstrap.min.css" rel="stylesheet">
<link href="/stylesheets/bootstrap-responsive.min.css" rel="stylesheet">
<link href="/stylesheets/social-buttons.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<link href="/stylesheets/buttons.css" rel="stylesheet">
<link href="/stylesheets/all.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/stylesheets/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="/"><i class="icon-fixed-width icon-home"></i> Rubilicious</a>
<div class="nav-collapse collapse">
<p class="navbar-text pull-right">
Fork this blog on <a href="https://github.com/jendiamond/jendiamond.github.io" class="navbar-link">Github</a>!
</p>
<ul class="nav">
<li><a rel="alternate" href="/feed.xml">RSS</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span9">
<div class="row-fluid">
<div id="main" role="main" class="well">
<div class="well" style= "background-color: pink">
<div>
<a href="/index.html"><img src="/images/rubilious.jpg"></a>
</div>
</div><!--well-->
<div class="span11" style= "background-color: pink">
<a href="http://www.meetup.com/LA-Eastside-Ruby-Rails-Study-Group/"><h2>LA Eastside Ruby & Rails Study Group</h2></a>
<p><b><a href= "http://www.meetup.com/LA-Eastside-Ruby-Rails-Study-Group/">LA Eastside Ruby & Rails Study Group</a></b> is making constant progress working their way through various tutorials, tools, books and projects. Because everyone is at a different level of learning we post our progress with our questions, our mistakes and links to sites we found help. We hope that this will help new and future group members, the Ruby community and ourselves.</p>
</div><!--span11-->
<div class="span11" style= "background-color: pink">
<div class="well">
<h2>You can still be a volunteer team for<a href="http://railsgirlssummerofcode.org/"> RailsGirls Summer of Code!</a> </h2>
</div>
</div><!--span11-->
<div class="span11" style= "background-color: pink">
<div class="row-fluid" style= "background-color: pink">
<div class="span4" >
<h3><a href="phase1">Ruby Phase 1</a></h3>
<p><b>Brandy new to Ruby?</b><br /> Go through these tutorials first. Try Ruby and TryGit have their own repl window (read, evaluate, print, loop) so you don't even have to have Ruby installed to try it out.</p>
</div><!--/span-->
<div class="span4">
<h3><a href="phase2">Ruby Phase 2</a></h3>
<p><b>Learn a lot more.</b><br />Here are some great tutorials and our notes on them to get you up to speed. Make sure to check out the Reference list in the sidebar too, there is lots of great info.</p>
</div><!--/span-->
<div class="span4">
<h3><a href="phase3">Ruby Phase 3</a></h3>
<p><b>Hone your skills.</b><br /> This is a list of some really great Ruby books that will help you with refactoring, figuring out best practices and so much more. There is always more to Learn.</p>
</div><!--/span-->
</div><!--/row-->
</div><!--/span11-->
<div class="row-fluid" style= "background-color: pink">
<div class="span4" style= "padding: 0px 0px 0px 20px">
<h3><a href = "projects">Projects</a></h3>
<li><a href ="http://slid.es/jendiamond/createa_gem">Create a Gem</a></li>
</div><!--/span4-->
<div class="span4">
<h3>Handy Stuff</h3>
<ul>
<li><a href = "http://snapito.com/">Snapito -website snapshots</a></li>
<li><a href = "http://hipsteripsum.me/?paras=4&type=hipster-centric">Hipster Ipsum</a></li>
<li><a href ="https://www.toggl.com/track#">Toggl</a></li>
<li><a href ="http://www.ctrlshift.net/project/markdowneditor/">Online Markdown Editor</a></li>
</ul>
</div><!--/span4-->
<div class="span4">
<h3>Overwhelmed?</h3>
<ul>
<li><a href = "http://www.kafka-online.info/the-great-wall-of-china.html">The Great Wall of China</a></li>
<li><a href = "http://programmers.stackexchange.com/questions/64722/getting-overwhelmed-tips-for-noobs">Tips for Noobs</a></li>
<li><a href = "https://tutsplus.com/2012/08/dont-worry-we-all-feel-overwhelmed/">Don't Worry</a></li>
<li><a href = "http://www.reddit.com/r/learnprogramming/comments/1gp6ak/">First Job is Overwhelming</a></li>
</ul>
</div><!--/span4-->
</div><!--/row-->
<div class="row-fluid" style= "background-color: pink">
<div class="span4" style= "padding: 0px 0px 0px 20px">
<h3>Opportunities</h3>
<ul>
<li><a href= "http://railsgirlssummerofcode.org/">RailsGirls Summer of Code</a></li>
</ul>
</div><!--/span4-->
<div class="span4">
<h3>Conferences</h3>
<ul>
<li><a href = "http://larubyconf.com/">LA Ruby Conference</a></li>
</ul>
</div><!--/span4-->
<div class="span4">
<h3>Reading</h3>
<ul>
<li><a href = "http://www.kafka-online.info/the-great-wall-of-china.html">The Great Wall of China</a></li>
<li><a href = "http://youtu.be/PNtWqDxwwMg">Daily Tai Chi</a></li>
<li><a href = "http://youtu.be/_Pwi8piDXMQ">Ulnar Nerve Glides</a></li>
<li><a href = "http://youtu.be/d85QKyWvrbI">Ulnar Nerve Exercises</a></li>
</ul>
</div><!--/span4-->
</div><!--/row-->
<div class="row-fluid" style= "background-color: pink">
<div class="span4" style= "padding: 0px 0px 0px 20px">
<h3>Quizzes</h3>
<ul>
<li><a href= "https://speakerdeck.com/jendiamond/geek-games-round-1">Geek Games Round 1</a></li>
</ul>
</div><!--/span4-->
<div class="span4">
<h3>Exercise for Programmers</h3>
<ul>
<li><a href = "http://youtu.be/PNtWqDxwwMg">Daily Tai Chi</a></li>
<li><a href = "http://youtu.be/_Pwi8piDXMQ">Ulnar Nerve Glides</a></li>
<li><a href = "http://youtu.be/d85QKyWvrbI">Ulnar Nerve Exercises</a></li>
</ul>
</div><!--/span4-->
<div class="span4">
<h3>Get a Job</h3>
<ul>
<li>Have a pet project</li>
<li>Learn all the time</li>
<li>TATT: Test all the time</li>
<li>Attend the local user groups</li>
<li>Share all the cool shiny things you come across</li>
<li>Contribute back to open source</li>
<li>Be active, helpful and constantly visible in the community</li>
<li><a href = "http://stackoverflow.com/questions/2907348/how-can-a-rails-newbie-find-a-job-as-a-rails-developer">Read This</a></li>
</ul>
</div><!--/span4-->
</div><!--/row-->
</div>
</div>
</div>
<div class="span3">
<div class="well sidebar-nav">
<br /><br />
<ul class="nav nav-list">
<li class="nav-header">Ruby Phases</li>
<li><a href="/phase1">Phase 1</a></li>
<li><a href="/phase2">Phase 2</a></li>
<li><a href="/phase3">Phase 3</a></li>
<li><a href="/bigbag">Big Bag of Little Things</a></li>
<li><a href="/teachingtips">Teaching Tips</a></li>
</ul>
</div><!--/.well -->
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Cheat Sheets</li>
<li><a href="/cheatsheets/pull.html">Proper Git Hub Workflow</a></li>
<li><a href="/cheatsheets/bundlerfordev.html">Bundler for Development</a></li>
<li><a href="/cheatsheets/create_gem.html">Create a Gem</a></li>
<li><a href="/cheatsheets/adding-cli-to-a-gem-using-thor.html">Using Thor to Add CLI</a></li>
</ul>
</div><!--/.well -->
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">References</li>
<li><a href = "http://daringfireball.net/projects/markdown/basics">Markdown Basics</a></li>
<li><a href = "http://haml.info/docs/yardoc/file.REFERENCE.html">Haml Doc</a></li>
<li><a href = "http://pcottle.github.io/learnGitBranching">Learn Git Branching</a></li>
<li><a href = "http://git-scm.com/documentation">Git Documentation</a></li>
<li><a href="http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html">Git Commit Messages</a></li>
<li><a href = "http://b-simple.de/download/restful_rails_en.pdf">RESTful Rails Development</a></li>
<li><a href = "https://speakerdeck.com/jendiamond/the-terminal-know-your-command-line-an-introduction">The Terminal</a></li>
</ul>
</div><!--/.well -->
</div><!--/span-->
</div>
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="/javascripts/bootstrap.min.js"></script>
</body>
</html>