Guilherme Torres CastroElixir immutability and data structureImmutability is a two edged sword, while it is thread safe, more error proof and have others benefits.This come with a cost, like…Apr 30, 2021Apr 30, 2021
Guilherme Torres CastroFlutter coverage stopped working again …Earlier this year, I wrote how disabling code coverage could speed up your test suite up to 10x. Fortunately, the flutter team fixes it…Aug 20, 20192Aug 20, 20192
Guilherme Torres CastroFlutter add official support to firebase crashlyticsOne year and 447 👍 later, the official Firebase Crashlytics plugin has been released. Right now it does not mean much the plugin still…Mar 21, 2019Mar 21, 2019
Guilherme Torres CastroStop arguing about language and keep going with the one you are confortable with itToday I saw some devs arguing about Java in twitter, which lead me to write this Article. Programming language are one of the most…Mar 12, 2019Mar 12, 2019
Guilherme Torres CastroYour flutter tests are taking too long? Disable the code coverage!We just recently upgrade our CI machines because the flutter test step was taking almost 25 minutes to run on CI. We have a little more…Feb 15, 20191Feb 15, 20191
Guilherme Torres CastroChecking and format your code style using dartfmtCode Style does not affect your code behaviour, so why should I care about it? As a developer you will spent much more time reading than…Feb 7, 20191Feb 7, 20191