Published in Level Up Coding·Jan 9Mastering Enums in Swift: A Comprehensive GuideA useful tool in any programmer’s toolbox is an enumeration, or enum. They enable type-safe interaction and the grouping of related variables. Enums will be discussed in this post, along with how Swift may make use of them. …Swift5 min readSwift5 min read
Published in Level Up Coding·Jan 5Securely Store and Retrieve Sensitive Data with the Keychain in SwiftA safe approach to persist small amounts of data in your iOS, macOS, tvOS, or watchOS app is to store it in the keychain. A database called keychain is used to store private data such as encryption keys and passwords. In this article, we’ll look at utilizing Swift to save…Swift6 min readSwift6 min read
Published in Better Programming·Jun 8, 2022Xcode 14: One Icon to Rule Them All!Only one icon is needed for our apps — Programming3 min readProgramming3 min read
Published in Geek Culture·Dec 12, 2021Noise.Cash — 1 year earning BCH by postingAbout a year ago, in the midst of a pandemic, looking for information about blockchain and cryptocurrencies I found a new social network, Noise.Cash, in which you can obtain benefits in the form of BitcoinCash (BCH) for the simple fact of publishing posts.Cryptocurrency3 min readCryptocurrency3 min read
Published in Level Up Coding·Jul 20, 2021Git and workflow with GitFlowWhen developing software we find ourselves with the need to manage the changes that are being made in the code and that, when working as a…Git10 min readGit10 min read
Dec 7, 2020Learn how to build in Flutter: WidgetsFlutter building blocks.Flutter4 min readFlutter4 min read
Published in The Startup·Nov 1, 2020Dependency Injection in SwiftDevelop more decoupled and testable code with dependency injection.Swift3 min readSwift3 min read
Aug 28, 2020Discovering Cryptocurrency and Publish0xHow to earn cryptocurrency by reading and writing postsCryptocurrency4 min readCryptocurrency4 min read
Published in Better Programming·Jun 9, 2020Member-onlyHigher-Order Functions in SwiftIntroduce ‘map’, ‘reduce’, ‘filter’, ‘flatMap’, and ‘compactMap’ into your code — Programming5 min readProgramming5 min read
Published in Better Programming·May 18, 2020What’s New in Swift 5.3?Comparable enums, multi-pattern catch clauses, no need for self in closures, and more — Programming3 min readProgramming3 min read