Social Media Posts
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.
Tab Completion In Linux
Apr 06, 2019
Use tab completion in your linux shell to move faster around your terminal.
Using Console.trace In Javascript
Apr 05, 2019
Output the stack trace in #javascript using the console.trace method.