Building a music recognition app in SwiftUI with ShazamKitTutorialiOSSwiftUIShazamKitLearn how to leverage the power of ShazamKit in your SwiftUI applications.
Introduction to Generics in SwiftTutorialiOSSwiftLangGeneric code enables you to write flexible, reusable functions and types that can work with any type, subject to requirements that you define.
Introduction to Property Wrappers in SwiftTutorialiOSSwiftLangA property wrapper helps you mark a clear distinction between the code that defines a property and the code that manages how that property is stored
2020: My year in review.#personal#growthLooking back at an year that was exceptional in more ways than one
Optionals in SwiftTutorialiOSSwiftLangOptionals are Swift Language traits that lets the programmer operate on a variable that may or may not have a value at a particular instance.