The move to ban certain Russian banks from the Swift financial messaging system is likely to hasten the expansion of Beijing’s own cross-border payment network, analysts say. (more…)
Read more »
Swift's error handling is a unique feature of the language. It looks a lot like exceptions in other languages, but the syntax is not quite the same, and it doesn't quite work the same either. Today I'm going to take a look at how Swift errors work on the ... (more…)
Read more »
Thread-safety in Swift can be achieved using GCD concurrent queues & barrier flag. Reads would occur in parallel, while writes are given mutual exclusion. (more…)
Read more »
Proper encapsulation of logic is one of the most important things when it comes to building well-architected apps and systems. This week, let's take a look at how we can better incapsulate our model layer's logic by using model controllers. (more…)
Read more »
Mert Buran (link: twitter.com/lazymanandbeard) iOS Developer @ Trainline (trainline.com) For more info on Pubgrub: Pubgrub: Next-Gen Version Solving (https:/... (more…)
Read more »