Skip to content

Instantly share code, notes, and snippets.

View rsperberg's full-sized avatar

rsperberg rsperberg

View GitHub Profile
@rsperberg
rsperberg / essential-javascript-links.md
Last active October 5, 2022 17:10 — forked from ericelliott/essential-javascript-links.md
A fork that adds descriptions to Eric Elliott’s 142 essential JS links
@rsperberg
rsperberg / email.md
Last active August 29, 2015 14:10 — forked from anotheruiguy/email.md

An aspiring UX developer recently contacted me [Dale Sande] and asked some interesting questions. The one that really got me was, "I'd love to hear more about your course (i.e., who is involved, what types of people attend and what were your original motivations for offering such materials?)"

What was my motivation? Why are there so few schools that offer this kind of course? Well, here is my response.


You sound like you are in the right track and learning some JavaScript will be beneficial for sure. More and more things will be going in that direction. jQuery is a good start, but be sure to spend some time learning the basics behind JS like ... what does it mean to be a loosely or dynamically typed language and what the hell is a prototype anyway? What is coercion and what is an object.

You make an interesting statement about JavaScript being a bridge between the front-end and back-end. What's interesting is that app engineers who were typically server-side devs are now front-end devs becaus

@rsperberg
rsperberg / Gemfile
Last active August 29, 2015 13:58 — forked from kshsieh/Gemfile
source 'https://rubygems.org'
ruby '2.1.1'
gem 'rails', "4.0.2"
gem 'turbolinks', "~> 2.2.1"
gem 'pg', "~> 0.17.1"
gem 'haml-rails', "~> 0.5.3"
gem "bootstrap-sass", "~> 3.1.1"