Latest Posts
Handling Large Datasets using Couchbase Sync Gateway iOS
Here we are going to see about processing and storing large data sets in an ‘offline-first’ model. So here’s the word ‘offline-first’ is the catch. When you have an ‘online-first’ architecture your app doesn’t need to process a huge volume upfront. So the explained below approach suits the best for ‘offline-first’ use case. First I…
Keep readingRedux Pattern in Swift iOS
Here we are going to see how I used the redux pattern in my Swift application for observing an event. Redux is an open-source JavaScript library for managing application state. It is most commonly used with libraries such as React or Angular for building user interfaces. So what I am going to do is to…
Keep readingStatic Library vs Dynamic Library in iOS
Static Library vs Dynamic Library in iOS Pratheesh BennetJun 25·5 min read Here we are going to see one of the most overlooked concepts in iOS development. Static libraries and dynamic libraries and how it impacts your app. Let’s dive in, What is a Static Library? When an app is linked with a library(Framework) using…
Keep readingGraphQL with Apollo iOS SDK
Here I am going to show a step by step implementation on how to use Apollo iOS SDK in your swift application. In my guide I would be Apollo iOS SDK for a tvOS application which uses https://api.spacex.land/graphql/ api. The application hits the Spacex api and queries all the past missions and displays it. What is GraphQL?…
Keep readingLoading…
Something went wrong. Please refresh the page and/or try again.