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.
Send to Police: Guest Registration Made Actually Bearable
·521 words·3 mins
How a personal frustration turned into an app. OCR, MLKit, and a bit of AI to solve the guest registration nightmare.
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.