Tools

3 notes

What is Docker?

Published:

A simple introduction to Docker — packing your app and everything it needs into one neat box.

#docker#containers#devops

What is SSH?

Published:

A simple introduction to SSH — the secure way to log into another computer over the internet.

#ssh#security#networking

What is a Package Manager?

Published:

A simple introduction to package managers — the tools that install and manage the code your project depends on.

#package-manager#npm#pip