Skip to content

Instantly share code, notes, and snippets.

@stevenpetryk
Last active August 29, 2015 14:02
Show Gist options
  • Save stevenpetryk/1ce44e4376bcfddcbc43 to your computer and use it in GitHub Desktop.
Save stevenpetryk/1ce44e4376bcfddcbc43 to your computer and use it in GitHub Desktop.

Web design path

You can stop there if you only want to learn basic web design. If you want to make web-apps and stuff, these are highly recommended:

  • Ruby
  • Sass (think of this as super-powered CSS)
  • CoffeeScript (think of this as super-powered and better-looking JavaScript)
  • Haml (think of this as better-looking HTML for Ruby on Rails apps)
  • Node
  • Jade (Jade is basically Haml for Node instead of Ruby)

Useful web design frameworks

Tools you'll need to understand to get a job on a team

  • Git (or another source code management thing)
  • Markdown (this page was actually written in Markdown!)

General scripting path

  • Shell/bash/unix commands (easy as fuck)
  • Python
  • C (just to understand computers at a lower level)
  • Ruby

App scripting path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment