Explore >> Select a destination


You are here

www.massicotte.org
| | trycombine.com
6.8 parsecs away

Travel
| | Swift development related blog-posts. Combine, modern concurrency model, Instruments, and more.
| | swiftwithmajid.com
8.8 parsecs away

Travel
| | Apple released Swift 5.5 almost three years ago. The main addition to the release was the Swift Concurrency feature. It introduced async and await keywords, allowing us to build concurrent apps in a new way. This week, we will learn how Swift determines where to run your function in a concurrent environment.
| | massicotte.org
7.3 parsecs away

Travel
| | Global actors are central to the vast majority of Swift programs. In fact, often you only really need two kinds of isolation - MainActor and not-MainActor. But, global actors have some quirks that makes for some strange/frustrating behavior.
| | benhoyt.com
32.0 parsecs away

Travel
| Simple Lists is a tiny to-do list web application written in Go, with old school server-side rendering and no JavaScript.