Fastify & Typescript: with the new Node.js flag --experimental-strip-types
How to launch Fastify server in TypeScript without compiling, thanks to new native TypeScript support in Node.js.
Oct 1, 20248 min read

Search for a command to run...
How to launch Fastify server in TypeScript without compiling, thanks to new native TypeScript support in Node.js.

Step-by-Step Guide to Adapt Fastify Logger to Your Needs.

In this article we will see how to automatically type Fastify routes via the JSON schema, using the Type-Provider: TypeBox. click here to read the article in italian language Pre-requirements Node.js v20.13.1 What are Type-Providers? Documentation:...

I've been programming for about 7 years and this is my first article writing, and hopefully the first of a long series.
