My Fiddler Cookbook
Master essential Fiddler tricks: HTTPS decryption, simple load testing, and request modification. The most powerful debugging proxy tool on Windows!
Master essential Fiddler tricks: HTTPS decryption, simple load testing, and request modification. The most powerful debugging proxy tool on Windows!
Say goodbye to gray waiting time! HTTP/2 multiplexing doubles page load speed with single connection.
Location services not working after iOS 8? Complete guide to fixing common CLLocationManager issues with NSLocationUsageDescription.
Git struggles with large binary files, but Git LFS promises a solution. Understanding when to use LFS versus when to keep files out of version control entirely determines whether it becomes a powerful tool or an over-engineered burden.
Java wins? Bubble sort performance showdown across 7 languages reveals surprising results without optimization flags.
Is Swift 2's try-catch more elegant than Go? Try Swift 2.2's new error handling features yourself in IBM's web-based sandbox.
Lost all configurations after firmware update? Automated scripts to restore SSH and package settings quickly.
The simplest solution for selling things to your friends: an iOS app built with MasterCard transfer API.
My first hackathon experience: 150 participants, 2-minute pitches, and survival tips for Mastercard API hackathons.
Complete guide to cross-compiling Node.js and packages for WD Cloud ARM devices on Ubuntu, with ready-to-use build scripts.
Learn how to rewrite blocking AJAX calls to async mode. Eliminate the anti-patterns of async: false and global variables in your JavaScript code.
Build a Japanese pinball game with Swift and SpriteKit! Learn type inference, optional variables, and physics collision handling from scratch. Full source code on GitHub.
Scrum and Kanban both promise agility, but they work differently. Understand when to use each framework, how to combine them, and avoid common pitfalls that turn process into bureaucracy.
Testing Android Wear integration with a messaging app in the emulator. Receive notifications, reply to messages, and initiate VoIP calls.
User stories and tasks serve different purposes in Agile development. Learn how to write effective stories, when to split into tasks, and how to handle work that spans multiple sprints.
Agile promises faster delivery and better collaboration, but many teams struggle with cargo cult implementations. Understand the principles, avoid common pitfalls, and build truly adaptive teams.
Tired of waiting minutes for Android emulator to boot? Intel HAXM slashes startup time from minutes to just 10 seconds. Here's how to supercharge your development workflow.
BDD promises tests that business stakeholders can read, but the journey from unit tests to executable specifications reveals how testing evolved beyond code coverage. Understand when BDD adds value and avoid common pitfalls.