DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
"type" keyword in Typescript | What is Type Alias ?

"type" keyword in Typescript | What is Type Alias ?

7
Comments
2 min read
TypeScript: Interface is Not Always Recommended Over Type

TypeScript: Interface is Not Always Recommended Over Type

1
Comments
4 min read
Supporting Circularly Referenced Mapped Types in Typescript

Supporting Circularly Referenced Mapped Types in Typescript

7
Comments 4
5 min read
Migrate Existing Fastify Project to Use TypeScript

Migrate Existing Fastify Project to Use TypeScript

Comments
3 min read
Building a High-Performance Angular Application with Incremental Static Regeneration (ISR)

Building a High-Performance Angular Application with Incremental Static Regeneration (ISR)

4
Comments
4 min read
Project-wide Refactor: JavaScript to TypeScript Migration

Project-wide Refactor: JavaScript to TypeScript Migration

8
Comments 1
5 min read
Mastering React Design Patterns: Creating a Tabs Component

Mastering React Design Patterns: Creating a Tabs Component

44
Comments 2
5 min read
Very Simple way to handle requests

Very Simple way to handle requests

10
Comments
2 min read
Day 53: Deep Readonly

Day 53: Deep Readonly

Comments 1
1 min read
Building a Type-Safe API URL Builder in TypeScript: A PokĂŠmon API Example

Building a Type-Safe API URL Builder in TypeScript: A PokĂŠmon API Example

3
Comments
5 min read
JSDoc in TS and JS

JSDoc in TS and JS

40
Comments 11
2 min read
Hello, World!

Hello, World!

1
Comments 3
1 min read
Speed up your Angular Applications

Speed up your Angular Applications

Comments
3 min read
Optimizing For Loops in Angular for Better Performance

Optimizing For Loops in Angular for Better Performance

2
Comments
3 min read
Build a Serverless App Fast with Zipper: Write TypeScript, Offload Everything Else

Build a Serverless App Fast with Zipper: Write TypeScript, Offload Everything Else

13
Comments 1
9 min read
Lapce Typescript Support

Lapce Typescript Support

Comments
2 min read
Creating a Flex component using Next.js, Styled-Componets and Typescript

Creating a Flex component using Next.js, Styled-Componets and Typescript

Comments
2 min read
How to Use Type Guards in TypeScript: A Complete Guide with Examples

How to Use Type Guards in TypeScript: A Complete Guide with Examples

23
Comments 4
12 min read
Understanding Tree: Features, Time Complexity, Difference between BFS and DFS

Understanding Tree: Features, Time Complexity, Difference between BFS and DFS

1
Comments
6 min read
The Best ESLint Rules for React Projects

The Best ESLint Rules for React Projects

49
Comments 8
8 min read
Day 52: Namespace Augmentation

Day 52: Namespace Augmentation

6
Comments
2 min read
I'm going ALL IN on Bun.js

I'm going ALL IN on Bun.js

Comments
4 min read
Don’t block your users! Why you should adopt event-driven architecture

Don’t block your users! Why you should adopt event-driven architecture

4
Comments
5 min read
Fetching & Mutating Data with React-Query

Fetching & Mutating Data with React-Query

21
Comments
5 min read
Developing Console Applications with Node.js in TypeScript

Developing Console Applications with Node.js in TypeScript

24
Comments
5 min read
How to Write a Key Generator using TypeScript

How to Write a Key Generator using TypeScript

2
Comments 2
10 min read
Clean Architecture (Domain Layer)

Clean Architecture (Domain Layer)

17
Comments 3
3 min read
Day 51: Recursive Types

Day 51: Recursive Types

13
Comments 1
3 min read
The most productive tech-stack I've ever used

The most productive tech-stack I've ever used

Comments
4 min read
Create a distributed API for your e-commerce store using Cloudflare and Turso

Create a distributed API for your e-commerce store using Cloudflare and Turso

