Tag: Coding Interview
-

Swift, Property Wrappers
Swift Property Wrappers explained. Learn how to create reusable property logic with @propertyWrapper for cleaner and more maintainable iOS code.
-

Swift, Tips for solving data structure and algorithms
Practical tips for solving data structure and algorithm problems in Swift. Strategies and patterns to improve your coding interview performance.
-

Swift, Modern Concurrency
Swift Modern Concurrency with async/await, actors, and structured concurrency. Learn the new concurrency model introduced in Swift 5.5 for iOS development.
-

Swift, OperationQueue
Swift OperationQueue for managing concurrent tasks. Learn how to use Operation, dependencies, and quality of service for advanced task scheduling in iOS.
-

Understanding rethrows in Swift
Swift rethrows keyword explained. Learn how rethrows enables functions to propagate errors from closure parameters without requiring throws on non-throwing calls.
-

Understanding RunLoop in iOS
iOS RunLoop explained. Learn how RunLoop manages input sources, timers, and events to keep your app responsive and efficient.
-

Swift, Sorting and Binary Search Algorithm
Sorting algorithms and binary search in Swift. Learn merge sort, quick sort, insertion sort, and efficient search techniques for iOS coding interviews.
-

Swift, DispatchQueue
Swift DispatchQueue guide for GCD (Grand Central Dispatch). Learn serial vs concurrent queues, sync vs async execution, and QoS classes for iOS concurrency.
-

Swift ARC Explained: Weak, Unowned, and Retain Cycles
Understand Swift ARC with examples of strong, weak, and unowned references, retain cycles, and closure capture lists for iOS interview preparation.
-
![[Draft] Python cheat sheet for iOS Engineer](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
[Draft] Python cheat sheet for iOS Engineer
Python cheat sheet for iOS engineers transitioning to Python. Quick reference for syntax, data types, functions, and common patterns.









![[Draft] Python cheat sheet for iOS Engineer](https://shawnbaek.com/wp-content/uploads/2024/01/blog-post-6.png)
You must be logged in to post a comment.