#advanced

Oh, you fancy huh? All the tips for an advanced developer.

Check out our pinterest page dedicated to advanced as well!

Terminal History: recalling the last command

Mar 08, 2019

Need to run the previous command you just ran with sudo?

Docker Prune: prevent running out of disk space

Mar 07, 2019

Running out of disk space when running docker? You can clean up all images, containers, networks, and volumes not used on your drive.

Terminal: Reverse Terminal Search

Mar 04, 2019

Reverse terminal search: reverse-i-search: Press the ctrl key and the r key simultaneously. A prompt will appear that will allow you to search from your history.

Getting started with docker

Feb 14, 2019

Docker: the containerization you can't seem to escape. Docker can allow you great power and flexibility to make your application light weight portable. But wait, what exactly is docker? And how can you get started with Docker? Let's set out to figure those things out.