#intermediate

All the topics that we've covered at an intermediate level

Git Remote Tips

Jun 07, 2019

When you're dealing with Git, eventually you'll want to push your code to a remote repository. There are a few useful commands to be aware of.

Tail Options For Viewing A File

Jun 05, 2019

Tail is a useful linux command to view the contents of a file.

Responsive Images With src set

Jun 03, 2019

Using srcset we can tell the browser which image to load to make our website faster and look better.

Google Sheets Keyboard Shortcuts

Jun 01, 2019

Speed up your Google Sheets workflow by becoming familiar with these keyboard shortcuts

Copying & Pasting In CLI With pbcopy & pbpaste

May 29, 2019

Need to copy some value from the command line or want to paste?