Office365 How-to 8 Ways to Copy and Paste as Values in Excel public – 1 min read When we use the very common keyboard shortcuts to copy Ctrl + C and to paste Ctrl + V it will copy… Jan 3, 2021 Arturo
SwiftUI Swift Design Patterns MVVM: A quick overview public – 4 min read Reactive programming and SwiftUI require the MVVM design pattern. The well-ordered and perhaps the most reusable way to organize your… Jan 2, 2021 Arturo
SwiftUI Swift How-to How to create a Cross-Platform SwiftUI Project public – 1 min read > This tutorial requires Xcode 12 +, macOS 11.0 Big Sur +, and iOS 14 +. This is very easy and takes less… Jan 2, 2021 Arturo
How to Make a Bell Curve in Microsoft Excel 365 public – 1 min read This Article will teach you how to generate a normal distribution graph - also called normal curve, using the RANDARRAY… Dec 30, 2020 Arturo
SwiftUI What is @Published in SwiftUI? public – 1 min read @Published is one of the most useful property wrappers in SwiftUI, allowing us to create observable objects that automatically announce… Dec 29, 2020 Arturo
SwiftUI Swift What is Codable in SwiftUI? public – 7 min read The Codable protocol is Appleβs contribution to a standardized approach to encoding and decoding data. That is especially true for the JSON data we get from REST APIs. Dec 29, 2020 Arturo