All Results in web links

showing 56-60 results of 98 [
]
A good justification for organizing stylesheets for maintainability as well as an organization scheme approach.
An indepth blog post for people interested in Ruby. Get's into intermediate and advanced intermediate stuff pretty quickly, but has some nice "if you are tempted to do this because
Walks through adding successive levels of security to passwords. Including Salt (used by Rails) and Stretching. Makes mention of password storage standards as well as why pass phrases are more
An essay that lays an argument for (many) small classes rather than large classes to gain testability. Via Rails Quick Tips
Describes how pull requests can be useful method for introducing a developer to a code base. It's actually a good rundown on how to use pull requests in conjunction with