A Weekend at BattleHack Boston
Attended first hackathon as Venmo employee and had a great experience at BattleHack Boston.
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.
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.
Leaving Iowa State soon—bittersweet mix of sadness and excitement about what's next.
Public speaking is the top fear, but these tips will help you conquer it with confidence and care.
Don't overspend on laptops for college. Affordable, reasonable options exist instead of the biggest and best models.
Interviews can be intimidating, but preparation is key to success. This guide helps you get ready to ace your next interview.
LinkedIn profiles need substantive information beyond appearances to be effective for professional networking and career advancement.
The post encourages students who are questioning computer science as a major to reconsider and not give up on pursuing CS.
Spending Valentine's Day coding instead of celebrating romantically.
First part of a beginner-friendly tutorial introducing HTML and CSS basics.
Part 2 of a beginner-friendly tutorial introducing HTML and CSS basics.
PSPDFTextView is a drop-in replacement that fixes severe scrolling and positioning bugs in iOS 7's UITextView.
Fix iOS 7's misaligned printer label by swizzling UIPrinterSearchingView's layoutSubviews method to correct Apple's UI bug.