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...
by Manuel Spigolon If you are using Fastify, you already know that it is the fastest Node.js web framework in town. But we know that a benchmark is...
by Manuel Spigolon If you are using Fastify and Mercurius as GraphQL adapter, you have faced the problem of logging the data sent by the client. If...