Skip to content

Instantly share code, notes, and snippets.

View jezreljane's full-sized avatar
🏠
Working from home

jezreljane jezreljane

🏠
Working from home
View GitHub Profile
Someone recently asked the following question in the discussion forum of the Rubyists LinkedIn group: What separates a junior Rails developer from a senior one?
My response follows. Join us at http://www.linkedin.com/groups?gid=120725 to weigh in on this and other topics of interest to Rubyists. As of today there are almost 1,200 members, including numerous movers and shakers in the Ruby and Rails communities.
“Distinguishing between junior and senior people in the Rails world is not so different from making the distinction in other web development environments.
“Junior Rails people have not dealt with scaling issues to the degree that senior people have. Getting a public-facing Rails application to perform under significant stress is more challenging than doing the same with other building materials such as PHP. Senior people know how to performance-test Rails applications, where to look for bottlenecks, and how to eliminate them one after another until performance is acceptable in real conditions. The Ra
@jezreljane
jezreljane / jscampasia2012.md
Created December 3, 2012 05:20 — forked from cheeaun/jscampasia2012.md
JSCamp.Asia links & resources
@jezreljane
jezreljane / 42-things.md
Created October 25, 2012 05:51 — forked from xdite/42-things.md
Ten (42) Things You Didn't Know Rails Could Do
@jezreljane
jezreljane / mess_with_bindings.rb
Created September 20, 2012 16:47 — forked from sumanmukherjee03/mess_with_bindings.rb
Messing with bindings in ruby
# Coding hazard.
class CoOrdinate
attr_reader :x, :y
def initialize(x, y)
@x = x
@y = y
end
end
@jezreljane
jezreljane / .0.md
Created July 15, 2012 18:43 — forked from rstacruz/.0.md

Stop littering your gitignores

Do yourself a favor and put one of these in your machine.