Read a bunch of articles about Swift development
TIL trick how to find out where is function called from without manually exploring call tree in Xcode:
Thread.callStackSymbols.prefix(10).forEach { print(" \($0)") }
Read This One Swift Feature Will Change How You Write Code Forever.
Read Feature flags in Swift.
Read The Dark Side of iOS Development: Why Everyone is Quitting.
Read All-encompassing theory of matrices.
Read Apple blog post Memory Integrity Enforcement: A complete vision for memory safety in Apple devices.
Read Automate your Mac with Swift
Browsed A raycasting engine in 7 easy steps. Would be nice some time rewrite this in Swift compiled into WebAssembly for making it run in browser.
Read Vibe coding is dead: Agentic swarm coding is the new enterprise moat.
Read How to use async/await in synchronous Swift code with tasks
Read Dictionary grouping in Swift: Stop Using Loops to Group Data
Read Clean Architecture in Swift: Design Pattern-Part 1.
Read Swift 6 Explained: All the Must-Have Features You Need to Know.