Sep 24, 2024 • Standard Library, REST APIs
Heterogeneous JSON Arrays
Decoding heterogeneous JSON arrays with Swift enums and associated values.
This site aims to gather all of my contributions to the Swift and Apple platforms development community including notes, tutorials, open-source apps and projects.
Should you find anything of interest and would like to discuss just reach out to me on Twitter under handle @diegolavalledev. Find out more about me here.
Sep 24, 2024 • Standard Library, REST APIs
Decoding heterogeneous JSON arrays with Swift enums and associated values.
Jul 22, 2024 • SwiftUI, Swift Concurrency
A simple counter service implemented as a Swift Actor poses some challenges when it comes to building a UI around it.
Nov 29, 2022 • SwiftUI, Swift Concurrency
Work around calling mutating asynchronous functions on actor-isolated properties by the way of bindings.
Set up your iOS app to target different API environments with minimal project configuration.
Jan 6, 2022 • Server-Side Swift, DevOps
Create a sandbox for your Vapor project complete with SQLite support. All using the power of Docker.
Nov 25, 2021 • SwiftUI, Swift Concurrency
Leverage one of SwiftUI's latest features to automatically set the focus of a text field as soon as it appears.
Nov 15, 2021 • Server-Side Swift, Content Management
Auto-generate and publish your Swift-based static sites.
Nov 11, 2021 • Server-Side Swift, Swift Concurrency
The open source Swift toolchain already supports the language's new concurrency features but the Foundation framework has some catching up to do.
May 10, 2021 • Server-Side Swift, Content Management
Generate HTML from Markdown integrating one of the most popular libraries.