Recent posts

Swift Note : Structures and Classes

5 minute read

Structures and Classes are another core essential portion of Swift along with Optionals. Even though they are the concepts have been existing over decades, S...

Swift Note : Types - Optional

10 minute read

Optional is a golden key of the Swift Language and is that how we make programs type-safe. Understanding Optional deeply means writing a stable and better pr...