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/
Chcete-li přidat komentář, přihlaste se
Ostatní příspěvky v této skupině

Do you need a little inspiration boost? Well, then our new batch of desktop wallpapers might be for you. The wallpapers are designed with love by the community for the community and can be downloaded

The Core Model is a practical methodology that flips traditional digital development on its head. Instead of starting with solutions or structure, we begin with a hypothesis about what users need and

Web Components are more than just Custom Elements. Shadow DOM, HTML Templates, and Custom Elements each play a role. In this article, Russell Beswick demonstrates how Shadow DOM fits into the broader

Today, roughly 10% of people are left-handed. Yet most products — digital and physical — aren’t designed with it in mind. Let’s change that. More design patterns in <a href="https://smart-

Event listeners are essential for interactivity in JavaScript, but they can quietly cause memory leaks if not removed properly. And what if your event listener needs parameters? That’s where things ge

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
3y | 15. 7. 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...