Explore >> Select a destination


You are here

www.screamingatmyscreen.com
| | hjr265.me
3.1 parsecs away

Travel
| | I began the weekend writing a silly program: MGHSIAC. It's the elegant abbreviation of "My GitHub Status Is A Clock". It turns my GitHub status into a working clock. You can read more about it here. But as silly as it is, I am now committed to keep it running. I have an always-on Raspberry Pi with Portainer running on it already. If I could make a Docker image and host it on Docker Hub, I could easily pull it to that Raspberry Pi and have it continuously update my GitHub status with clock emojis and messages.
| | bartlomiejmika.com
2.6 parsecs away

Travel
| | Do you want to write a Golang app which is containerized with Docker? The purpose of this article is to help you quickly get your Golang App containerized for development (with hot-reload) and production purposes.
| | paul.totterman.name
2.1 parsecs away

Travel
| | Like many other developers, I have to work with computers with different processor architectures. For me it's amd64 (x86_64) on the laptop and arm64 (aarch64) on the server. For some it may be the other way around. Fortunately I mostly write Go, which makes cross-compilation quite easy. Docker adds some extra steps, but is very nice for deploying software.
| | dzone.com
19.9 parsecs away

Travel
| [AI summary] A technical guide demonstrates how to use Docker volumes within a Jenkins pipeline to build Angular applications, solving dependency clutter and ensuring data persistence for CI/CD workflows.