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/
Zaloguj się, aby dodać komentarz
Inne posty w tej grupie

Keyboard navigation is a vital aspect of accessible web design, and a detail-oriented approach is crucial. Prioritizing keyboard navigation prioritizes the user experience for a diverse audience, exte

While there’s no definitive playbook for building an accessibility culture, Dani shares lessons from his experience in shaping it through habits rather than mandates. https://smashingmagazine.com/2025

Dark mode isn’t just a trendy aesthetic. It’s a gateway to more inclusive digital experiences, but only if designed thoughtfully. Discover how to craft dark modes that don’t just look good but work fo

“Gilding the lily” isn’t always bad. In design, a touch of metaphorical gold — a subtle animated transition, a hint of color, or added depth in a drop shadow — can help communicate a level of care and

Animation makes things clearer, especially for designers and front-end developers working on UI, prototypes, or interactive visuals. Manim is a tool that lets you create smooth and dynamic animations,

When passion for accessibility meets business indifference, what bridges the gap? Gloria Diaz Alonso shares how she turned frustration into strategy — by learning to speak the language of business. ht

In this article, Edoardo Dusi shares the engineering and architectural choices made by the team at Storyblok and how real-world migration challenges were addressed using modern PHP practices. https://
3y | 15 lip 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...