Reading Notes Q1 2024: Rethinking Risk, Identity, and Better Decisions
Notes from my Q1 2024 reading list and how these books influenced iOS product thinking, AI evaluation, and leadership decisions.
Thoughts, ideas, and knowledge on technology, programming, and design.
Notes from my Q1 2024 reading list and how these books influenced iOS product thinking, AI evaluation, and leadership decisions.
Practical reliability patterns I leaned on in 2024 to ship iOS features with fewer regressions and faster recovery.
Notes from my Nov-Dec 2023 reading sprint and how those books changed my approach to iOS reliability, AI product thinking, and team execution.
Reader's review for "Quiet: The Power of Introverts in a World That Can't Stop Talking" In a world that often values extroversion and chatter, the mantra "Know thyself" should e...
How to use full signature init() for VStack, HStack, ZStack
How to handle trailing closures properly and more
Ditch rawValue use callAsFunction on enum
How to add AppDelegate in SwiftUI App
Use final on properties and methods when you know that a declaration does not need to be overridden. This allows the compiler to replace these dynamically dispatched calls with...
A post migrated from alokchoudhary.com.