Latest Articles

Writing proper technical articles

Writing proper technical articles

Since I moved from static pages to a more dynamic website for my blog, I had the chance to get back and read most of the posts I had written during…

BycoroutinedispatcherJan 19, 20236 min read
Gradle Version Catalogs

Gradle Version Catalogs

As many of you already might know, Gradle has introduced a new (yet unstable) way to centralize dependency declarations. In huge codebases and in multi-module projects, managing gradle dependencies has always…

BycoroutinedispatcherNov 20, 20224 min read
Gradle Convention Plugin

Gradle Convention Plugin

As many of us already know, the Google Android team will soon start using a new way of applying plugins in Android/Kotlin modules. It’s more an improvement and a try to…

BycoroutinedispatcherAug 1, 20224 min read
A comparison between Flutter’s Injectable and Dagger 2

A comparison between Flutter’s Injectable and Dagger 2

I have been playing around with Flutter lately. More specifically I discovered Injectable; a dependency injection tool for Flutter, also built by google, but extremely similar to Dagger 2. Since I…

BycoroutinedispatcherApr 3, 20227 min read
First look on Hilt

First look on Hilt

onCreate A new Dependency Injection library called Hilt was presented from the Google team. It was designed on top of Dagger library and provides a simpler, less boilerplate API to handle…

BycoroutinedispatcherJan 9, 20227 min read
Load More