Last weekend I coded a simple web app. It lets users visualize how much money they've pledged to Patreon creators
Learn a few things like createObjectURL, revokeObjectURL and webkitdirectory
Learn how to schedule a backup routine for the content of Sanity headless CMS thanks to GitHub Actions and Artifacts
Learn how to use the keywords noopener, noreferrer and nofollow on links and how they impact security and SEO
How I set up a serverless function on Cloudflare Workers that reposts messages originally published on Habitica's chat to a Discord channel
My experience learning the XState library with React, Vue and TypeScript
Learn how to programmatically change the color of the favicon according to the user's dark/light preference
My experience building my first web extensions with Vue
Use the Nuxt preview mode to let content editors preview their content on the production website from and inside the Sanity Studio.
Learn how to display a Mapbox map in a Nuxt static app using the official Mapbox GL JS library
Create a responsive grid in one line with CSS Grid and the new min() CSS function
Add a trailing slash to your Nuxt static site to benefit from Netlify redirects
I share my experience building a website for a client with the static site generator 11ty and git-based CMS from Netlify
Updated for Tailwind v1.7.4+ Adding Tailwind to your Vue app is easy. No need to use an intermediate...
With Netlify Deploy Preview, we get a new URL for every pull request in the code repository. This is...
📃 Introduction Developers who are lucky to work with the headless CMS from Sanity have the...
Post updated with the release of Nuxt v2.13: replaced nuxt-payload-extractor with nuxt-netlify-cache...
Introduction In this blog post, we are going to write a cloud function that will create a...
Introduction When you want to use Google APIs on your website, you first have to authentic...
Learn how to use the CSS property `cursor` to change the cursor appearance
Getting started with CSS variables
Learn about the new Async Clipboard API
Learn how to use the dialog HTML element
Here are three random CSS features that I didn't know about and was happy to learn that they...
Turning an object into URL query string
Using space-evenly with Flexbox