/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

www.surinderbhomra.com
| | kinduff.com
12.6 parsecs away

Travel
| | Script to export Authy 2FA codes and import them to Bitwarden
| | 4bes.nl
7.4 parsecs away

Travel
| | I look at my first PowerShell script to see what I would do different now and how I started out. By rewriting it I get to look back at where I started.
| | www.kensodev.com
8.5 parsecs away

Travel
| | I recently encountered a strange bug on a database of a client, which I designed. The "bug" was that the paths he entered into the database got truncated, because it was too long of a string. I made the field length at 250 chars and he needed more. The problem was he already submitted quite some data into the database and could not remember where the paths were extra long. So, I needed to find it for him so he could re-submit those.
| | www.augmentedmind.de
29.0 parsecs away

Travel
| Learn to optimize the Docker image size, e.g. via small base images, multi-stage builds, consolidation of RUN statements, or using docker-slim.