Watch “Get started with Netlify Serverless Functions” on egghead.io This last little while I’ve been doing a fair amount of work on kentcdodds.com. One page that I’ve been working on is the contact page where you can request enterprise training, ...

I was one of the first users of Firebase back in the day. In fact, I spearheaded their “torch program” for firebase advocates (this has been long discontinued and was way before they were bought by Google). I was there ...

Allow me to quickly answer to the “normal” use case of “How to define function overload types with TypeScript” with an example: I want a function that accepts a callback or returns a promise if none is provided: const logResult ...

In JavaScript itself, there are lots of ways to write functions. Add TypeScript to the mix and all of a sudden it’s a lot to think about. So with the help of some friends, I’ve put together this list of ...