A pattern for constructing SQL queries in your codePosted on Aug 16, 2020 (updated Oct 21, 2021)How to construct your (complex) SQL queries with a clean and simple code pattern (examples in Python)
Migrating Data from one DynamoDB table to another onePosted on Aug 14, 2020 (updated Oct 21, 2021)How to export and re-import your documents stored in AWS DynamoDB tables
Configuring a TLS-secured MariaDB Galera ClusterPosted on Apr 16, 2020 (updated Oct 21, 2021)How To configure a TLS-secured MariaDB Galera Cluster on Debian Buster
Ingest CSV with Go into CassandraPosted on Nov 2, 2019 (updated Oct 21, 2021)How to ingest CSV files with Go into a Apache Cassandra database