Intercepting iOS Network Request Calls with Proxyman
Feb 10, 2021
Learn how to intercept network calls in your iOS apps with Proxyman.
...
➦
nil-null-mess in Objective-C and Swift
Feb 3, 2021
Learn the complexities of nullability in Swift and Objective-C, common bugs, and how to work around them.
...
➦
Understanding Basic Data Structures in Swift: Dictionaries in Depth
Jan 27, 2021
Get a deeper understanding of what dictionaries are and the theory behind them.
...
➦
Understanding Basic Data Structures in Swift: Sets
Jan 20, 2021
Learn what sets are and how to use them in Swift.
...
➦
Being an iOS Developer in Bolivia (and South America)
Jan 13, 2021
Should you become an iOS developer in Bolivia? Read this post to find out.
...
➦
Happy 2021! And Short Break Notice
Dec 20, 2020
This has been quite a year! Not only did we have the bad stuff happen (COVID-19), it has also been a crazy year for my personal development and for the growth of my blog.
Thanks to the events that happened mid-year, the reach of my blog has reached wide, and I have connected to a bunch of people thanks to all that.
I want to take one minute to thank you all who have reached to me with questions about my articles, ideas, and even suggestions to improve my writing.
...
➦
The "ExpressibleBy-" Protocols in Swift
Dec 16, 2020
Learn how to use the ExpressibleBy- protocols in Swift to write more expressive code.
...
➦
Getting Started with the App Store Connect API
Dec 9, 2020
Get started with the App Store Connect API and how it can be automated.
...
➦
Understanding the Limited Photo Library in iOS 14
Dec 2, 2020
Learn how to implement features to deal with Apple's new privacy-focused photo library features.
...
➦
Lazy Sequences in Swift
Nov 25, 2020
Learn about lazy sequences in Swift and how to use them.
...
➦