#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.