Introducing Swift Async Algorithms
- Tony Parker tl;dr: Part of Swift’s move toward safe, simple, and performant asynchronous programming, Swift have launched a package of algorithms, which has 3 main goals: (1) Integration with async/await. (2) Provide a home for time-based algorithms. (3) Be cross-platform and open source.featured in #305
How To Use Github Copilot With Swift Using Visual Studio Code?
- An Tran tl;dr: "Personally, I believe Github Copilot could potentially become a very helpful tool to generate code using API that developers are not familiar with, or common snippets that are popular enough to be generated automatically."featured in #267
The Power Of Optional Chaining In Swift
- Khawer Khaliq tl;dr: Optional chaining is used to manipulate an optional in a few ways, including "setting and retrieving the value of a property of the wrapped instance, setting and retrieving a value from a subscript on the wrapped instance, and calling a method on the wrapped instance." Khawer dives into how it works.featured in #242
featured in #206
Building The NPR MacOS App, Part 1
- Connor Montgomery tl;dr: 2-part series where Connor guides us on how to build a menubar macOS app that streams NPR stations.featured in #187
featured in #134