/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

dwaves.de
| | pberba.github.io
3.9 parsecs away

Travel
| | How attackers can insert backdoors early in the boot process using systemd generators
| | thecodinginterface.com
3.7 parsecs away

Travel
| | In this article I discuss a general process I used recently to migrate a large multi-terabyte Heroku Postgres Database from the Heroku Platform to Amazon Aurora Postgres on a live Heroku based application architecture with near zero downtime and builtin failover during the process.
| | www.claudiokuenzler.com
2.7 parsecs away

Travel
| | Yet another tech blog - made in Switzerland.
| | kodare.net
20.5 parsecs away

Travel
| Our pytest database fixture used to just mean "all databases" (mysql, cassandra, vertica) but with our switch to Python3 we needed to be able to skip all tests requiring Cassandra for several months as we made changes for a new driver. We started doing this split manually but it was very error prone and slow going.