DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Introdução a Heranças e Interfaces

Introdução a Heranças e Interfaces

13
Comments
4 min read
Upload files with NextJS + Fetch + Api routes + Typescript

Upload files with NextJS + Fetch + Api routes + Typescript

14
Comments
3 min read
Catching and handling errors in Angular

Catching and handling errors in Angular

8
Comments
4 min read
Top 10 Must-have VSCode Extensions for Angular Developers in 2022

Top 10 Must-have VSCode Extensions for Angular Developers in 2022

6
Comments 1
7 min read
Create Aurora MySQL on top of CDK with TS

Create Aurora MySQL on top of CDK with TS

11
Comments
5 min read
Introdução a Orientação a Objeto

Introdução a Orientação a Objeto

21
Comments
4 min read
Build a Node.js and Express.js API with Typescript.

Build a Node.js and Express.js API with Typescript.

9
Comments
3 min read
Better Backend DX: JSON Schema + TypeScript + Swagger = ✨ Vol. 1

Better Backend DX: JSON Schema + TypeScript + Swagger = ✨ Vol. 1

10
Comments 1
6 min read
how to remove the readonly flag in typescript

how to remove the readonly flag in typescript

11
Comments
2 min read
Create a Slack Bot with TypeScript in 3 Steps

Create a Slack Bot with TypeScript in 3 Steps

5
Comments
5 min read
Should I learn typescript?

Should I learn typescript?

2
Comments 2
1 min read
TypeScript Narrowing.

TypeScript Narrowing.

8
Comments
5 min read
Don't Use Console.log to Log a List of Objects!

Don't Use Console.log to Log a List of Objects!

13
Comments
1 min read
Fullstack Authentication with Remix using Prisma, MongoDB and Typescript

Fullstack Authentication with Remix using Prisma, MongoDB and Typescript

37
Comments 1
14 min read
MongoDB Native Driver module for NestJS 8.x/9.x/10.x framework 😻

MongoDB Native Driver module for NestJS 8.x/9.x/10.x framework 😻

9
Comments
4 min read
How to use promise chaining in JavaScript?

How to use promise chaining in JavaScript?

10
Comments
4 min read
I Created XOH-XAPI, a JavaSCript/TypeScript Library For Trading Financial Markets

I Created XOH-XAPI, a JavaSCript/TypeScript Library For Trading Financial Markets

8
Comments
2 min read
Create A Full-Stack Java App Using Hilla

Create A Full-Stack Java App Using Hilla

11
Comments 1
5 min read
State of Angular - Highlights from Google I/O

State of Angular - Highlights from Google I/O

45
Comments 5
3 min read
Lazy loading in Angular with example

Lazy loading in Angular with example

28
Comments 1
4 min read
How to easily make a new type by removing or excluding certain values from a union type in TypeScript?

How to easily make a new type by removing or excluding certain values from a union type in TypeScript?

2
Comments 1
2 min read
🌺 AWS CDK 101 - 🚂 Dynamodb stream triggering batch deleteItem on dynamodb table

🌺 AWS CDK 101 - 🚂 Dynamodb stream triggering batch deleteItem on dynamodb table

7
Comments
6 min read
Custom & Reusable Toast Component with Angular Animations, Async Pipe, and RxJS' BehaviorSubject

Custom & Reusable Toast Component with Angular Animations, Async Pipe, and RxJS' BehaviorSubject

31
Comments 6
9 min read
Understanding TypeScript....My Experience

Understanding TypeScript....My Experience

46
Comments 6
5 min read
Exploring TypeScript

Exploring TypeScript

5
Comments
1 min read
SetInput en Angular

SetInput en Angular

12
Comments 1
1 min read
🐉 AWS CDK 101 - 🏇 Using batched dynamodb stream to delete item on another dynamodb table

🐉 AWS CDK 101 - 🏇 Using batched dynamodb stream to delete item on another dynamodb table

10
Comments 3
6 min read
React SketchBoard DevLog #2 - Zoom, fix bugs and improve code quality.

React SketchBoard DevLog #2 - Zoom, fix bugs and improve code quality.

