Closures in JavaScript
Blog post explains closures in JavaScript, an essential concept for all JavaScript developers to understand.
Drew DeVault draws a provocative parallel between Test-Driven Development cults and GenAI adoption, arguing both exploit developers' psychological need to feel competent while potentially undermining actual code quality.
Blog post explains closures in JavaScript, an essential concept for all JavaScript developers to understand.
Got Sketch Club app and enjoying creating fun drawings with it.
Blog post promises 5 linear regression applications with clickbait-style romantic language, but provides no actual content or examples.
Learn how to use ccache to dramatically speed up C/C++/Objective-C compilation times in large iOS projects and CI systems.
Use the Mousetrap library to add keyboard shortcuts to React apps.
Author receives many "pick your brain" requests and shares preferred etiquette for cold call emails asking for advice or expertise.
The CSS Image Values Spec enables clean scaling of pixel art on websites.
Mentorship often develops naturally rather than through formal arrangements.
iOS 8.3 changes to UITableViewController's designated initializers cause subclassing issues and break proper initialization patterns.
Apple's ResearchKit open-source project reveals useful iOS development techniques and implementation insights for developers.
iOS 8 bug causes unwanted rotation in multi-window apps. Article shows how to diagnose and fix this regression despite proper configuration.
Online negativity can be transformed into positive outcomes when we work together.
Access hidden UIKit debugging tools by bypassing Apple's internal checks to enable secret flags for logging touches, gestures & animations.
Attended first hackathon as Venmo employee and had a great experience at BattleHack Boston.
Backport iOS 8's NSString containsString: method to iOS 7 using runtime patching that avoids conflicts with Apple's implementation.
Traditional method swizzling breaks UIKit touch forwarding; learn a better approach that preserves _cmd integrity for proper functionality.
Shows how to use the Aspects library to bypass Apple's restrictions on UIImagePickerController popover detection.