If you just need to fetch some data you can use useQuery and be on your way, but as your application grows in complexity you may find yourself wanting to connect to a websocket to receive real-time updates from your server. Fortunately, React Query makes this quite painless.
After almost a decade working as an individual contributor — with a few short stints in engineering leadership-adjacent roles — I've decided to finally make the jump to engineering management.
One thing I had to sort out when migrating this site to Next.js was moving from the relatively-straightforward implementation of gatsby-plugin-feed to building a custom-rolled RSS feed. It actually turned out to be a relatively painless process, so I thought I'd share how it works.