Dive into the details of Swift concurrency and discover how Swift provides greater safety from data races and thread explosion while... (more…)
Read more »
Ticketmaster has crashed during a massive pre-sale for Taylor Swift's upcoming North American tour, leaving many fans frustrated and without tickets. (more…)
Read more »
Weak self references are common in Swift, especially in network request callbacks. In this article, I'll show you why they are needed and how simplify them. (more…)
Read more »
Get hands-on example code to help you master important Apple frameworks faster. (more…)
Read more »
Swift in a sense is very much like C++, and when I say C++ I mean C++11 and beyond. One could also say that Swift is cleaner C++, or C++ without the backwards compatibility baggage from the 80s. To give an idea here’s a minimal modern C++ code: (more…)
Read more »