Sales Managers Harassment Guide

I’m a digit head. I love learning about new things, exploring technologies, and solving complex tasks so that later I could haughtily look at people who aren’t as tech-savvy as I am. Don’t even get me started on how much I enjoy criticizing the amazing solutions that were created by anyone but me. I look … Continued

Coding practices at their worst. A rant about retain loops that appear when instance methods are used as callbacks.

Coding practices at their worst. A rant about retain loops that appear when instance methods are used as callbacks. Hello there, my sweet fellow developers, Recently one of LA-based startups I am acquainted with approached me to ask for the code assessment. They had terrible problems with code instability, random crashes and stuff like that. … Continued

Swift: Optionals Without Conditionals

Optional is far more than just a simple conditional statement. It’s a great type, that has a lot up its sleeve. Lets take a look at how you could actually use Optionals without using conditionals.

Swift: Any can bite

Any and Any? in Swift are weird. We venture forth into the depth of unknown using Swift Reflection API as the basis for our research and find out some inconsistent behaviors for Swift casting API, when working with Any. Recently, when playing around with Swift Reflection API, I stumbled upon a painful problem. Basically, when … Continued