Writing on software engineering and architecture, hobby gaming, travel, and lifestyle.

All of my long form thoughts on the realms of technology, games, travel, and lifestyle, all inspired by my professional expertise and personal experiences.

Building Federated Subgraphs with Nest.js

A lot of my current work in the GraphQL ecosystem has centered around the use of Apollo Federation to build an enterprise wide supergraph across several domains. In this post, I show the steps necessary to build entities in a federated subgraph using the Nest.js framework.

Blogging with MDX in Next.js

With the latest rework of my website, I decided to simplify my content stack back to the official @next/mdx packages with the new AppRouter, and found that it was more than adequate for my needs. Learn some tips and tricks for making the official support work for you, while also providing automated indexing and category support for your posts.