/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

css-irl.info
| | fuzzylogic.me
3.0 parsecs away

Travel
| | Subsetting fonts makes them quicker to download. Heres how I use glyphhanger to do it.
| | www.aleksandrhovhannisyan.com
3.9 parsecs away

Travel
| | When using the font-face local() function to load fonts installed on a user's system, double-check that sure you're requesting the right font family.
| | bnijenhuis.nl
1.7 parsecs away

Travel
| | Bernard Nijenhuis Front-end Developer Katwijk, The Netherlands Father of 3 kids Husband to 1 wife Owner of 2 cats
| | hjr265.me
48.1 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.