Social Media Posts

Save Console Log Contents

Jul 08, 2019

Did you know in chrome dev tools you can save the contents of your console log?

Bashrc For Terminal

Jul 07, 2019

If you spend a lot of time in the terminal you’ll find that you write some commands very often. It is a good idea to add some shortcuts to some commands so that you can do less typing and be more efficient in your command line interface (cli)

Iterables In Javascript

Jul 06, 2019

Iterators are a way to loop over any collection in JavaScript.

What Is A CDN?

Jul 03, 2019

A CDN is a content delivery network and refers to a distributed group of servers which work together to provide extremely fast internet content.

Intro To Styled Components

Jul 02, 2019

The idea of CSS in JS was a concept that was first talked about in 2014 and some dismissed it as nonsense...