If you're using Fastify with Mercurius as your GraphQL adapter, you may be looking for some advanced usages. In this article, we'll explore a real...
Recently, Matteo Collina, one of Fastify's creators and much more, launched Platformatic: a fast backend development platform. Since it is built on...
You may have seen the term "AST" in multiple contexts without digging into what it actually means. It is a common term in compiler theory, and it is...
One of the most important differentiating features of Fastify is its Plugin System and the encapsulation concept. These two features are synonymous as...
Learn why it breaks the instanceof operator · jest, the popular testing framework created by Facebook with over 50 million downloads per month, causes...
Solve the N+1 Problem Using DataLoader with Mercurius GraphQL by Manuel Spigolon If you are using Fastify with Mercurius as the GraphQL adapter, you...