Coding
2020
What is Firebase Remote Config
·726 words·4 mins
Learn what Firebase Remote Config is and how to implement it in Flutter using a singleton pattern. Update app behavior in real time remotely.
Flutter Shared Preferences in depth
·433 words·3 mins
Master Flutter Shared Preferences: save strings, integers, booleans and JSON data locally. Learn object mapping for offline-capable apps.
Flutter everithings is a widget! Why? But Really!
·629 words·3 mins
Understand why everything in Flutter is a widget. Learn the difference between StatelessWidget and StatefulWidget with practical examples.
How to create a Blog with Hugo e Google Docs as BackEnd
·691 words·4 mins
Build a static blog with Hugo using Google Docs as a backend CMS. Automate content conversion, deployment to Firebase with Google Apps Script.