I cross-post all of my articles to DEV (soon to other platforms such as Medium and Hashnode as well)...
Integrating 3rd-party APIs into Jamstack apps and websites becomes a bit tricky when the access token...
I have a collection of snippets and utilities that I frequently reach for when building web stuff. Up...
For performance and user experience reasons there are certain tasks that we want to complete before D...
It used to be common practice in web design to "nuke from orbit" the default (and admittedly somewhat...
IndieAuth.com is a public instance of IndieAuth, the decentralised identity protocol built on top of...
The lazy loading of images via the loading attribute has landed in Chrome, and other browser-vendors...
Out of the box, Nuxt sites cannot be used to verify domains on Flattr. The only way to verify a doma...
PurgeCSS is a tool for removing unused CSS. It achieves this by cross-checking the compiled CSS with...
Netlify Build is a great platform for running static site builds in conjunction with your Git workflo...
I’m using Netlify in conjunction with Contentful and have configured a Contenful Outgoing Webhook to...
The scenario is relatively straight-forward: we have a Vuex module located in~/store/projects.js and...