See what we’ve written lately
Where to search for code
Whenever I start working on a new project, I generally default to Github [http://github.com] and start researching which libraries or frameworks can help me quickly complete...
Common Swift string extensions
String Extension import Foundation extension String { var length: Int { get { return countElements(self) } } func contains(s: String) -> Bool { return self.rangeOfString(s) ? true : false } func replace(...
Rails: Validating Your Models
Rails is all about patterns and when you're creating models, it's important to set pattern-based rules before you publish to your database. Below are...
Subscribe to new posts
Processing your application
Please check your inbox and click the link to confirm your subscription
There was an error sending the email