Hello! I'm a developer trying to make the web a better place. I'm a homebrewer and birder.
Here's what I've been working on:
-
Birdcode Easy Knowing Index
A set of tools for birders with shorthands for bird names and nocturnal flight call utilities.
-
Learn CSS
I'm working on updating the Learn CSS module on web.dev. This includes updates to the lessons on transitions and colors, and new lessons on Popover, Anchor Positioning and more.
-
Kinection
I'm working on the front end of a volunteer management system for disaster relief and community engagement.
-
Sass Indented Syntax improvements
After documenting the existing Sass indented syntax, I proposed changes to allow for semicolons and line breaks. I then implemented the changes in the Sass parser, solving a long-term need for Sass authors.
-
Web Features
I contributed to the W3C WebDX effort as a Peer Contributor to describe all the CSS features of the web platform and whether developers can reliably use new features.
-
Anchor positioning polyfill
I am a maintainer for the CSS anchor positioning polyfill, and work on improvements and education.
-
Gamut Mapped Gradients Tool
I developed a tool to approximate how gradients would react under different gamut mapping algorithms, with the goal of helping the CSS Working Group and browsers chose an optimal algorithm.
-
Sass Pkg Importer
I wrote the spec for a `pkg` importer in Sass, allowing for simpler imports of packages, especially npm packages. After it was accepted, I implemented in Dart Sass and the Node Embedded Host.