Category: javascript

Making Tables Responsive

07/03/2020

Tables have always been a pain point when it comes to responsive design. They will display nicely (sometimes) on desktop but they become a…

Read More

NodeList vs. Array

02/29/2020

When you start to use JavaScript you will deal with arrays quite frequently. You'll also use nodeLists quite freqently too. In a way they…

Read More

Moving My Blog to Gatsby

05/05/2019

For a couple weeks my blog completely disappeared resulting in the link to my blog from my website being broke. This resulted from my…

Read More

Using Cookies in JavaScript

11/28/2018

Let me preface this with I don't know a whole lot about browser cookies. I've only added cookies to JavaScript a couple times. However, I've…

Read More

First Impressions of Gatsby

11/18/2018

There's been a lot of talk about the static site generator called Gatsby. It is React based and powered with GraphQL. I supposed out of all…

Read More