Explore >> Select a destination


You are here

www.schakko.de
| | msfjarvis.dev
8.9 parsecs away

Travel
| | GitHub recently rolled out Packages to the general public, allowing the entire develop-test-deploy pipeline to get centralized at GitHub. Learn how to use it to publish your Android library packages.
| | andrewlester.net
11.1 parsecs away

Travel
| | Deploying a SvelteKit application to GitHub Pages.
| | eng.d2iq.com
14.0 parsecs away

Travel
| | Signing Software Artifacts using Cosign
| | polotek.net
41.7 parsecs away

Travel
| Earlier this week, I was having a lot of trouble understanding how to get Dev Containers working. Dev Containers are the required way to enable Github Codespaces, which was my actual goal. I finally got to something that works, so I want to document what I learned. Dev Containers is a standard developed my Microsoft for using docker containers to run dev environments for a project. I use Docker for most of my projects these days.