Overview This article starts a series of Open API-related blog posts. OpenAPI, previously known as Swagger (a name still in use today for many of its...
You've probably already seen the scary alert (that's possibly why you're here), but in case you haven't, it looks something like...
In this post I will describe a simple event bus pattern in Android that is implemented using coroutines and flows. Thanks to Kotlin, coroutines, and...
Close to the beginning of the pandemic, I made a React app that displayed COVID-19 data per country. This is the Android version. Built in native...
I recently got a Steelseries keyboard. Other than that this keyboard was one of the only RGB keyboards I could find that was supported on Mac, it had...
As of Android 10, file access permissions have changed. In a previous blog post Migrating from getExternalStoragePublicDirectory in Android 10 & 11, I...