Per the latest Health for Animals Report, over half of the global population (billions of households) is estimated to own a pet. In the U.S. alone, this is true for 70% of households. A growing pet population means a greater need for veterinary care. In a survey by...
Engineering
How to Build and Deploy a Task Management Application Using Go
Golang is designed to let developers rapidly develop scalable and secure web applications. Go ships with an easy to use, secure, and performant web server alongside its own web templating library. Enterprise users also leverage the language for rapid, cross-platform...
9 Tips for Containerizing Your .NET Application
Over the last five years, .NET has maintained its position as a top framework among professional developers. In Stack Overflow's 2022 Developer Survey, .NET ranked first in the “other framework and libraries” category. Stack Overflow reserves this for developers...
How to Use the BusyBox Docker Official Image
Learn how to use the BusyBox Docker Official Image to help jumpstart your next Linux development project.
Quickly Spin Up New Development Projects with Awesome Compose
Containers optimize our daily development work. They’re standardized, so that we can easily switch between development environments — either migrating to testing or reusing container images for production workloads. However, a challenge arises when you need more than...
Resources to Use Javascript, Python, Java, and Go with Docker
With so many programming and scripting languages out there, developers can tackle development projects any number of ways. However, some languages — like JavaScript, Python, and Java — have been perennial favorites. (We’ve previously touched on this while unpacking...
How to Build and Deploy a URL Shortener Using TypeScript and Nest.js
At Docker, we’re incredibly proud of our vibrant, diverse and creative community. From time to time, we feature cool contributions from the community on our blog to highlight some of the great work our community does. Are you working on something awesome with Docker?...
Why Containers and WebAssembly Work Well Together
Editor's note: The Docker+Wasm Technical Preview is now available. Find out more about the preview and try it for yourself! -- Developers favor the path of least resistance when building, shipping, and deploying their applications. It’s one of the reasons why...
9 Tips for Containerizing Your Spring Boot Code
At Docker, we're incredibly proud of our vibrant, diverse and creative community. From time to time, we feature cool contributions from the community on our blog to highlight some of the great work our community does. Are you working on something awesome with Docker?...