- Last week was a busy week with not much time to read. I'm going back to the USA for the 2nd time in three weeks and I'm struggling to find how to get the COVID test when my flight is at 7am and the testing unit opens at 7am. Turns out telehealth is a big thing and it's powered by WebRTC
- Read The rise of the extensible app platforms
- I've been doing a lot of thinking in this space recently, so the timing is very apropos.
- Naturally you think about Chrome Extensions extending the browser and empowering users, but there's also a lot of other platforms in the browser itself: Chrome DevTools is one example, you can build your own tooling to extend and enhance your developer offerings. Lighthouse has plugins and Stackpacks that developers can build. Chrome DevTools Protocol and Puppeteer are two other
- Vercel is another example that I've seen recently Find an Integration – Vercel
- Read https://developer.android.com/quality
- I found this quite interesting. In my mind it relates to things like Core Web Vitals, there's guidelines and hints and tips. I do wonder if this is just aspirational though or if it can be made more concrete...?
- Read GOV.UK drops jQuery from their front end.
- I love this, I hope we can do more of these types of posts to help raising the voices of the great work in the community.
- Read Chromium Blog: Chrome 103 Beta: Early Navigation Hints, a Host of Completed Origin Trials, and More
- I love the progress that we see in Chrome, but trying to build a story around the API's that launch and when.... well, that's impossible :D
- Read Angular’s Vision for the Future. In the Angular 2021 recap and 2022… | by Madleina Scheidegger | May, 2022 | Angular Blog
- There's lots to read in here and I'd recommend it. One thing stuck out: "Outreach and guides to help you navigate in the evolving ecosystem" - we see in our developer surveys that people are just struggling to keep up.
- Read Arc Note: Datasette - Simon Willison
- This is such a great post. I love where the experimentation with Datasette has gone and I follow it. I built a demo similar when I was working in Fraud Detection so I have a soft spot for this.
- TODO read https://jupyterlite.readthedocs.io/
- "I ended up figuring out that running Datasette in Pyodide in a web worker was the best strategy. Web workers allow JavaScript web applications to run CPU intensive code in a separate process, such that they won’t block the main browser UI thread. Running Python in WebAssembly is exactly the kind of thing they are good for!" - I just love the fact that people are pushing Web Workers again.
- Read The Baked Data architectural pattern
- Followed https://architecturenotes.co/
- After reading the Datasette post, I've followed this. I love these dives and I wanted to start something similar in the past. I can't wait to read more.
- Read Google I/O 2022 Urges Developers to Focus on the ‘Real World’ – The New Stack
- Real-world. Kinda nice to see some of the themes we've been working around are getting picked up.
- Read Core Web Vitals Study 2022 - tl;dr Marketing - just an interesting read.
- Read Lesser-Known And Underused CSS Features In 2022 — Smashing Magazine
- TIL on most of these.
- Read As a user, I prefer static HTML pages over web "apps". : webdev
- Read Just How Long Should Alt Text Be?
- This post was a good read and it raised up one of the issues I have, I get so nervous around things like Alt Text that I end up doing it less than I should.
- Read More thoughts on SPAs | Read the Tea Leaves - Amazing Read from Nolan Lawson
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.