Explore >> Select a destination


You are here

enix.io
| | jpetazzo.github.io
0.1 parsecs away

Travel
| | [AI summary] This article explores techniques for creating minimal Docker images using multi-stage builds, specifically analyzing optimization strategies for Go, Java, Python, Node, and Rust across various base images like Alpine and scratch.
| | www.ardanlabs.com
0.0 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.
| | ashvardanian.com
2.1 parsecs away

Travel
| | Experienced devs may want to skip the intro or jump immediately to the conclusions. The backbone of many foundational software systems - from compilers and interpreters to math libraries, operating systems, and database management systems - is often implemented in C and C++. These systems frequently offer Software Development Kits (SDKs) for high-level languages like Python, JavaScript, GoLang, C#, Java, and Rust, enabling broader accessibility. But there is a catch.
| | sagikazarmark.hu
12.7 parsecs away

Travel
| Recently I was tasked with deploying and operating a Symfony application on Kubernetes. Since PHP is not my primary area of work anymore, I was hoping to find some up to date guide and/or best practices about the topic, but sadly that wasn't the case at all, so I decided to write about the process of containerizing the application, building up the infrastructure and deploying it on Kubernetes.