Explore >> Select a destination


You are here

vadosware.io
| | www.ardanlabs.com
10.6 parsecs away

Travel
| | Series Index Reducing Image Size Details Specific To Different Languages Going Farther To Reduce Image Size Introduction In the first part, we introduced multi-stage builds, static and dynamic linking, and briefly mentioned Alpine. In this second part, we are going to dive into some details specific to Go. Then we will talk more about Alpine, because it's worth it; and finally we will see how things play out with other languages like Java, Node, Python, Ruby, and Rust.
| | jmmv.dev
11.3 parsecs away

Travel
| | In a recent work discussion, I came across an argument that didn't sound quite right. The claim was that we needed to set up containers in our developer machines in order to run tests against a modern glibc. The justifications were that using LD_LIBRARY_PATH to load a different glibc didn't work and statically linking glibc wasn't possible either. But... running a program against a version of glibc that's different from the one installed on the system seems like a pretty standard requirement, doesn't it?...
| | martinheinz.dev
10.8 parsecs away

Travel
| | At this point probably everybody has heard about Docker and most developers are familiar with it, use it, and therefore know the basics such as how to ...
| | humanwhocodes.com
61.5 parsecs away

Travel
| Getting started with Rust development takes a few more steps than with other web-based programming languages.