Currently, I'm busy building and running two projects:
Solid.js is a small, familiar and super-fast library for building User Interfaces. In this post, we build a lightweight third-party widget as a Web Component using Solid and TailwindCSS.
Introducing React for Angular Developers - a series for Angular developers who wish to learn React easily.
Learn the practices you should learn to build production-grade Next.js projects
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.