Tag: typescript

Drizzle Orm Adoption Guide Overview Examples And More

Drizzle ORM adoption guide: Overview, examples, and alternatives

Dev

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.

Agustinus Theodorus
Jul 18, 2024 ⋅ 12 min read
Schema Validation In TypeScript With Zod

Schema validation in TypeScript with Zod

Dev

Learn how to enhance TypeScript runtime type safety using Zod for schema validation and dynamic form validation.

Abhinav Anshul
Jul 16, 2024 ⋅ 11 min read
Leveraging Typescript Branded Types For Stronger Type Checks

Leveraging TypeScript branded types for stronger type checks

Dev

Branded types in TypeScript allow us to write code more clearly, provide more type-safe solutions, and maintain our code more efficiently.

Rashedul Alam
Jul 16, 2024 ⋅ 5 min read
How To Extend The Express Request Object In TypeScript

How to extend the Express Request object in TypeScript

Dev

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.

Antonello Zanini
Jul 8, 2024 ⋅ 14 min read
Using Path Aliases For Cleaner React And TypeScript Imports

Using path aliases for cleaner React and TypeScript imports

Dev

Explore how to configure path aliases in a React and TypeScript app for cleaner imports, organization, and maintainability.

Oghenetega Denedo
May 31, 2024 ⋅ 6 min read
Rescript Vs Typescript Overview And Comparison

ReScript vs. TypeScript: Overview and comparison

Dev

Many modern web developers are embracing emerging technologies that improve the speed of development as well as the quality of […]

Clara Ekekenta
May 13, 2024 ⋅ 7 min read
Shadcn Ui Component Collection Adoption Guide: Overview, Examples, And Alternatives

Shadcn UI adoption guide: Overview, examples, and alternatives

Dev

Explore Shadcn UI, a reusable component collection. See its features, pros, cons, and more to determine if you should use it in your project.

Nefe Emadamerho-Atori
May 10, 2024 ⋅ 9 min read
Using TypeScript Generics To Create Reusable Components

Using TypeScript generics to create reusable components

Dev

Use TypeScript generic types to create reusable components, ensure type safety, and make your code more readable in this post.

Ishan Manandhar
Apr 24, 2024 ⋅ 10 min read
A Practical Guide To TypeScript Decorators

A practical guide to TypeScript decorators

Dev

TypeScript decorators allow you to calculate execution time, perform runtime type assertion, guard against errors, and much more.

Rahman Fadhil
Mar 21, 2024 ⋅ 12 min read
Exploring Stylex And The New Generation Of Styling Libraries

Exploring StyleX and the new generation of styling libraries

Dev

StyleX is a build-time, type-safe CSS-in-JS library recently open sourced by Meta. Explore StyleX and the evolution of styling libraries.

Ibadehin Mojeed
Feb 29, 2024 ⋅ 9 min read
Configuring Nodemon With TypeScript

Configuring nodemon with TypeScript

Dev

Read about three different ways you can configure nodemon with TypeScript — and explore three alternatives to nodemon for other use cases.

Cole Gawin
Feb 27, 2024 ⋅ 10 min read
Typescript Logo Over an Open Book

Building a type-safe dictionary in TypeScript

Dev

This article provides a comprehensive guide on creating type-safe dictionaries in TypeScript to enhance code reliability and reduce errors.

Gapur Kassym
Feb 20, 2024 ⋅ 9 min read