AnyDecodable
Presents `AnyDecodable`, a flexible approach to decoding JSON with `Codable` when the exact types are unknown ahead of time.
Presents `AnyDecodable`, a flexible approach to decoding JSON with `Codable` when the exact types are unknown ahead of time.
Introduces Xconfig, a small Mac app that displays Xcode build settings for the open project to save time and reduce terminal usage.
Practical steps to modularize an Xcode project into separate frameworks and common pitfalls related to linking and build flags.
A tutorial-style deep dive into working with unsafe pointers in Swift—memory layout, buffers, and patterns to work safely.
A walkthrough of an interesting bug investigation (the ‘missing k’) and how diagnostic thinking led to the fix.