#intermediate

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

Database: dump query as CSV

Mar 23, 2019

Someone from business development asking you to dump a query as a csv from the database?

Git: rename a branch

Mar 21, 2019

Named your git branch incorrectly? You can quickly rename a branch by using the -m flag

SCSS: ampersand rules

Mar 17, 2019

Using the & after a declaration you can set a css rule to apply given that the selector that has the & after actually applies when it is the parent of the element it is nested under 🤔...

Javascript: array inclusion check

Mar 16, 2019

Looking for a quick way to see if an item is an array? Use the...