Skip to main content

Coding

2026

TwentyMobile: How I Built a Mobile CRM with Flutter, DDD, and a Bit of Madness
·1202 words·6 mins
Behind the scenes of TwentyMobile: DDD architecture, Connector Pattern, manual workflows with slide-to-execute, and the late nights debugging GraphQL.
Why I Made TwentyMobile Open Source (and Why You Should Too)
·978 words·5 mins
The story of how a project born to solve my own problem became open source. Spoiler: it wasn’t an easy decision.
Flutter and AI: how I revolutionized my apps without rewriting them from scratch
·970 words·5 mins
From document recognition to intelligent PDF conversion: how AI transformed my Flutter apps without overhauling the codebase.
Apps Developed and Maintained by AI: Where Are We Heading?
·533 words·3 mins
How I delegated bug triage to AI and finally started sleeping better.

2020

Youtube Channel Android and Ios APP in ten minute with Flutter
·759 words·4 mins
Create an Android and iOS app for any YouTube channel in 10 minutes with Flutter. Full source code, YouTube API setup, and caching included.
save time = do more things
·830 words·4 mins
Automate repetitive tasks with scripts, cron jobs, and cloud services like Firebase and Google Cloud. Practical tips to reclaim your time.
Fast way to secure your Function with Basic Auth
·508 words·3 mins
Secure your Cloud Functions quickly with Basic Auth. Step-by-step JavaScript implementation and Flutter integration for cross-provider compatibility.
Flutter useful class for shared preferences
·588 words·3 mins
A reusable Flutter class to simplify Shared Preferences management with add, delete, update, and cache operations for string lists.
When Flutter meat DialogFlow born a multi platform ChatBot
·820 words·4 mins
Build a multi-platform chatbot using Flutter and DialogFlow. From chatbot history to a working implementation for Android, iOS, and web.
Flutter 2 plugin necessary with great potentiality
·1343 words·7 mins
Combine Firebase Remote Config and Shared Preferences in Flutter to build a free, responsive quiz system with smart caching for your app.