Posts by Category

coroutines

Coroutines Job Structures

7 minute read

This article will explore examples of creating Job hierarchies, their effect on cancellation, and Supervisor Jobs.

Apollo Android GraphQL Flow Bindings

5 minute read

In this blog post, we’ll explore how the Apollo-Android library gives you the ability to use Flows when making queries. The library provides a coroutines int...

Polling with Kotlin Channels & Flows

5 minute read

In this article, I will explore how to implement and test polling with Channels and Flow. Prior to reading on, please check out this article for understandin...

Back to Top ↑

mobile

Jetpack Compose vs SwiftUI

12 minute read

In this article, we’ll learn about similarities and differences of Jetpack Compose and SwiftUI.

Back to Top ↑

arrow-meta

Back to Top ↑

math

Back to Top ↑

grpc

gRPC with Kotlin Coroutines

13 minute read

In this blog post, we will explore how to use gRPC with Kotlin coroutines on both the server and client (Android) using the gRPC-Kotlin library.

Back to Top ↑

graphql

Apollo Android GraphQL Flow Bindings

5 minute read

In this blog post, we’ll explore how the Apollo-Android library gives you the ability to use Flows when making queries. The library provides a coroutines int...

Back to Top ↑

micronaut

Micronaut with Kotlin Coroutines

6 minute read

Micronaut is a JVM framework for building microservices. In this article, we’ll dive into how Micronaut provides coroutines support.

Back to Top ↑

kotlin-multiplatform

Back to Top ↑

android

Building Android Platform Teams

11 minute read

In this article, I will share with you the purpose of a platform team, the responsibilities and how to build it. I’ll share my experiences of working on plat...

Back to Top ↑