Swift SwiftUI How-to Realm + Swift public – 3 min read This is a practical guide on how to use Realm in a SwiftUI project. Jun 23, 2022 Arturo
Swift How-to Technology Constructors in Swift public – 1 min read Time after time we want to scale our app or provide more options to our functions that are not necessarily… Jun 18, 2022 Arturo
Swift How-to How to compare dates in Swift public – 1 min read Let's say you want to track x event the user do at x time/date, for instance track when certain… Dec 18, 2021 Arturo
Swift How-to Swift Ordered Dictionary public – 2 min read Dictionaries are powerful, but I hate the fact that they are unordered. But Swift has "fixed" this by providing something… Dec 13, 2021 Arturo
Swift How-to How to write a file in storage disk - Swift public – 1 min read Let's say that you have a JSON message from an API and you are trying to avoid unnecessary calls, and… Oct 14, 2021 Arturo
Swift Concurrency in Swift public – 25 min read Rationale I want to handle multiple API operations in a streamed pipeline. Swift provide many ways of doing this, however… Aug 3, 2021 Arturo