Activity feed
That's My Jamstack: Shipping, learning and rendering
An introduction to GraphQL and how to use GraphQL APIs
While it’s easy to start making your first query with GraphQL with very little research, I thought it would be useful to consolidate all I’ve learned throughout the year and provide a high-level introduction to GraphQL for anyone interested in getting started.
I streamed for Twitch Dev Day 2021

Developer Avocados: my story
JavaScript will kill you in the Apocalypse
I joined the JSParty Changelog podcast to share my take that JavaScript is best in moderation, and is a liability when creating performant, resilient, and accessible web applications. I believe we’re drunk on JavaScript, and it’s time we learn how to leverage this powerful web primitive to enhance our web experiences, alongside HTML and CSS, instead of purely relying on JavaScript to completely run the show.
Twitch API Fun with TrostCodes
Microsoft Reactor Community Spotlight
GitHub ReadME Project

How to load responsive images in AVIF and WebP using the HTML picture element
AVIF claims to offer 30% better compression than current alternatives such as WebP. It’s optimized for the web, designed with a low computation footprint, and what’s more — it’s open source. But should you be using AVIF? As usual, it depends! And if you'd like to try it out, here's a complete guide on how to serve responsive images in multiple formats to the browser using the HTML picture element.