TypeScript


Level Up Your TypeScript Skills: Building Type-Safe Applications with Zod

Level Up Your TypeScript Skills: Building Type-Safe Applications with Zod

A step-by-step guide on how to build type-safe applications with Zod

typescriptjavascriptzod
TypeScript VS JSDoc: Which One Has a Better Cost-Performance Ratio?

TypeScript VS JSDoc: Which One Has a Better Cost-Performance Ratio?

Is TypeScript unaffordable or does JSDoc have a better cost-performance ratio?

typescriptjsdocjavascript
How to Bundle a TypeScript Project with Tsup?

How to Bundle a TypeScript Project with Tsup?

Bundle TypeScript Project and publish as an NPM package (Update).

TypescriptReactTsup
TypeScript Made Easy: A Practical Guide To Your First Type-Safe App with Next.js, WunderGraph, and Prisma

TypeScript Made Easy: A Practical Guide To Your First Type-Safe App with Next.js, WunderGraph, and Prisma

It’s time to put your fears aside and learn TypeScript. Let’s give you your first “Eureka!” moment by building a full stack Todo App with end-to-end type safety!

TypescriptNextjsWundergraph
TS 5.0 Beta: New Decorators Are Here!

TS 5.0 Beta: New Decorators Are Here!

TypeScript 5.0 Decorator, TypeScript ES Decorator, TypeScript Decorator, TypeScript Decorators, How To Use Decorators in TypeScript, Decorator in TypeScript, The Magic of TypeScript Decorators, typescript decorators guide, TypeScript 5.0, TS 5.0

TypescriptJavaScriptFront End Development
How to Use “as const” in TypeScript (const assertions)

How to Use “as const” in TypeScript (const assertions)

When should we use it?

Typescript
Advanced TypeScript: Type-Level Nested Object Paths

Advanced TypeScript: Type-Level Nested Object Paths

A Real-world use case of Conditional Types, Type Inference, Template Literal Types, and Recursion.

JavaScriptReactProgramming
How to Create Global Variables in TypeScript with Node.js

How to Create Global Variables in TypeScript with Node.js

TypeScriptNode.jsJavaScript
How to Make Certain Properties Optional in TypeScript

How to Make Certain Properties Optional in TypeScript

TypescriptJavascriptProgramming
How to Use enum Keys in TypeScript Interfaces and Types

How to Use enum Keys in TypeScript Interfaces and Types

Enum keys duplicated in interface

TypescriptJavascriptProgramming