187 followers
I’m a developer advocate working with GraphCMS to create content that helps remove friction and educate around the GraphQL space.
I have several components that I use across a couple of my SvelteKit projects. I decided to make them into an npm package so that I'm not maintaining...
In this how-to I'll be walking through the process of creating a contact form in SvelteKit using Airtable for storing the submissions with no...
How to set up Tailwind CSS with Svelte, two examples here of adding Tailwind CSS to a new Svelte project. ℹ️ Please note at the time of writing...
URL shorteners, use them for when you want to share an easy to remember link. You can use a service like Bitly or TinyURL or any of the other ones out...
How do you filter a JavaScript object that has duplicate properties? Use reduce! The specific situation I had is a list of objects with duplicate...
This is an updated guide on the post I did at the start of the year for setting up a web development environment on Windows with Windows Subsystem for...