DEV Community

Gabor Szabo
Gabor Szabo

Posted on • Originally published at code-maven.com

 

Docker course: What is Docker?

Docker is like VirtualBox, but light-weight, meaning that you can run a lot more Docker containers that VirtualBox machines on the same hardware.

It is a tool to create a boxed version of all the dependencies of your application.

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git