Designly Blog

#Typescript

Full-Stack Next.js 15 Development Using Zod, Typescript, tRPC, react-query, and Sequelize ORM
22 days ago
Full-Stack Development

Full-Stack Next.js 15 Development Using Zod, Typescript, tRPC, react-query, and Sequelize ORM

Build Next.js apps with Zod, tRPC, React-Query, and Sequelize for end-to-end type safety. Includes code examples and GitHub repo!

Using ENUMs to Make JSX Select Inputs More Type-safe
6 months ago
Front End Development

Using ENUMs to Make JSX Select Inputs More Type-safe

Enhance your React/Next.js projects with TypeScript for better type safety and code hinting. Learn how to use ENUMs for type-safe HTML select elements.

Making Typescript More Flexible: Generics and Discriminated Unions
1 year ago
Full-Stack Development

Making Typescript More Flexible: Generics and Discriminated Unions

Master TypeScript's key features—Generics, Discriminated Unions, and Type Guards—with hands-on examples. Boost your code's type safety and flexibility.