Published onAugust 10, 2025The Magic Behind UUID() in Swift, How Your App Generates Truly Unique IdentifiersswiftEver wondered how a simple UUID() call in Swift guarantees you'll never get the same identifier twice?
Published onMay 9, 2025AsyncImage the way I like itSwiftUIswiftCreated my own AsyncImage api to make it behave as I wanted.
Published onApril 9, 2025What I learned after doing magic for half my age.career-adviceLessons learned after doing magic for 12 years.
Published onMarch 25, 2025Creating Paging ScrollView using _VariadicViewSwiftUIswiftScroll paging effect in swiftUI using _VariadicView.
Published onFebruary 15, 2025Modern Concurrency and Legacy codeconcurrencyswift‘We can’t touch that code — it’s all callback-based!’ Sound familiar? As a developer, you’ve probably heard this countless times, or even said it yourself.