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ě

Accessible Rich Internet Applications (ARIA) is an inevitability when working on web accessibility. That said, it’s everyone’s first time learning

In this tutorial, Blake Lundquist walks us through two methods of creating the “moving-highlight” navigation pattern using only plain JavaScript and CSS. The first technique uses the `getBoundingClien

SVG is easy — until you meet path
. However, it’s not as confusing as it initially looks. In this first installment of a pair of articles, Myriam Frisano aims to teach you the basics of <path>
and

We often spotlight wireframes, research, or tools like Figma, but none of that moves the needle if we can’t collaborate well. Great UX doesn’t happen in isolation. It takes conversations with engineer

What’s the best way to make your SVGs faster, simpler, and more manageable? In this article, pioneering author and web designer Andy Clarke explains the process he relies on to prepare, optimise, an

Designers love to craft, but polishing pixels before the problem is solved is a time-sink. This article pinpoints the five traps that lure us into premature detail — being afraid to show rough work, f

Designing for neurodiversity means recognizing that people aren’t edge cases but individuals with varied ways of thinking and navigating the web. So, how can we create more inclusive experiences that
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...