Yi-Chin Hsu
3 followers · 2 following · 894 views
on the atlas — 31
- 博客來-AI製造商沒說的祕密: 企業巨頭的搶才大戰如何改寫我們的世界?1 savers
- 自來水全球資訊網 電子帳單專區 首頁1 savers
- Getting Real2 savers
- GitHub5 savers
- Mastering Concurrency in iOS: Interview Questions and Answers for Developers | by Aayug G | Medium1 savers
- Design+Code - Learn to design and code React and Swift apps4 savers
- 2022 晨型人養成計畫!與《Book Morning!》的晨讀約定,「故事」驅動你優雅早起 | Blog | SPARKFUL1 savers
- ios 持续集成什么意思 持续集成cicd_mob64ca13f6bbea的技术博客_51CTO博客1 savers
- CocoaPods 都做了什么? - 面向信仰编程1 savers
- Structs, Classes, and Actors in iOS Interviews - Holy Swift1 savers
- Core Data by Tutorials, Chapter v: Introduction | Kodeco1 savers
- iOS的CoreData技术详解 - 掘金1 savers
- Aryaman Sharda1 savers
- Software Engineering - The Soft Parts | Peng Jie's Blog1 savers
- @StateObject 和 @ObservedObject 的区别和使用 | OneV's Den1 savers
- How to have a Successful Software Engineering Internship | Yangshun Tay1 savers
- Swift Protocol 背后的故事(Swift 5.6/5.7) | 雪峰的blog1 savers
- Swift 中的 some 和 any 关键字 | Yasic Yu1 savers
- ios - Swift 5.7 中的 any 和 some (译) - 技术分享-持续学习 - SegmentFault 思否1 savers
- Heptabase使用教學!一小時快速建立卡片盒筆記 - 卡片盒筆記1 savers
- 淺談 LLM 應用開發 Roadmap | Gamma1 savers
- 一個二流程式設計師的自白 - Mobile011 savers
- 一個平庸工程師的自白 - INSIDE1 savers
- Motion Engineering at Scale. How Airbnb is applying declarative… | by Cal Stephens | The Airbnb Tech Blog | Medium1 savers
- Swift: From Protocol to AssociatedType then Type Erasure | Welcome to Monstarlab’s Engineering Blog1 savers
- Handling Secrets in iOS open source projects | by Nuno Gonçalves | Medium1 savers
- Implement Voice Control Features in iOS 12 Using SiriKit1 savers
- Implementing 'UICollectionView Compositional' Layout with Pinterest Section | HackerNoon1 savers
- Spotify's New Experimentation Platform (Part 1) - Spotify Engineering : Spotify Engineering1 savers
- curius - Google 搜尋5 savers
- Invisible Details of Interaction Design33 savers
highlights — 5
Dependency injection means giving an object its instance variables.
Dependency Injection in SwiftThe defaults system is nothing more than a key-value store. The user's defaults database is stored on disk as a property list or plist. A property list or plist is an XML file. At runtime, the UserDefaults class keeps the contents of the property list in memory to improve performance.
Why Do You Lose Data Stored in User DefaultsNSCache does not copy the object like NSDictionary.
iOS NSCache usage - Titan Wolfdependency injection
Simple Swift dependency injection with functions | Swift by SundellConcurrent queues allow multiple tasks to run at the same time. The queue guarantees tasks start in the order you add them. Tasks can finish in any order and you have no knowledge of the time it will take for the next task to start, nor the number of tasks that are running at any given time.
Grand Central Dispatch Tutorial for Swift 4: Part 1/2 | raywenderlich.com