Matt Ezell
Software Architect · Builder · Technologist
Building things with code since the dial-up days. Currently obsessed with AI agents, developer tooling, and helping builders navigate what comes next.
▸ Current Projects
▸ Recent Writing
Setting up a Pi-Hole on a Raspberry Pi Model A in 2024
It's 2024. You're looking back at 2023 as a blur. How many different Internet providers did you go through? It could have been 3 - it could have been 300. It...
Running Windows 11 on Apple M1 Silicone under MacOS
Wait. What? Say huh? Okay. Whatever. If you're reading this, I have to assume you read the title of the post and so know why you're here - so let's dig in. I...
TIL: Browser window/tab/frame/iframe intercommunication via BroadcastChannel Web API
I was today years old when I learned of the BroadcastChannel Web API, which facilitates intercommunication between windows, tabs, frames and iframes on the...
ES/TC39 Proposals - Change Array by copy (Stage 3) - Immutable Array Operations
As a follow up to my last post , I've decided to dig in a little more to some of the upcoming TC39 proposals. The proposal that we're reviewing today provides...
ES/TC39 Proposals - Playing With Tomorrow's JavaScript Today (core-js)
tl;dr Trying to learn more Ran across a JavaScript feature proposal for Array.prototype.group() Peaked behind the curtain of the future of JavaScript by way of...