Ever since its release in 2014, Swift went through multiple iterations in order to become a great full-stack development language. Indeed: iOS, macOS, tvOS, watchOS apps, and their backend can now be written in the same language.
Backends can be writte… Read more
Similar
Unlike its predecessors C and Objective-C, Swift has the concept of Optional types. By default, variables in Swift cannot be set to nil… (more…)
Read more »
Swift Heroes Digital 2021 - the leading Swift conference with global iOS experts presenting on the most important Swift topics. Direct to Your Device. (more…)
Read more »
Learning a new programming language can be a very challenging concept to most if you haven’t done it before. In today’s day and age, there are a plethora of resources that provide some level of training or practice. But where do you get started? Well, you... (more…)
Read more »
Soon after Swift was initially open sourced, I wrote an article about how weak references are implemented. Time moves on and things change, and the implementation is different from what it once was. Today I'm going to talk about the current implementation... (more…)
Read more »