Writing
Tutorial
- 01Tutorial

Shorten Apple Media Links with Python
Learn how to use python to quickly shorten Apple Media links.
3 min readRead - 02Tutorial

Introducing ReleaseNotesKit
This is ReleaseNotesKit, a brand new, elegant, and extremely simple way to present the recent version’s release notes to your users. ReleaseNotesKit uses the iTunesSearchAPI to access information about the app.
4 min readRead - 03Tutorial

Safer and cleaner UserDefaults and AppStorage
In this article, I share with you how I use a safer version of UserDefaults in my SwiftLang projects.
5 min readRead - 04Tutorial
Creating a Custom Font Picker in and for SwiftUI
Leverage the UIViewControllerRepresentable in your SwiftUI application to create a font picker.
7 min readRead - 05Tutorial
Building a music recognition app in SwiftUI with ShazamKit
Learn how to leverage the power of ShazamKit in your SwiftUI applications.
9 min readRead - 06Tutorial
Introduction to Generics in Swift
Generic code enables you to write flexible, reusable functions and types that can work with any type, subject to requirements that you define.
3 min readRead - 07Tutorial
Introduction to Property Wrappers in Swift
A 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
4 min readRead - 08Tutorial
Optionals in Swift
Optionals are Swift Language traits that lets the programmer operate on a variable that may or may not have a value at a particular instance.
5 min readRead - 09Tutorial
Color Picker in iOS
WWDC 2020 brought many new UIControl APIs to iOS, iPadOS, and macOS. One of the best new additions is the system Color Picker
4 min readRead - 10Tutorial
SwiftUI MapView
In this tutorial, we’ll learn how crazy simple it is to integrate MapViews using the MapKit framework, which is now native, in your SwiftUI Applications
4 min readRead - 11Tutorial
UIMenu and UIAction in iOS
At WWDC 2020 Apple announced a whole new set of interactions with the existing UIMenu and UIAction APIs
4 min readRead