frontend (3)

A build time draft state solution for markdown in gatsby.

After completing the rewrite of my personal website using gatsby, I started migrating all my content from my old website to this one. In the process, I remembered that Jekyll had a way of indicatin... Keep Reading

#react#javascript#frontend#gatsby
when.js2014-11-05

Ensure async script dependencies are available before use

I've been thinking about javascript library dependencies (I'm going to use library in place of library/framework so that I don't have to write it a bunch) in the browser lately and the async attribu... Keep Reading

#javascript#frontend#asynchronous
Memoize2014-10-12

How memoizing works and an explanation of a javascript implementation

Being a dad there isn't much to make me prouder than to see my daughter trying to type on my computer so that she can be just like her daddy. So I decided to let her co-author this post with me (ev... Keep Reading

#javascript#frontend