Social Media Posts

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...

Intro To JSON & JSON Schema

Jul 01, 2019

As a web developer, it’ll be hard to not come across JSON or JavaScript Object Notation, so understanding it is important as a webdev.