What is arm64 and x86_64 for development perspective?
A quick explanation of the arm64 and x86_64 instruction set architectures, when to target each, and what a fat/universal binary is.
Notes on Swift, iOS development, and interview prep.
A quick explanation of the arm64 and x86_64 instruction set architectures, when to target each, and what a fat/universal binary is.
Value types vs reference types in Swift, with runnable examples showing how copying a struct differs from copying a class instance.
A running list of senior iOS developer interview questions covering Swift, Combine, concurrency, architecture patterns, and Xcode tooling.
Five worked examples of Swift's map function, from squaring numbers to converting units, plus a full runnable playground.
A quick reference of Swift closure syntax shortcuts — trailing closures, shorthand argument names, and single-statement implicit returns.