iOS Development
·10 min read
Let SQLite Do the Work: Efficient Data Fetching in Core Data
Optimize your Core Data fetches by pushing filtering and sorting to SQLite instead of handling it in Swift.
Read Post →
Thoughts and insights about mobile development.
Optimize your Core Data fetches by pushing filtering and sorting to SQLite instead of handling it in Swift.
Protocol-Oriented Programming is a paradigm that shifts the focus from what an object is (its class) to what an object can do (its capabilities).
Discover why iOS development stands out as the ideal stack for building focused, high-quality software in 2025.
Discover the features that make Swift stand out among programming languages.
Build fully functional, data-syncing iOS apps without spinning up your own backend.