Tag

API design

Every bite filed under API design, so you can stay close to the exact thread you are following.

March 2026

February 2026

  • JSON Decoding Strategies in Swift

    Decode real-world payloads without turning models into a mess.

    Swift API design JSON
    An editorial Swift illustration used for JSON decoding strategy articles

January 2026

  • Defer Cleanup Patterns

    Use defer to keep cleanup logic honest and close to the scope it protects.

    Swift API design Safety
    A Swift editorial illustration used for cleanup and control-flow topics

December 2025

  • Result Builder Design Notes

    Design builder APIs that read clearly and stay predictable for callers.

    Swift API design Compiler
    A Swift editorial illustration used for language and API design topics

November 2025

  • Date Formatting in Practice

    Choose formatting APIs that are resilient to locale, context, and product change.

    Swift API design UI
    A Swift editorial illustration used for product-facing formatting topics

October 2025

September 2025

August 2025

  • Codable Versioning Basics

    Keep decoders resilient when APIs and persisted formats evolve over time.

    Swift JSON API design
    A Swift editorial illustration used for model and decoding topics

June 2025

March 2025

  • API Naming Consistency

    Small naming decisions compound into whether an API feels obvious or tiring.

    Swift API design Compiler
    A Swift editorial illustration used for API design topics