We like open source, we develop open source software, and we are very active and well known at Postgres community. We also develop custom products for clients, always around Postgres environment| www.ongres.com
"Why is the Rust compiler so slow?"| sharnoff.io
Learn how to build containers for multiple architectures, including building containers on Apple M1 machines for an x64 cloud.| .NET Blog
Now generally available, the Builds view feature in Docker Desktop provides detailed insight into your build performance and usage.| Docker
Learn the technologies that support storage drivers.| Docker Documentation
Find all the available commands you can use in a Dockerfile and learn how to use them, including COPY, ARG, ENTRYPOINT, and more.| Docker Documentation
You just Dockerized your NodeJS application, yay ! Now you need to run docker build and it's awfully long as Docker needs to download the same dependencies again and again. BuildKit - built-in with Docker - can help you cache Node dependencies to reduce build time.| blog.crafteo.io
Learn about multi-stage builds and how you can use them to improve your builds and get smaller images| Docker Documentation