–
Hello, I’m Gabriel Bronzatti Moro 👋🚀
README em Português 🇧🇷 aqui
I’m also known as Moro or gabrielbmoro.
About Me
As a Mobile Engineer and team leader, I mentor developers, lead proof of concepts for complex features, and work hands-on with modern APIs. Since 2017, I’ve been part of the software industry, collaborating with various companies and technologies within the mobile development ecosystem, with a strong focus on Android, and Kotlin Multiplatform.
I am deeply committed to the developer community as an active member and content creator at CodandoTV, where I produce technical videos, open-source libraries, podcasts, and articles. I also serve as a Koin Community Lead in the Koin Champions Program, leveraging my 7+ years of experience using Koin in production to educate others through technical content and real-world use cases.
Community & Content 🎤
I’m passionate about sharing knowledge and giving back to the community.
-
I’m an active member and content creator at CodandoTV, a tech community where I produce video content on mobile development.
-
I’m also an article author, writing about mobile development topics such as code review, navigation, and testing.
-
I’ve had the opportunity to speak at local tech events like GDG Groups and GDG DevFest, where I shared insights and experiences with other developers.
My Open Source Projects 💻
I’m a contributor/author of several open-source projects, many of them under the CodandoTV organization.
🎬 MovieDB-App
An Compose Multiplatform app that lists movies using the Movie DB API, allowing users to browse the most popular and top-rated movies.
- Stack: Uses Koin for dependency injection, Ktor for network requests, and the Popcorn Guineapig plugin for module analysis.
🍿🐹 Popcorn Guinea pig
A gradle library designed to enforce architectural rules in multi-module projects in a simple way. It supports Kotlin Multiplatform (KMP), Java Projects, and Android Projects.
🎨 JujubaSVG
A friendly library to manipulate SVG files in Android and Flutter apps. It allows accessing any SVG element by its ID to modify properties such as background color or stroke.
🦅 EagleEye
A Dart CLI tool designed to detect architectural violations and enforce rules in Flutter/Dart projects. It identifies forbidden dependencies based on patterns configured in an eagle_eye_config.json file.
Other Projects
-
HTTP Guinea pigs code: A fun project mapping HTTP codes to guinea pigs.
-
TodoApp: A sample Flutter project and CodandoTV template, serving as a playground for experimenting with different features and implementations. Its stack includes Freezed for data classes,
get_itfor dependency injection, and AutoRoute for navigation.