InGojek Product + TechbyAlfian Losari·Oct 14, 2022Courier For Flutter Is Here!Add Courier, the information superhighway, to your cross-platform Mobile Apps!
InGojek Product + TechbyAlfian Losari·Oct 26, 2021Courier — A Realtime Lightweight Messaging Highway in iOS with MQTTHere is a summary of the previous posts so far in the series:A response icon1A response icon1
Alfian Losari·May 31, 2021Using 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…
Alfian Losari·Jul 22, 2020Building 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…
Alfian Losari·Jul 12, 2020Building 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 items
InThe StartupbyAlfian Losari·May 14, 2020Building 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…
InBetter ProgrammingbyAlfian Losari·Feb 17, 2020Build Custom Interactive Remote Push Notifications in iOSCreate an interactive custom push notification UI to display a video preview with buttons to add and favorite
Alfian Losari·Jan 31, 2020Using 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…A response icon1A response icon1
InThe StartupbyAlfian Losari·Nov 11, 2019Understanding 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…A response icon5A response icon5
Alfian Losari·Sep 22, 2019Fetching 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…A response icon3A response icon3