Posts
All the articles I've posted.
-
Using protocol compositon for dependency injection
I like using composition and dependency injection, but when you need to inject each entity with multiple dependencies, it can get cumbersome fast.
-
Stop weak-strong dance
Closures in Swift are extremely useful, they are interchangeable with functions and that creates a lot of opportunities for useful use-cases. One thing we...
-
Swift Coders interview
I've been interviewed at Swift Coders podcast: I'm definitely investing into a better Microphone next time I'm doing any audio recording.
-
Seniority
People use different words to classify Engineer skill, some companies give you more senior role just based on a number of years you have been working there,...
-
Testing iOS Apps
Writing tests in iOS apps is a touchy subject. Not everyone is so privileged to be able to write tests full-time, for different reasons.
-
How hard would it be to adjust your iOS app in real-time?
Iterating over design that needs to be reflected in code can be tedious and time-consuming. Typically the designer works in graphics editing software and...