Posts tagged with "programming".

AnyDecodable

Presents `AnyDecodable`, a flexible approach to decoding JSON with `Codable` when the exact types are unknown ahead of time.

Xconfig

Introduces Xconfig, a small Mac app that displays Xcode build settings for the open project to save time and reduce terminal usage.

Splitting Your Xcode Project into Modules

Practical steps to modularize an Xcode project into separate frameworks and common pitfalls related to linking and build flags.

Unsafe Swift

A tutorial-style deep dive into working with unsafe pointers in Swift—memory layout, buffers, and patterns to work safely.

The Missing "k" Bug

A walkthrough of an interesting bug investigation (the ‘missing k’) and how diagnostic thinking led to the fix.