Home/Sarah Drasner
Author
SDSarah Drasner

Sarah Drasner

12 articles by Sarah Drasner.

Performance — New Nuxt Features past v2.10

New Nuxt Features past v2.10

Nuxt offers an incredible developer experience, with a lot of performance and application setup best practices baked in. In recent releases, they’ve been

SDSarah DrasnerSarah Drasner·August 6, 2021Performance
Frontend — Creating UI Components in SVG

Creating UI Components in SVG

I’m thoroughly convinced that SVG unlocks a whole entire world of building interfaces on the web. It might seem daunting to learn SVG at first, but you have a

SDSarah DrasnerSarah Drasner·November 23, 2020Frontend
Frontend — Quick LocalStorage Usage in Vue

Quick LocalStorage Usage in Vue

localStorage can be an incredibly useful tool in creating experiences for applications, extensions, documentation, and a variety of use cases. I've personally

SDSarah DrasnerSarah Drasner·November 5, 2020Frontend
Engineering — In Defense of a Fussy Website

In Defense of a Fussy Website

The other day I was doom-scrolling twitter, and I saw a delightful article titled “The Case for Fussy Breakfasts.” I love food and especially breakfast, and

SDSarah DrasnerSarah Drasner·June 26, 2020Engineering
Engineering — How to Build a Chrome Extension

How to Build a Chrome Extension

I made a Chrome extension this weekend because I found I was doing the same task over and over and wanted to automate it. Plus, I’m a nerd living through a

SDSarah DrasnerSarah Drasner·May 19, 2020Engineering
Frontend — Understanding Async Await

Understanding Async Await

When writing code for the web, eventually you'll need to do some process that might take a few moments to complete. JavaScript can't really multitask, so

SDSarah DrasnerSarah Drasner·January 9, 2020Frontend