7
Comments
1 min read
Creating a React Accordion Component Using Just CSS

Creating a React Accordion Component Using Just CSS

3
Comments
2 min read
Creating an expandable profile card

Creating an expandable profile card

11
Comments
1 min read
What is Declaration merging in Typescript?

What is Declaration merging in Typescript?

9
Comments
3 min read
Overloading vs Overriding in Typescript

Overloading vs Overriding in Typescript

14
Comments
2 min read
How to Stop Preparing and Build

How to Stop Preparing and Build

6
Comments
2 min read
Typescript project starter

Typescript project starter

6
Comments
1 min read
Authenticate Next.js SPA with ASP.NET 6 Identity and Duende Identity Server Part 2

Authenticate Next.js SPA with ASP.NET 6 Identity and Duende Identity Server Part 2

5
Comments
8 min read
Typesafe useReducer with React Context

Typesafe useReducer with React Context

33
Comments 1
4 min read
Set-up: Express com TypeScript

Set-up: Express com TypeScript

10
Comments 2
3 min read
Jest + Typescript minus TS-Jest

Jest + Typescript minus TS-Jest

8
Comments
1 min read
Typescript and its keyword "type"

Typescript and its keyword "type"

10
Comments
3 min read
How to easily make every property in a type alias or interface to readonly properties in TypeScript?

How to easily make every property in a type alias or interface to readonly properties in TypeScript?

4
Comments
2 min read
Angular 13 Detect Width and Height of Screen Tutorial

Angular 13 Detect Width and Height of Screen Tutorial

25
Comments 1
1 min read
Babel Node + Typescript minus TS Node

Babel Node + Typescript minus TS Node

9
Comments 3
1 min read
How to pass arguments to events like on:click in Svelte

How to pass arguments to events like on:click in Svelte

9
Comments 1
1 min read
We don't have to use Enums on TypeScript? 【Discussion】

We don't have to use Enums on TypeScript? 【Discussion】

92
Comments 33
1 min read
How to build a Hacker news clone using Remix, Tailwind css ?

How to build a Hacker news clone using Remix, Tailwind css ?

6
Comments
6 min read
I know why you don't use Typescript

I know why you don't use Typescript

16
Comments
5 min read
useMindmap

useMindmap

24
Comments 2
6 min read
How the TypeScript ReturnType Type works

How the TypeScript ReturnType Type works

8
Comments
2 min read
How to give Props Default Values in Vue

How to give Props Default Values in Vue

12
Comments
2 min read
How to easily make every property in a type alias or interface to required properties in TypeScript?

How to easily make every property in a type alias or interface to required properties in TypeScript?

6
Comments
2 min read
TypeScript - Tipagem Estática e Generics

TypeScript - Tipagem Estática e Generics

12
Comments
6 min read
To TS or not to TS, that is NOT the question. Is it?

To TS or not to TS, that is NOT the question. Is it?

51
Comments 63
4 min read
Introducing ts-jackson, a typescript library to deserialize/serialize deeply nested json structures.

Introducing ts-jackson, a typescript library to deserialize/serialize deeply nested json structures.

8
Comments
1 min read
Weather app built with Svelte on Vite

Weather app built with Svelte on Vite

7
Comments
1 min read
Animation with react-native-reanimated

Animation with react-native-reanimated

8
Comments
2 min read
手を動かしながら学ぶ TypeScript Part 4 -- クラスベースで作成し、HTMLElement の型定義を深掘りする 

手を動かしながら学ぶ TypeScript Part 4 -- クラスベースで作成し、HTMLElement の型定義を深掘りする 

7
Comments
2 min read
You’re Doing Environment Variables All Wrong - A Node.js Perspective

You’re Doing Environment Variables All Wrong - A Node.js Perspective

47
Comments 1
10 min read
Simple typescript data validation without libraries

Simple typescript data validation without libraries

7
Comments
1 min read
Introdução ao TypeScript

Introdução ao TypeScript

13
Comments
4 min read
Generate TypeScript Declaration Files for JavaScript Files

Generate TypeScript Declaration Files for JavaScript Files

10
Comments
2 min read
loading...