Chandler Gonzales

@chandlergonzales.com

Building something new in manufacturing. Formerly @Logixboard

It would be hard to understate how large of a feat of engineering this was. PostGraphile is such a powerful tool and it's great to see such a great foundation for the future in v5 Kudos to @benjie.dev, Jem, and all who contributed to Postgraphile

Graphile@graphile.org · 5mo ago

PostGraphile V5 is here! New execution engine. New export system. New extension capabilities. Same focus on productivity and performance! This is the biggest release we’ve ever shipped. See what changed: postgraphile.org/news/2026-0...

Josh builds the highest quality educational materials I've seen in the world of web software development If his last 2 courses are any indication, I'll be referencing this for years. I highly recommend checking it out

Josh W. Comeau@joshwcomeau.com · 11mo ago

We’re live!! My brand-new course, “Whimsical Animations”, is now available. 🥳🎉 whimsy.joshwcomeau.com I’m so excited to share all of my animation tools and techniques with y’all. 😄

C++ is much easier post-ChatGPT. Was grumbling that current project forced my hand into building a portion in C++, and now I'm breezing through building it Dependency management is also much better than it was in ~2016, but it is still very rough. make's pip look good

I'd love to see a post on React's useOptimistic from @joshwcomeau.com 😁 The React docs and existing resources out there are too high level. They don't actually explain how it actually works in detail - they just show an example of how it's used. In my experimentation, it seems sneakily nuanced!

Diving into Next.js and it feels like the cacheing primitives are designed more for semi-static sites than for dynamic ones e.g. it'd be huge have cache tags be dynamic. Then I can revalidate a single cache entry, not just the entire cache really hope they're working on this

🎉 Introducing my upcoming third course, Whimsical Animations! This course will teach you how to build top-tier animations and interactions using a variety of techniques. ✨ You can join the waitlist on the course’s brand-new site, which is the most ridiculous thing I’ve built in quite some time:

Whimsical Animations

Learn how to create charming interactions and delightful touches using the magic of CSS, JavaScript, SVG, and Canvas. I’m sharing all my tricks in this one!

whimsy.joshwcomeau.com

2 things I'd love to see from new cloud providers like Railway, Fly.io, 1 - an LLM to chat with that has the context of the state of your whole account. "Why am I seeing X?" "It could be because this setting is set over here"

Finishing up ESLint’s financials for 2024 and…it’s not pretty. ESLint ran at a nearly $60,000 deficit. We managed due to our prioritizing building up our reserves for several years prior in case of a rainy day. We can use your help closing the gap. eslint.org/donate

Donate - ESLint - Pluggable JavaScript Linter

A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.

eslint.org

Kinda wild that we don’t have an HTTP status code for partial success other than 206, which seems focused on the range request I wonder what would break if the GraphQL community just commandeered a 2xx number and started using it. We’ve still got plenty of numbers, right? 😅

I know that ship has already sailed, but it’s a tiny shame that the term “query” is used in GraphQL requests to refer to the whole document and to the query operations. Could’ve calledthe request the “document” or maybe “queryDocument” to better disambiguate. Naming is hard

I wanna hear the untold stories of the huge architectural and data migrations that go into the “smallest” changes like when Slack added the ability to add someone to a group DM and *move past messages* to the new conversation or how Amazon no longer asks which Kindle to send your library book to