Flood Fill in FlutterFebruary 05, 2021Have you ever wondered how paint bucket in an image editor software like photoshop works? The answer is by using an algorithm called Flood Fill. It is an…
CameraX Live Face DetectionJanuary 26, 2021There are tons of apps that is base on face detection made with the help of libraries like OpenCV or MlKit some of these are face swap, face changer, face…
Gatsby & PassportJS + Netlify LambdaJanuary 21, 2021So you want to have a login system using facebook, twitter or other login services in your Gatsby Project but not sure how? Fret not! With PassportJS & Netlify…
Easy Responsive UI in FlutterJanuary 12, 2021Problem: Let’s check how the UI look if it’s not responsive, I’ll be using the flutter starter project but with additional image logo at the center to further…
Adding Firebase AdMob Banner, Interstitial, Rewarded Video Ads to Flutter - AndroidJanuary 08, 2021In this tutorial we will integrate Firebase AdMob in a Flutter Android Project and demonstrate each ad type: Banner, Interstitial, & Rewarded Video Ad. The…
Basic MVVM in Android Kotlin using Prepopulated Database and Room w/ Unit Testing – Part 3December 09, 2020This Tutorial Series is divided into 3 Parts. Introduction and Project Setup MVVM concept and coding Simple Unit Testing This is the last part of the tutorial…