/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.vadimbulavin.com
| | swiftwithmajid.com
3.1 parsecs away

Travel
| | That is WWDC week: everybody is so excited about so many new things like SwiftUI, Dark Mode, updateable Core ML models, etc. I will try to cover all the new stuff during the upcoming weeks. Let's start with SwiftUI. SwiftUI is an entirely new approach to building apps for the Apple ecosystem.
| | gist.github.com
4.0 parsecs away

Travel
| | Concrete proposal for async semantics in Swift. GitHub Gist: instantly share code, notes, and snippets.
| | benoitpasquier.com
4.4 parsecs away

Travel
| | It's been almost two years that Combine has been introduced to the Apple developer community. As many developer, you want to migrate your codebase to it. You don't want to be left behind but you're not sure where to start, maybe not sure if you want to jump to SwiftUI either. Nothing to worry, let's see step by step how to migrate an iOS sample app using UIKit and RxSwift to Combine.
| | tokio.rs
14.6 parsecs away

Travel
| Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.