Douglas Moura

Douglas Moura

Software Engineer

Douglas Moura

Douglas Moura

Software Engineer, Musician and Jiujiteiro.

#Tips

Validate your environment variables with Zod

Published at:Published at:Updated at:

Validate your environment variables with Zod
Zod is the most famous validation library in the TypeScript ecosystem. With Zod, you create a schema and validate your data according to…

Rendering JSX on the Server with Fastify

Published at:Published at:Updated at:

Rendering JSX on the Server with Fastify
JSX is an excellent abstraction for building web interfaces. Introduced by Facebook and popularized by React, it's an extension of…