Posts
All the articles I've posted.
-
How to find retain cycles and memory leaks sooner
LifetimeTracker can surface retain cycle / memory issues right as you develop your application, and it will surface them to you immediately, so you can find...
-
Metaprogramming in Swift talk
I've recently spoke at CraftConf about metaprogramming in Swift using my Sourcery
-
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,...