Category: javascript
AdSense in Gatsby
May 15th, 2019How to add Google AdSense and other components to a Gatsby markdown blog.IntroductionGatsby has some great plugins that allow you to use…
Moving to Gatsby from Jekyll
May 6th, 2019I talk about why I decided to move idesignpixels.com from a static Jekyll site to a static Gatsby site and why you may also want to.The goal…
Higher Order Functions
May 10th, 2018A post that tries to help demystify how higher order functions work by looking at ones you probably already use.When you first see higher…
React Portals
Mar 17th, 2018Today I look at the new React portals feature that allows you to render modals outside of the parent component.React portals were recently…