Advent of Code 2020 in Go: Week 1 and Week 2
Instead of making a post every other day with all the solutions, here are my approaches for the rest of week 1 and week 2 of Advent of Code 2020.
Welcome to the Dev section of my blog with development related articles.
Instead of making a post every other day with all the solutions, here are my approaches for the rest of week 1 and week 2 of Advent of Code 2020.
Here are my solutions for Day 3 and 4 of Advent of Code.
I decided to publish my Advent of Code solutions regularly (probably every other day) here on this blog. So there are a few more posts with code to read. After all, code is a big part of my life, so it should be more present here on the blog.
Regarding the Go-based script I shared in a previous post:
I recently rediscovered the ability of Visual Studio Code to develop on remote machines. Just connect to a server via SSH and develop there.
Yesterday I teased a new post about how I automated my blogroll generation by writing a Go script and using the Miniflux API. Here it is.
I just added some CSS rules to my Hugo theme to make my blog more printable. Why and how does this work?
Today I modified my theme to use Twemoji for emojis. To add the SVG files to the theme, I used a Hugo module mount in the config of my theme:
I used to use system fonts for my blog theme, but I rethought this decision and converted to the following font-family in my CSS:
I got the question how to solve the problem that when backing up the storage of a dockerized Postgres database (using Resticker) it could be that the backup is corrupt because the database is still running.