Browsing Tag
zod
3 posts
How I Built a Type-Safe Excel Library with Zod
Every project I’ve worked on eventually needs to import or export Excel files. Customer data, reports, inventory lists,…
Using Zod with TypeScript: A Guide for Frontend Developers
If you’re building a frontend application, you’re likely working with data. Whether you’re fetching data from an API,…
Use Server Side Forms in NextJS
I utilized Server Actions, React Server Components (RSC), and Next’s App Router while exploring Forms in Next.js 14.…