Social Media Posts

Autofocus HTML Attribute

Mar 14, 2019

You can add in an autofocus HTML5 attribute which tells the browser to give that element focus when the page loads.

Time linux utility

Mar 13, 2019

You can time the execution of a shell command using the time unix utility.

Google Doc/Sheet open shortcut

Mar 12, 2019

Did you know there is a shortcut to open up a google doc or google sheet?

SCSS Control Directive

Mar 11, 2019

Using #scss you can take advantage of control directives

Javascript function length

Mar 10, 2019

The length of a #javascript function will tell you how many arguments it accepts