Skip to content

Instantly share code, notes, and snippets.

@Sutto
Sutto / resources.md
Last active December 28, 2015 16:19
RailsGirls Perth Post-event links

Keeping on Programming

First, there is an incredible breadth of free and paid online coursework you can use to keep going on. The following list are ones we recommend (as does Rails Girls internationally) that cover most topics you need to actually make something:

  • Codecademy is a great series of interactive tutorials designed to teach you the basics of programming.
  • Try Ruby as you've seen is an introduction to the Ruby language - it assumes some general programming concepts, but it's important to understand Ruby and not just Rails (which sits on top of it).
  • Code.org is an incredible program designed to encourage Computer Science among high school students. I highly suggest checking out their video and their learning page - which links to many online resources that have free programming tutorials.
  • Coursera and Udacity are two online university-style teaching places, wit
@bennadel
bennadel / alpha-numeric-sort.htm
Created July 18, 2013 13:58
User-Friendly Sort Of Alpha-Numeric Data In JavaScript
<!doctype html>
<html ng-app="Demo" ng-controller="DemoController">
<head>
<meta charset="utf-8" />
<title>
User-Friendly Sort Of Alpha-Numeric Data In JavaScript
</title>
</head>
<body>