/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

memo.mx
| | hjr265.me
3.7 parsecs away

Travel
| | Docker has been providing a health check mechanism for quite some time. It is useful in identifying issues with programs that can fail in ways other than just outright crashing. And it is easy to set up. Docker health checks work periodically running a program within the container and observing its exit status. If it exits with a 0, the container is considered healthy. If it exits with a 1, the container is considered to be unhealthy.
| | preslav.me
2.8 parsecs away

Travel
| | I am a software engineer with a decade-long experience developing software in Python, Go, and Java.
| | pliutau.com
0.9 parsecs away

Travel
| | Software Engineering Lead with a passion for APIs, Web, Cloud, Microservices, DevOps, Kubernetes etc. Engineering Lead at solsten.io
| | offlinemark.com
19.2 parsecs away

Travel
| With the recent announcement of Apple Silicon (Apple laptops shifting to the 64 bit ARM architecture), it's a great time to finally learn ARM64! Since actual ARM64 systems are a bit hard to come by, here's how to set up a basic dev playground on a standard Ubuntu 18.04 x86-64 system. We'll be