These are a few of my favorite links:
iOS Development
- Debugging Smashed Memory in Obj-C — using Scribble, Malloc Stack, and malloc_history to chase down memory issues
- Xcode: One Weird Debugging Trick That Will Save Your Life — learn how ‘po $arg1’ can save hours of frustration
Other Resources
- List of free programming books — contribute through the Github repository or download a version of the English language file as of 10/29/2013 (included here just in case the Github repository and the web site goes away without warning)
- Stop Photos from opening automatically — don’t you really get annoyed as a developer when you plug in a new device to side load an app on, and Photos comes up?
- Gitignore — a collection of useful .gitignore templates
Links I need to eventually look at
- https://github.com/comyar/TuningFork TuningFork Simple Tuner for iOS
- https://github.com/comyar/Partita Partita instrument tuner for iOS
- https://github.com/nisrulz/android-examples Simple basic isolated apps, for budding android devs.
- https://www.raywenderlich.com/156966/push-notifications-tutorial-getting-started Push Notifications Tutorial: Getting Started
- https://blog.serverdensity.com/how-to-build-an-apple-push-notification-provider-server-tutorial/ How to build an Apple Push Notification provider server tutorial (building the .PEM file)
- https://stackoverflow.com/questions/32211301/ssl-error-ssl3-get-server-certificatecertificate-verify-failed Disabling certificate verification
- http://holko.pl/2016/10/18/dsym-debug/ Speeding up Development Build Times With Conditional dSYM Generation
- https://codelabs.developers.google.com/io2016?cat=Android Google I/O 2016 Android codelabs
- http://thebugcode.github.io/ios-continous-integration-choosing-a-build-server-and-tooling/ iOS Continous integration: Xcode Server, Jenkins, Travis and fastlane
- https://medium.com/@JasonWyatt/introducing-android-debugport-2-0-88ec4ed4db94 Introducing: Android DebugPort 2.0 (Android SQLite debugging)
- https://www.appcoda.com/ios-simulator-tips-tricks/ iOS Simulator on Steroids: Tips & Tricks in Xcode 9
- https://developer.android.com/training/data-storage/room/index.html Android Saving Data Using the Room Persistence Library
- https://github.com/fastred/Optimizing-Swift-Build-Times/blob/master/README.md Optimizing Swift build times
- https://github.com/gali8/Tesseract-OCR-iOS Tesseract OCR iOS
- https://github.com/martinrybak/SQLClient Native Microsoft SQL Server client for iOS
- https://www.appcoda.com/intro-multipeer-connectivity-framework-ios-programming/ Understanding Multipeer Connectivity Framework in iOS 7 – Part 1
- https://github.com/tapwork/HeapInspector-for-iOS Find memory issues & leaks in your iOS app
- https://thenextweb.com/dd/2014/12/21/40-free-resources-every-designers-know/ 40 free resources every designer should know
- http://blog.originate.com/blog/2015/01/13/ios-checklists-creating-and-submitting-your-app/ iOS Checklists – Creating and Submitting Your App
- https://medium.com/@jefframes/itunes-testflight-beta-testing-takes-off-d7517c438151 iTunes TestFlight Beta Testing Takes Off
- https://github.com/CocoaLumberjack/CocoaLumberjack CocoaLumberjack is a fast & simple, yet powerful & flexible logging framework for Mac and iOS
- https://littlebitesofcocoa.com/53-signatures-with-jot Signatures with Jot
- https://www.programmableweb.com/news/connected-car-platform-vinli-lures-developers-billions-free-api-calls/2015/12/28 Connected Car Platform Vinli Lures Developers with Billions of Free API Calls
- http://sweettutos.com/2015/12/31/swift-how-to-asynchronously-download-and-cache-images-without-relying-on-third-party-libraries/ [Swift] How to Asynchronously Download and Cache Images without Relying on Third-Party Libraries
- https://www.raywenderlich.com/117471/state-restoration-tutorial State Restoration Tutorial: Getting Started
- https://github.com/kevinzhow/PNChart-Swift PNChart-Swift
- https://github.com/mkoehnke/WKZombie WKZombie is an iOS/OSX web-browser without a graphical user interface
- https://code.facebook.com/posts/583946315094347/automatic-memory-leak-detection-on-ios Automatic memory leak detection on iOS
- https://useyourloaf.com/blog/using-the-address-sanitizer/ Using the Address Sanitizer