Published inGojek Product + TechCourier For Flutter Is Here!Add Courier, the information superhighway, to your cross-platform Mobile Apps!Oct 14, 202232Oct 14, 202232
Published inGojek Product + TechCourier — A Realtime Lightweight Messaging Highway in iOS with MQTTHere is a summary of the previous posts so far in the series:Oct 26, 2021491Oct 26, 2021491
Using Swift 5.5 Async Await to Fetch REST APIAs an iOS developer, most probably you already have lot of experiences to fetch REST API from multiple endpoints. In some instances, the…May 31, 202158May 31, 202158
Building Expandable List with OutlineGroup & DisclosureGroup in SwiftUI 2.0we’re going to explore about OutlineGroup and DisclosureGroup, and how we can use them in practice to build expandable list with nested…Jul 22, 2020133Jul 22, 2020133
Building Swift Serverless REST API with AWS Lambda & DynamoDBIn this tutorial, we’ll build a simple Swift Serverless REST API endpoints to create, update, delete, and retrieve list of todo itemsJul 12, 2020171Jul 12, 2020171
Published inThe StartupBuilding Image Filter macOS app with SwiftUISwiftUI enables developers to use unified tools and API for building full native applications across Apple platforms. We can target…May 14, 2020245May 14, 2020245
Published inBetter ProgrammingBuild Custom Interactive Remote Push Notifications in iOSCreate an interactive custom push notification UI to display a video preview with buttons to add and favoriteFeb 17, 2020340Feb 17, 2020340
Using Diffable Data Source iOS 13 API in UITableViewSince the beginning of iOS SDK, UITableViewDataSource is the protocol that had the responsibility to drive the data and provide the cells…Jan 31, 20202371Jan 31, 20202371
Published inThe StartupUnderstanding Property Wrappers in Swift By ExamplesAlongside many new feature that come with the Swift 5.1, one of the most interesting feature is Property wrappers. Basically, it’s a…Nov 11, 20197915Nov 11, 20197915
Fetching Remote Async API with Apple Combine FrameworkCombine is a framework that has just been recently released for all Apple platforms and it is included in Xcode 11. By using combine, it’s…Sep 22, 20193173Sep 22, 20193173