We build a simple web API using MySQL and Drizzle, an ORM built in TypeScript that offers a more flexible and extensible solution than alternatives like Prisma and TypeORM.
Learn how to enhance TypeScript runtime type safety using Zod for schema validation and dynamic form validation.
Branded types in TypeScript allow us to write code more clearly, provide more type-safe solutions, and maintain our code more efficiently.
Let’s learn how to extend the Request type in TypeScript to make its instances store custom data you can use at the controller level.
Explore how to configure path aliases in a React and TypeScript app for cleaner imports, organization, and maintainability.
Many modern web developers are embracing emerging technologies that improve the speed of development as well as the quality of […]
Explore Shadcn UI, a reusable component collection. See its features, pros, cons, and more to determine if you should use it in your project.
Use TypeScript generic types to create reusable components, ensure type safety, and make your code more readable in this post.
TypeScript decorators allow you to calculate execution time, perform runtime type assertion, guard against errors, and much more.
StyleX is a build-time, type-safe CSS-in-JS library recently open sourced by Meta. Explore StyleX and the evolution of styling libraries.
Read about three different ways you can configure nodemon with TypeScript — and explore three alternatives to nodemon for other use cases.
This article provides a comprehensive guide on creating type-safe dictionaries in TypeScript to enhance code reliability and reduce errors.