DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Custom Error Class in Angular 12+

Custom Error Class in Angular 12+

5
Comments
3 min read
Create a notification tree with strong type prompt in typescript

Create a notification tree with strong type prompt in typescript

7
Comments
4 min read
A Serverless Architecture to handle image generation from bulk data

A Serverless Architecture to handle image generation from bulk data

12
Comments
9 min read
Efficiently read files in a directory with Node.js opendir

Efficiently read files in a directory with Node.js opendir

10
Comments
2 min read
tsParticles 2.2.1 Released

tsParticles 2.2.1 Released

21
Comments
1 min read
How to optimise and customise your Contentful images with TypeScript

How to optimise and customise your Contentful images with TypeScript

5
Comments
5 min read
A First Look at Bun: Will It Take Node’s Crown?

A First Look at Bun: Will It Take Node’s Crown?

7
Comments
10 min read
Angular: Content Projection end to end

Angular: Content Projection end to end

8
Comments
2 min read
Create a Static Class in Typescript

Create a Static Class in Typescript

9
Comments
1 min read
Migrating a nodejs, webpack project from JavaScript to TypeScript

Migrating a nodejs, webpack project from JavaScript to TypeScript

8
Comments 1
1 min read
How to Build A Shopify Embed App with VueJs, Tailwind CSS, NodeJs and Laravel

How to Build A Shopify Embed App with VueJs, Tailwind CSS, NodeJs and Laravel

20
Comments 4
4 min read
Typing React Components: React.FC or JSX.Element?

Typing React Components: React.FC or JSX.Element?

19
Comments 1
2 min read
tsParticles 2.2.0 Released

tsParticles 2.2.0 Released

24
Comments
1 min read
How to deploy an AWS Lambda Stack under a custom domain name

How to deploy an AWS Lambda Stack under a custom domain name

12
Comments
4 min read
Every javascript developer should learn Typescript 🔥🔥and here is why

Every javascript developer should learn Typescript 🔥🔥and here is why

13
Comments 1
5 min read
How to use React memoization hooks for increased performance

How to use React memoization hooks for increased performance

1
Comments
4 min read
Getting Started With TypeScript

Getting Started With TypeScript

15
Comments 20
2 min read
TypeScript - The Best Way to Use It with React

TypeScript - The Best Way to Use It with React

281
Comments 17
4 min read
🚀 Top-level await in AWS Lamba with TypeScript

🚀 Top-level await in AWS Lamba with TypeScript

20
Comments
2 min read
Typescript WTF Moments 5: const a = 'a' is not equal to const a = 'a' as const and const a:'a'='a'

Typescript WTF Moments 5: const a = 'a' is not equal to const a = 'a' as const and const a:'a'='a'

3
Comments
1 min read
How To Check Types In Typescript

How To Check Types In Typescript

46
Comments 1
3 min read
Creating your next custom boilerplate easily with Simple-Scaffold

Creating your next custom boilerplate easily with Simple-Scaffold

Comments
4 min read
Typescript in React

Typescript in React

3
Comments
5 min read
Create an Enum representation in JavaScript using Proxy object.

Create an Enum representation in JavaScript using Proxy object.

9
Comments 3
5 min read
7 javascript/typescript playground

7 javascript/typescript playground

11
Comments
1 min read
How to create your own Angular Tooltip Directive - a short tutorial

How to create your own Angular Tooltip Directive - a short tutorial

9
Comments
10 min read
How to create a container component

How to create a container component

7
Comments
1 min read
Axios & Error handling like a boss 😎

Axios & Error handling like a boss 😎

72
Comments 3
13 min read
Bun - What can I use it for?

Bun - What can I use it for?

5
Comments
5 min read
Angular Pipe Character Counter

Angular Pipe Character Counter

10
Comments
1 min read
Lit: how to use it

Lit: how to use it

5
Comments
2 min read
[WebRTC][Web Audio API] Identify who is vocalizing

[WebRTC][Web Audio API] Identify who is vocalizing

8
Comments
5 min read
Rescript bindings for Typescript union types

Rescript bindings for Typescript union types

5
Comments
1 min read
Padronização de commits em projetos Typescript

Padronização de commits em projetos Typescript

13
Comments 1
5 min read
An Introduction to Conditional Types in TypeScript

An Introduction to Conditional Types in TypeScript

38
Comments
5 min read
Typescript WTF Moments 4: never extends `${infer P}` yield different result than never extends `${infer P}/`

Typescript WTF Moments 4: never extends `${infer P}` yield different result than never extends `${infer P}/`

3
Comments
1 min read
How to make a CRUD operation By Nodejs and TypeScript .?

How to make a CRUD operation By Nodejs and TypeScript .?

3
Comments
1 min read
📚Angular Interview Questions Part 3

📚Angular Interview Questions Part 3

101
Comments
5 min read
Typescript When You Should Mix Type Alias And Interface

Typescript When You Should Mix Type Alias And Interface

3
Comments
2 min read
Typescript WTF Moments 3: Type of Key is `string` if Key is Template Literal `a/${string}`

Typescript WTF Moments 3: Type of Key is `string` if Key is Template Literal `a/${string}`

3
Comments
1 min read
TypeScript: Standard Built-in Types

TypeScript: Standard Built-in Types

3
Comments
6 min read
Tailwindcss intellisense doesn't work in tsx file.

Tailwindcss intellisense doesn't work in tsx file.

3
Comments
1 min read
Typescript WTF Moments 1: Mixing String Literal Key And String Key In Object Literal Type

Typescript WTF Moments 1: Mixing String Literal Key And String Key In Object Literal Type

4
Comments
1 min read
Typescript Union Keys And Make Uncommon Keys Optional

Typescript Union Keys And Make Uncommon Keys Optional

3
Comments
1 min read
Typescript WTF Moments 2: keyof {[x:string]:string} is string | number

Typescript WTF Moments 2: keyof {[x:string]:string} is string | number

3
Comments
1 min read
Here is what took me an hour to sort with Prisma today.

Here is what took me an hour to sort with Prisma today.

7
Comments 5
1 min read
TypeScript vs JavaScript🤔

TypeScript vs JavaScript🤔

24
Comments 39
3 min read
TEN Stack: Typescript-Express-Node template (Updated 2022)

TEN Stack: Typescript-Express-Node template (Updated 2022)

9
Comments
3 min read
Creating a reusable table component with React-Table and Material UI

Creating a reusable table component with React-Table and Material UI

33
Comments 2
7 min read
How to Create Custom React Calendar Date Range Picker

How to Create Custom React Calendar Date Range Picker

7
Comments 2
10 min read
Utilities I use for web development. 🗿

Utilities I use for web development. 🗿

8
Comments
2 min read
Deno + Multithreading: Somando números com Workers

Deno + Multithreading: Somando números com Workers

8
Comments 2
3 min read
Array print()

Array print()

4
Comments 3
2 min read
Strategies to test AWS AppSync VTL templates

Strategies to test AWS AppSync VTL templates

35
Comments 3
6 min read
Como é trabalhar com comunidade

Como é trabalhar com comunidade

7
Comments
3 min read
📚Angular Interview Questions Part 1

📚Angular Interview Questions Part 1

40
Comments 1
5 min read
📚Angular Interview Questions Part 2

📚Angular Interview Questions Part 2

42
Comments
4 min read
TypeScript - #02 - Readonly

TypeScript - #02 - Readonly

4
Comments
5 min read
TypeScript - #02 - Readonly

TypeScript - #02 - Readonly

4
Comments
5 min read
Functions as First-Class Citizens in Javascript

Functions as First-Class Citizens in Javascript

8
Comments 2
2 min read
loading...