Flutter

Optimizing Flutter - Part 2: Build Runner

Let's take a look at build runner for codegen and how we could speed it up.

Read
Flutter

Optimizing Flutter - Part 1: Test Performance

We look how to speedup our tests in flutter and leveraging some options to improve readability on our CI.

Read
Kotlin

Exploring Recent Kotlin APIs

We take a look at some of the more prominent api changes in Kotlin 1.3.7x and 1.4.x preview releases.

Read
Android

Avoid racing with Rx Subjects & TestScheduler

We all use Rxjava in android and write tests, this article highlights a particular race condition which you may encounter.

Read