Social Media Posts

Dev Tools Capture Screenshot

Jun 06, 2019

Using dev tools you can take a screenshot of the current webpage or portion of the webpage.

Tail Options For Viewing A File

Jun 05, 2019

Tail is a useful linux command to view the contents of a file.

Freezing Object In Javascript

Jun 04, 2019

Object.freeze() is useful to prevent an object from changing, so no new properties can be added to it, no existing properties can be removed, the enumerability can not be changed, and existing values of properties can not be changed.

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.

Using CSS Variables

Jun 02, 2019

CSS variables also known as custom properties recently received broader browser support to a point where they can be used without much thought (except in IE 11 👎)