Sample code and materials for the Swift Concurrency Course by Antoine van der Lee — SwiftLee Courses
-
Updated
Apr 27, 2026 - Swift
Sample code and materials for the Swift Concurrency Course by Antoine van der Lee — SwiftLee Courses
This is a simple app that displays the top ten results of a call to the OpenLibrary book search API
The 4th consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. The app presents a list of friends, a list of their friends' friends (etc.), along with their respective details; the data is being downloaded and cached using Codable and Core Data. A complete project I have written from scratch.
A modern iOS application built with UIKit to elegantly organize, persist, and browse a list of web URLs.
Tiny iOS/macOS debug tool: detects main-thread hangs and shows the exact call stack that blocked the main thread — with a ready-to-paste prompt to fix it.
A private list of places on the map that user intend to visit one day.
A concise, runnable SwiftUI example demonstrating Swift async/await concurrency with MainActor UI updates.
Swift Demo App example that implements latest apple tech stack, including async/await and main actors.
To associate your repository with the mainactor topic, visit your repo's landing page and select "manage topics."