Hi, I’m An Tran, a full stack developer with a strong focus on Apple (iOS/iPadOS/watchOS/tvOS) platforms from Munich, Germany. I'm current working as Lead iOS Engineer at PAYBACK GmbH - Part of the American Express Group. Take a look at my hardware projects, read my blog, see my github, follow me on Twitter, or take a look at the apps I'm working on:
November 1, 2019
Day 2 - SwiftUIMindblowing, a community-driven sample project to learn SwiftUI from basic to advance
In the last 4 days, I have been busy updating my sample project SwiftUIMindBlowing to refresh my knowledge about SwiftUI. I have played with SwiftUI immediately after the WWDC 2019, and was very...
ReadOctober 28, 2019
Day 1 - Changing my habits
Today, 28th October 2019, I've decided to start a new project that hopefully have some positive impacts to my life. I've tried to find different way to build up some positive habits and give up some...
ReadOctober 3, 2019
Deploy Jigsaw static site to a server on Digital Ocean.
This blog post shows you how to deploy a static site generated by Jigsaw static site generator to your own server on digital ocean. Jigsaw is a framework for rapidly building static sites using the...
ReadJuly 8, 2019
App modularization with RIBs architecture
Every apps are developed following one or some kinds of architectures or design patterns. Choosing an architecture for an app depends on a lot of factors: team size, project size, type of the apps,...
ReadJune 12, 2019
Creating the first SwiftUI package.
Swift Package Manager has been first introduced since last WWDC. Unfortunately iOS hasn't been supported, the tooling is not well integrated into Xcode. Everything has changed now after WWDC 2019....
ReadJune 11, 2019
MVVM with SwiftUI and Combine
Apple has always advertised MVC as the preferred architecture to develop iOS apps. So the community comes up with different alternative architectures to solve the "big view controllers"...
Read