Explore >> Select a destination


You are here

www.perrotta.dev
| | www.neerajsidhaye.com
3.0 parsecs away

Travel
| | Creating optimized docker image for GO application using multi stage build - using alpine image and then produce a small image with only binary in a scratch image. Let's read further...
| | taylorbrazelton.com
2.1 parsecs away

Travel
| |
| | paul.totterman.name
2.8 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.
| | david-barreto.com
58.3 parsecs away

Travel
| Ideally, a lambda is the glue that ties together a microservice that it's developed in isolation from other parts of a system and it's stored and managed in its own repository. Shared functionality...