I have to tell you about Dependabot 🤖
May 31, 2019
Dependabot is an automation service that will automatically create PRs to keep your projects' dependencies up to date, and it is fucking wonderful.
Read more →August 23, 2021
Tools like Eleventy, Hugo, Gatsby, Svelte, and others have given developers a superpower for quickly developing content-driven, easily manageable web properties. It's an exciting frontier for developers who are also content creators, but for non-technical creators, our favorite toolchains can feel like a labyrinth of indecipherable choices.
In this talk, we'll discuss our role in promoting the creator economy. We'll talk about the opportunity we have as developers in helping to democratize content creation for everyone, and the importance of creating a more robust, archival internet.
July 14, 2020
An interview with my former employer (and parent company of Gymnasium), Aquent about my thoughts on what it means to be a Fullstack Developer.
Description from the article:
Full article is available to read on Aquent UK's blog.
May 31, 2019
Dependabot is an automation service that will automatically create PRs to keep your projects' dependencies up to date, and it is fucking wonderful.
Read more →April 26, 2019
This is a follow-up to my first post on the upcoming Promise.allSettled() function, coming soon to a node application near you.
Read more →April 17, 2019
Part 2 in a series of posts on destructuring syntax for JavaScript and Node.
Read more →April 12, 2019
Promise.allSettled() is a new API coming to the JavaScript / ES6 standard which can help you more efficiently build node applications that make simultaneous asynchronous API calls
Read more →April 02, 2019
If you're not careful, your node projects can start to fill all the spare disk space on your computer. This one weird trick (lol) can help avoid that.
Read more →March 26, 2019
Destructuring syntax in es6 (or es2015, etc) JavaScript is a wonderfully useful bit of the language. It allows you to extract values from an Object and assign them to a new variable in one statement -- but it can be confusing to read.
Read more →February 25, 2019
Prettier.js is a fantastic way to systemize and automate your project's code style.
Read more →