On this website I showcase my projects, my learnings, and my life.
I founded MakerKit and co-founded Formtoro.
Zod is a Typescript-first validation library for parsing data-structures and validate they respect your schema. In this blog post, we show how to validate a Next.js API's body payload with Zod.
Learn how to write a Next.js middleware pipe to automatically and elegantly handle exceptions in your API functions
Next.js API routes are lean and powerful - but reusing code is not straightforward. Next API Middlewares can help us write better code and more reusable API.
In this post, we are going to build a React component to lazy rendering React trees to improve performance and page loading speed.
In this post, we are going to build a React button able to connect with a Metamask Wallet, and read the wallet's selected address.
Add dark mode to any webpage thanks to a single line of CSS, or with a simple Tailwind Class