2025-05-15

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.


2025-05-13

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.


2024-12-04

Web - Create your own HTML Custom component

Custom Elements provide a standardized approach to creating reusable components without relying on specific frameworks.


2024-12-02

Vapor Swift - Bearer Authentication

How to setup a bearer authent with Vapor Swift