Using only Docker to build and run applications and commands removes the need for previous knowledge in some tool or programming language. Also, it avoids the necessity to install new modules and dependencies directly to the system, which makes development machine-independent. https://smashingmagazine.com/2022/07/using-nothing-but-docker-projects/
Melden Sie sich an, um einen Kommentar hinzuzufügen
Andere Beiträge in dieser Gruppe

Ensuring your product communicates clearly to a global audience is not just about localisation. Even for products that have a proper localisation process, English often remains the default language fo

Learn why flip phones still matter in 2025, and how you can build and launch web apps for these tiny devices. https://smashingmagazine.com/2025/07/tiny-screens-big-impact-developing-web-apps-feature-p

Designing a new AI feature? Where do you even begin? From first steps to design flows and interactions, here’s a simple, systematic approach to building AI experiences that stick. https://smashingmaga

The Wizard of Oz method is a proven UX research tool that simulates real interactions to uncover authentic user behavior. Victor Yocco unpacks the core principles of the WOZ method, explores advanced

Traditional page builders have shaped how we build WordPress sites for years. Let’s take a closer look at Droip, a modern, no-code visual builder, and explore how it redefines th

As always in design, timing matters, and so do timely notifications. Let’s explore how we might improve the notifications UX. More design patterns in our <a href="https://smart-interface-design-patter

CSS has evolved from a purely presentational language into one with growing logical powers — thanks to features like container queries, relational pseudo-classes, and the if()
function. Is it still
3y | 15.07.2022, 12:51:50
Probably true for larger companies with lots of projects. For one person (althought with several projects), it is sufficient to own some server and run everything there. Nothing against docker, it is useful some some cases (easily to reproduce development environment, scale project, releasing new version on production).
On other side, docker will just increase complexity, take lot of disk space, decrease performance, you need to learn some orchestration tools (swarm, kubernetes, zookeeper...). Have idea about networking. And if you dont have some good money making project with lots of users and request, it is only nice to have...