iOS / OS X Interpolating Points in iOS with UIBezierPath Two simple and commonly-used methods for interpolating points in iOS with cubic Bezier curves.
Developer Tools Xcode Efficiency Tips: Keyboard Shortcuts Xcode shortcuts for getting around workspace windows, navigating in the editor, building, running, testing, and debugging.
iOS / OS X Using Multiple Storyboards in iOS Development How can several developers best work on an app in parallel, using the Interface Builder with storyboards? With an RBStoryboardLink view controller.
.NET / WPF Obfuscating a .NET Program: Worthwhile? Comparing the tools (Dotfuscator, Confuser, & ILProtector) and considering the potential drawbacks of .NET Obfuscation.
Web Apps 4 Ways to Pass Rails Data to AngularJS Here are four approaches developers can use to access Rails params and instance variables within their own Angular controller code.