Journal Jul 27th, 2022

Match all characters before the sequence "xyz" (do not include "xyz") >> [^xyz]* The above code matches abcx, abcy, abcz... and is not the intent of the english input.

I lead the Chrome Developer Relations team at Google.

We want people to have the best experience possible on the web without having to install a native app or produce content in a walled garden.

Our team tries to make it easier for developers to build on the web by supporting every Chrome release, creating great content to support developers on web.dev, contributing to MDN, helping to improve browser compatibility, and some of the best developer tools like Lighthouse, Workbox, Squoosh to name just a few.