#intermediate

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

Using Sets in Javascript To Remove Duplicates

Apr 12, 2019

Javascript sets were introduced with ES6 and can be leveraged to quickly remove duplicates from an array.

CSS Symbol Selectors

Apr 11, 2019

CSS has some selector symbols that can allow you to target elements in a generalized way.

Git & Linux Dash Shortcuts

Apr 09, 2019

Using the - in linux and git can speed up your workflow and allow you to type less.

Dollar Sign In Devtools

Apr 08, 2019

The dollar sign in the devtools can come in handy as a debugging tool.

SVG: Intro & Overview

Apr 07, 2019

SVG or Scalable Vector Graphics is an XML based markup language and is a powerful way to display images.