Comments
11 min read
[Typia] I made Protocol Buffer library of TypeScript, easiest in the world

[Typia] I made Protocol Buffer library of TypeScript, easiest in the world

34
Comments
9 min read
Implementing function overloading in TypeScript

Implementing function overloading in TypeScript

2
Comments
7 min read
Notas de React Native

Notas de React Native

Comments
14 min read
Building a Real-Time Chat App with Express and Socket.io: A Beginner's Guide

Building a Real-Time Chat App with Express and Socket.io: A Beginner's Guide

Comments 1
6 min read
Arquitectura limpia (capa de dominio)

Arquitectura limpia (capa de dominio)

3
Comments
3 min read
Introducing ExpressoTS 2.0

Introducing ExpressoTS 2.0

16
Comments
2 min read
solving cypress component intercept puzzles

solving cypress component intercept puzzles

1
Comments
3 min read
Starting typescript project in 2023

Starting typescript project in 2023

Comments 2
2 min read
⚛️ React.js: Avoid Memory Leaks and Race Conditions in API Calls🧹

⚛️ React.js: Avoid Memory Leaks and Race Conditions in API Calls🧹

10
Comments
2 min read
Day 50: Template Literal Types

Day 50: Template Literal Types

7
Comments
2 min read
Bun: The Next Big Thing in Javascript

Bun: The Next Big Thing in Javascript

79
Comments 29
4 min read
Explicit Software Design. Preliminary Conclusions

Explicit Software Design. Preliminary Conclusions

1
Comments 2
9 min read
DeviceScript - Temperature + MQTT

DeviceScript - Temperature + MQTT

2
Comments
2 min read
Understanding Angular Polyfills and the Role of Zone.js

Understanding Angular Polyfills and the Role of Zone.js

32
Comments
5 min read
🚀 Mastering Asynchronous JavaScript: Choosing Between .then() and async/await

🚀 Mastering Asynchronous JavaScript: Choosing Between .then() and async/await

10
Comments
3 min read
Publishing articles to multiple platforms with decorators and interfaces

Publishing articles to multiple platforms with decorators and interfaces

4
Comments
3 min read
Enforcing Localization through Types

Enforcing Localization through Types

Comments
3 min read
Modify colors of Angular Material Button

Modify colors of Angular Material Button

8
Comments
1 min read
Bun 1.0 - JavaScript meets speed of light

Bun 1.0 - JavaScript meets speed of light

80
Comments 13
3 min read
JavaScript vs TypeScript

JavaScript vs TypeScript

1
Comments
10 min read
Deep Readonly Generic in Typescript

Deep Readonly Generic in Typescript

14
Comments 7
3 min read
How to Design a SurrealDB schema and create a basic client for TypeScript

How to Design a SurrealDB schema and create a basic client for TypeScript

18
Comments
6 min read
I made ERD and documents genertor of Prisma ORM

I made ERD and documents genertor of Prisma ORM

68
Comments 4
5 min read
TypeScript Boilerplate

TypeScript Boilerplate

2
Comments
2 min read
Typescript: Don't use 'as' when using localStorage, define their types

Typescript: Don't use 'as' when using localStorage, define their types

8
Comments
3 min read
React Query : staleTime vs cacheTime

React Query : staleTime vs cacheTime

39
Comments 4
4 min read
Preparing a React course in public - Ideas

Preparing a React course in public - Ideas

1
Comments 5
2 min read
How to use NextJs 13 with Redux Toolkit and Typescript

How to use NextJs 13 with Redux Toolkit and Typescript

16
Comments 6
3 min read
Monitoring SQS with Datadog

Monitoring SQS with Datadog

9
Comments 3
8 min read
Build a Full Stack ReminderApp with React, NextJs, Typescript, ServerAction, Zod, Hook-form, Prisma, and Tailwind

Build a Full Stack ReminderApp with React, NextJs, Typescript, ServerAction, Zod, Hook-form, Prisma, and Tailwind

5
Comments
1 min read
loading...