Hello! Last June, Apple and GitHub announced that the GitHub Package Registry will support Swift packages. A few months ago, Bryan Clark started a thread to gather ideas about a standard package registry API that could be implemented by anyone, not only ... (more…)
Read more »
In this article, I’ll aim to explain both why I chose not to use any client-side JavaScript when building Swift by Sundell, and why I thought that it was important to emphasize that fact at the bottom of every page. (more…)
Read more »
When a company implements 100% of the codebase in a language like Swift, there is a chance that in the future you may need to implement something that is not an… (more…)
Read more »
We all know that async / await was one of this year’s big announcements WWDC. It completely changes the way we interact with concurrent code. Instead of using completion handlers, we can await results… (more…)
Read more »
A new talk introducing advanced techniques with the Objective C runtime and assessing their relevance in an increasingly Swifty world.
Read more »