macOS How-to Remove quick note on macOS Monterey public – 1 min read Apple has enforced a very annoying shortcut that I'm sure 99% of people won't use. I get it... they are… Aug 4, 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
Swift Completion Handlers in Swift public – 2 min read Completion Handlers is not an easy concept if you are not good with closures. You can read the official docs… Aug 1, 2021 Arturo
Amplify How-to AWS Amplify Local Setup public – 1 min read Goal Have our local environment ready so we can start building using AWS resources. If you want to practice in… Jul 29, 2021 Arturo
Amplify SwiftUI How-to AWS Amplify | Engineering Frontend & Backend public – 5 min read Motivation: As we learn features and expand our application, things get complex and we go back at googling, wouldn't it… Jul 27, 2021 Arturo
SwiftUI How-to Limit Textfield characters in SwiftUI public – 1 min read Motivation We want to prevent the user from entering more than X amount of characters in a form. class TextBindingManager:… Jul 24, 2021 Arturo