Converting Gradle convention plugins to binary plugins

Gradle’s convention plugins are a fantastic way to share common build configuration, why not take them a step further?

Backing up your content from Google Photos

Putting your media into Google Photos is easy, taking it out, not as much.

Migrating APS to Material You

I recently migrated Password Store to Material You, Google’s latest iteration of Material Design. Here’s how it went.

Building static Rust binaries for Linux

Some tips on building static binaries of Rust projects targeting Linux

Learning Zig - Day 4

Brushing up on standards

Learning Zig - Day 3

Finishing up the basics

Learning Zig - Day 2

Onwards in our quest to learn Zig

First steps with Zig

I’ve decided to learn Zig, and here’s how I’m preparing for it.

Tips and Tricks for GitHub Actions

GitHub Actions is a power CI/CD platform that can do a lot more than your traditional CI systems. Here’s some tips to get you started with exploring its true potential.

Manually parsing JSON with Moshi

Moshi is a fast and powerful JSON parsing library for the JVM and Android. Today we look into manually parsing JSON to and from Java/Kotlin classes