MariaDB Logo

Automating MariaDB Backups in Docker with a Shell Script

Backing up your data regularly is essential, especially for critical applications like Home Assistant running MariaDB in a Docker container. This article will guide you through creating scripts that automate the backup and restoration processes, designed to be flexible by accepting arguments for the password and paths.

Google Scholar Logo

Exporting a .bib File from Google Scholar and Generating TOML-formatted Markdown Files

This post will show you how I added the publications on my website, that is generated by Hugo. I will try to provide step-by-step instructions on exporting your .bib file from Google Scholar and converting it into TOML-formatted markdown files using Python.