Realm with Swift 6 Async Await and Actor-Based Concurrency
Step-by-step guide to upgrading Realm for Swift 6 with thread-safe actors, async data access, and a clean DAO pattern — including live data observation with AsyncStream.
Syncing Your App's Data Across User Devices with iCloud
Users expect their app content to be available on all their devices. Fortunately, Apple provides technologies to achieve this synchronization through iCloud. This article will guide you through the basics of setting up iCloud sync, exploring the main technologies available, and highlighting some important considerations and requirements. We will cover two primary methods: the Key-Value Store and CloudKit, with a brief look at SwiftData's integrated sync capabilities.
Web - Create your own HTML Custom component
Custom Elements provide a standardized approach to creating reusable components without relying on specific frameworks.
Vapor Swift - Bearer Authentication
How to setup a bearer authent with Vapor Swift