#advanced

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

Check out our pinterest page dedicated to advanced as well!

View Docker Container Logs

Apr 19, 2019

You can access the logs of your docker container by using the name or the id of the container and using the logs command.

CSS Lobotomized Owl Selector

Apr 18, 2019

The lobotomized owl selector (* + *) can come in handy to make your CSS stylesheet a bit less verbose and is a handy relative selector for styling.

Git Clone A Single Branch

Apr 16, 2019

Have a large git repo that you need to clone, but only need to clone one branch?

Copy From Dev Tools

Apr 15, 2019

A very handy debugging tool is to use the 'copy' function in dev tools.

Terminal History Auto Suggestions As You Type With Oh My Zsh

Apr 14, 2019

Oh-My-Zsh is a framework for Zsh, the Z shell. It is an efficiency boom for anyone that works in the terminal. There are a few auto suggest libraries that when combined can give you a fantastic suggestion to what you want to type to save you time and increase your efficiency 10-fold.