Content (Writing and Links)
- # 10/27/2024 - Holiday Lights
Create interactive shaders to use on desktop, mobile and in the browser. - Source for shaders that you can use for a light show.
- # 10/19/2024 - Browser Internals
Upstream downstream relationships - Really awesome deep dive into the history of browser engines and how be a good “upstream” or “downstream”
- # 10/19/2024 - JavaScript
setBigTimeout - ✨innovation✨
- # 10/19/2024 - Browser Internals
How CSS Floats Work - This whole site is a fun dive into browser internals and behaviors.
- # 9/2/2024 - Tools
What would you like to create? - Pretty nice looking storefront site that lets you make your own merch and stuff. Recommended by @levelsio.
- # 9/2/2024 - Design
Redesigning Piccalilli: the first part of the design process - First part of a view into how real thorough web design happens.
- # 9/2/2024 - Design
Priority Guides: A Content-First Alternative to Wireframes - Referred to in the previous link, a good primer for how to think about starting a design without wireframes.
- # 9/2/2024 - Web Performance
How to make your web page faster before it even loads - A bit of a sales pitch for Sentry, but a good FCP article nonetheless.
- # 8/31/2024 - Developer Productivity
CodeViz - Understanding a codebase is a key problem for devs. This looks super interesting.
- # 8/24/2024 - Data Analysis
– A Grammar of Interactive Graphics - Vega looks like a declarative way to create charts. Give it JSON of data and JSON to describe the visual, and it does the rest. Good to keep in mind.