DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How To Automate Code Cleanliness in VSCode with Typescript, ESLint, and Prettier

How To Automate Code Cleanliness in VSCode with Typescript, ESLint, and Prettier

8
Comments
3 min read
TypeORM - Prevent SQL Injection with Node.js, React and TypeScript

TypeORM - Prevent SQL Injection with Node.js, React and TypeScript

42
Comments 2
9 min read
Iniciando um Projeto com Next.js e Typescript

Iniciando um Projeto com Next.js e Typescript

33
Comments
9 min read
Introduction to Chore-cli, easy to generate development infrastructure for typescript project.

Introduction to Chore-cli, easy to generate development infrastructure for typescript project.

4
Comments
1 min read
nest.js + TypeORM + PostgreSQL

nest.js + TypeORM + PostgreSQL

30
Comments 1
2 min read
Uncomplicated - (for ... in) VS (for ... of) loop

Uncomplicated - (for ... in) VS (for ... of) loop

79
Comments 3
4 min read
New version of Total.js 4 framework (0.0.43)

New version of Total.js 4 framework (0.0.43)

2
Comments
3 min read
Using Finite State Machines to Simplify Frontend User Flow

Using Finite State Machines to Simplify Frontend User Flow

31
Comments 2
7 min read
React Native Custom BottomBar Navigation with BottomSheet

React Native Custom BottomBar Navigation with BottomSheet

33
Comments 6
7 min read
Create new Node.js application with Express, TypeScript, Nodemon and ESLint

Create new Node.js application with Express, TypeScript, Nodemon and ESLint

59
Comments 6
5 min read
Making a dead simple configuration service with Typescript

Making a dead simple configuration service with Typescript

12
Comments
2 min read
Como utilizar fontes e cores globais no React Native com styled-components

Como utilizar fontes e cores globais no React Native com styled-components

23
Comments
4 min read
Angular : How to add lightbox in your angular project just in 10 minutes?

Angular : How to add lightbox in your angular project just in 10 minutes?

9
Comments 2
2 min read
Colorize text in the terminal with ANSI Sequence

Colorize text in the terminal with ANSI Sequence

2
Comments
4 min read
What is a proper way to create a type for Vue props

What is a proper way to create a type for Vue props

5
Comments
1 min read
Object Oriented Programming with TypeScript

Object Oriented Programming with TypeScript

84
Comments 2
6 min read
Typescript: String Enums, the easy way

Typescript: String Enums, the easy way

56
Comments
4 min read
Lit Element Simple Starter Kit with Vitejs+TypeScript

Lit Element Simple Starter Kit with Vitejs+TypeScript

21
Comments 6
4 min read
How to wrap a Prisma method and reuse types

How to wrap a Prisma method and reuse types

1
Comments 3
2 min read
I made 18 UI components for all developers

I made 18 UI components for all developers

7
Comments
2 min read
Is babel still relevant for TypeScript projects ?

Is babel still relevant for TypeScript projects ?

85
Comments 13
5 min read
Create a fully typesafe GraphQL API with Nodejs, Typescript and Prisma

Create a fully typesafe GraphQL API with Nodejs, Typescript and Prisma

14
Comments 1
7 min read
Top three React & TypeScript pitfalls

Top three React & TypeScript pitfalls

117
Comments 11
4 min read
Reasons to use Typescript

Reasons to use Typescript

5
Comments
5 min read
Angular : How to add A fully customizable, one-time password input component in your angular app just in 10 minutes?

Angular : How to add A fully customizable, one-time password input component in your angular app just in 10 minutes?

13
Comments
2 min read
Union Type Merging in Typescript

Union Type Merging in Typescript

26
Comments 2
7 min read
Deploy Angular App a IIS

Deploy Angular App a IIS

27
Comments 2
3 min read
How I Got Selected into Google Summer of Code

How I Got Selected into Google Summer of Code

68
Comments 5
5 min read
Type unknown objects

Type unknown objects

2
Comments
1 min read
Exhaustive pattern matching in TypeScript

Exhaustive pattern matching in TypeScript

6
Comments
2 min read
JavaScript Quick Tip: The Nullish Coalescing Operator

JavaScript Quick Tip: The Nullish Coalescing Operator

6
Comments
2 min read
Strongly Typed Google Analytics V4 with Nextjs

Strongly Typed Google Analytics V4 with Nextjs

12
Comments 1
7 min read
An actual complete guide to typescript monorepos

An actual complete guide to typescript monorepos

48
Comments 6
10 min read
Fullstack GraphQL starter kit Mid-2021 update

Fullstack GraphQL starter kit Mid-2021 update

16
Comments 5
1 min read
Automate Prettier in a pre-commit hook

Automate Prettier in a pre-commit hook

6
Comments
2 min read
Data Structures in TypeScript - Array

Data Structures in TypeScript - Array

12
Comments
2 min read
How to use ControlValueAccessor to enhance date input with automatic conversion and validation

How to use ControlValueAccessor to enhance date input with automatic conversion and validation

8
Comments
5 min read
Angular : How to add reCAPTCHA feature in your angular app just in 5 minutes?

Angular : How to add reCAPTCHA feature in your angular app just in 5 minutes?

8
Comments
1 min read
TS: Documenting Functions

TS: Documenting Functions

5
Comments
1 min read
Sharing contracts

Sharing contracts

4
Comments
1 min read
Add PostgreSQL to Express Server

Add PostgreSQL to Express Server

5
Comments 2
9 min read
Here's what every React Developer needs to know about TypeScript - Part 1

Here's what every React Developer needs to know about TypeScript - Part 1

216
Comments 5
21 min read
A lost boat, a radar and how to implement a binary search in Javascript

A lost boat, a radar and how to implement a binary search in Javascript

4
Comments
5 min read
Next Js Super Starter

Next Js Super Starter

9
Comments
1 min read
[TypeScript] Try DI with TSyringe

[TypeScript] Try DI with TSyringe

14
Comments
4 min read
Simple and maintainable error-handling in TypeScript

Simple and maintainable error-handling in TypeScript

77
Comments 1
4 min read
React class components in the World of Hooks

React class components in the World of Hooks

21
Comments 1
4 min read
Why reflect-metadata suc*s

Why reflect-metadata suc*s

35
Comments 11
9 min read
I built a link shortener app with NextJS

I built a link shortener app with NextJS

9
Comments 3
1 min read
Highlight text in paragraphs with a simple directive in Angular

Highlight text in paragraphs with a simple directive in Angular

24
Comments 4
4 min read
How a calculation of previous month in golang can break production

How a calculation of previous month in golang can break production

18
Comments 8
3 min read
Understand Polymorphism once for all

Understand Polymorphism once for all

7
Comments
2 min read
TypeScript Generic Function Reported As JSX Error

TypeScript Generic Function Reported As JSX Error

9
Comments
2 min read
mxGraph usage in TypeScript projects

mxGraph usage in TypeScript projects

5
Comments
7 min read
NestJS: Could be amazing someday

NestJS: Could be amazing someday

7
Comments 2
6 min read
Angular : How to automate angular deployment for AWS S3 Angular Website??

Angular : How to automate angular deployment for AWS S3 Angular Website??

7
Comments
2 min read
Angular State Management With BehaviorSubject

Angular State Management With BehaviorSubject

21
Comments
12 min read
How to build a real-world application with React and Node (Foal)

How to build a real-world application with React and Node (Foal)

39
Comments
2 min read
React Clean Architecture

React Clean Architecture

331
Comments 7
4 min read
Publishing a TypeScript library in 2021

Publishing a TypeScript library in 2021

4
Comments 2
5 min read
loading...