ktor Configuring Autoreload for Ktor In this post, we'll be going over how to create a basic Ktor project and configuring it with autoreload, a feature that automatically rebuilds the code on file changes. Furthermore,
ledger cli An Introduction to Tracking Transactions with Ledger CLI Introduction Ledger CLI is an open source command line accounting tool used for calculating reports from a ledger (a file containing a list of transactions for different accounts). With Ledger
gpg Reference: Signing Commits with GPG Creating GPG Key Create a key with gpg --gen-key and input your name, email address, and passphrase when prompted. For more options, use gpg --full-generate-key. To view secret keys: gpg
ghost Setting up a Ghost blog on a VPS with Docker What better way to start out a tech blog than by writing out my process on how I set the blog up? By day, I am an Android developer, so