A Dive Into Actors in Swift 5.5What are actors, actors re-entrancy, isolation, and using MainActors in Swift with async/awaitJun 17, 20211Jun 17, 20211
Published inBetter ProgrammingA Deep Dive Into Method Dispatches in SwiftStatic, V-Table, and Message dispatchesJun 3, 20212Jun 3, 20212
Published inBetter ProgrammingGuide to Multi-Threading — GCD in iOSWrite concurrent codeApr 26, 20211Apr 26, 20211
Published inBetter ProgrammingAn App Developer’s Guide to Mobile System Design InterviewsKnow how to ace your next interview as an Android or iOS developerApr 12, 20212Apr 12, 20212
I guess you're right, but I think it would depend on the size of the struct you're declaring.1. Structs whose size cannot be determined at compile time due to protocol or generic type associations are allocated on the heap.Mar 28, 2021Mar 28, 2021
Published inBetter ProgrammingClasses vs. Structs in Swift — Basics and Memory ManagementValue types vs. reference types, stack vs. heap allocation, and moreMar 25, 20216Mar 25, 20216
Published inBetter ProgrammingA Deep Dive Into Functions in SwiftFrom closures to higher-order functions, we’ve got it all coveredMar 9, 20212Mar 9, 20212
Published inBetter ProgrammingA Look Into Automatic Reference Counting in SwiftManage your app’s memory usage efficientlyMar 2, 20212Mar 2, 20212
A Guide to Apple Search APIsI’m sure all of us would have felt the need to re-engage our users with the app that we’ve built with all that love. All we need is a way…Aug 23, 2020Aug 23, 2020
Published inThe StartupA React Native kick start for existing Native projectsReact Native — the prodigal son for all mobile development! For a long while now I had been putting off my encounter with React Native…Apr 15, 2020Apr 15, 2020