DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Compute MD5 checksum hash for a File in Typescript

Compute MD5 checksum hash for a File in Typescript

11
Comments 1
2 min read
Clean Code Applied to JavaScript — Part VI. Avoid Conditional Complexity

Clean Code Applied to JavaScript — Part VI. Avoid Conditional Complexity

294
Comments 2
5 min read
Gradual move to TypeScript. Running JavaScript and TypeScript side-by-side

Gradual move to TypeScript. Running JavaScript and TypeScript side-by-side

47
Comments
6 min read
Setting Status Code and Handling 404 Pages in Angular Universal

Setting Status Code and Handling 404 Pages in Angular Universal

7
Comments
3 min read
A TypeScript tale - The almighty types

A TypeScript tale - The almighty types

5
Comments
5 min read
What Are the Basic Data Types in TypeSript?

What Are the Basic Data Types in TypeSript?

7
Comments 1
3 min read
What the benefit immutable on the state management?

What the benefit immutable on the state management?

13
Comments 10
1 min read
Introduction, Setup, and Overview

Introduction, Setup, and Overview

16
Comments
16 min read
Optional booleans?

Optional booleans?

4
Comments 10
1 min read
User-friendly peer to peer file sharing as a simple web app - drop.lol

User-friendly peer to peer file sharing as a simple web app - drop.lol

28
Comments 1
1 min read
Saving to LocalStorage

Saving to LocalStorage

11
Comments
20 min read
First Component- Answering

First Component- Answering

11
Comments
21 min read
Passing Additional Parameters To An Angular Service

Passing Additional Parameters To An Angular Service

18
Comments 1
2 min read
Put the Answering Component on Screen

Put the Answering Component on Screen

8
Comments
9 min read
NavBar

NavBar

7
Comments
12 min read
Right and Wrong Answer Buttons

Right and Wrong Answer Buttons

4
Comments
24 min read
Show the Answer and Submit Button

Show the Answer and Submit Button

6
Comments
32 min read
Writing New Cards

Writing New Cards

5
Comments
27 min read
What about TypeScript?

What about TypeScript?

6
Comments 4
1 min read
How to do Localization and Translation in Angular

How to do Localization and Translation in Angular

11
Comments
4 min read
Building an eCommerce website with React GraphQL Template

Building an eCommerce website with React GraphQL Template

35
Comments 1
4 min read
MikroORM 3: Knex.js, CLI, Schema Updates, Entity Generator and more…

MikroORM 3: Knex.js, CLI, Schema Updates, Entity Generator and more…

19
Comments 1
8 min read
How to Forms with React and Typescript

How to Forms with React and Typescript

33
Comments 6
3 min read
Function flexibility considered harmful

Function flexibility considered harmful

10
Comments 1
6 min read
Create Your First Lambda with Serverless, Typescript and Microgamma

Create Your First Lambda with Serverless, Typescript and Microgamma

5
Comments
4 min read
How to modify Minecraft the easy way with TypeScript

How to modify Minecraft the easy way with TypeScript

9
Comments
5 min read
Object Oriented Programming : for self taught developers.

Object Oriented Programming : for self taught developers.

177
Comments 9
7 min read
TypeScript: Generics para pessoas que desistiram de entender Generics

TypeScript: Generics para pessoas que desistiram de entender Generics

16
Comments
10 min read
Jordan Uses aviationstack

Jordan Uses aviationstack

5
Comments 5
3 min read
Setup a React.JS Project with TypeScript, ESLint and Prettier without create-react-app

Setup a React.JS Project with TypeScript, ESLint and Prettier without create-react-app

15
Comments 4
4 min read
Domain Modeling with Tagged Unions in GraphQL, ReasonML, and TypeScript

Domain Modeling with Tagged Unions in GraphQL, ReasonML, and TypeScript

92
Comments 5
17 min read
React Refactoring Tips: Dysfunctional API Boundaries

React Refactoring Tips: Dysfunctional API Boundaries

16
Comments 1
4 min read
Having fun with TypeScript!

Having fun with TypeScript!

6
Comments
6 min read
Optional Chaining, Null Coalescing and how they will change the way you write code

Optional Chaining, Null Coalescing and how they will change the way you write code

20
Comments 1
4 min read
From create-react-app to PWA

From create-react-app to PWA

99
Comments
10 min read
TypeScript Full Stack project (Part I)

TypeScript Full Stack project (Part I)

7
Comments
3 min read
Stencil: I Think I Found My Frontend Home

Stencil: I Think I Found My Frontend Home

177
Comments 31
6 min read
Using in-memory-db With NestJS

Using in-memory-db With NestJS

17
Comments
5 min read
Typescript without Typescript

Typescript without Typescript

17
Comments 2
2 min read
JavaScript private class fields and the TypeScript private modifier

JavaScript private class fields and the TypeScript private modifier

34
Comments 5
4 min read
Exploring AWS CDK - A Million a Minute (DynamoDB and ProviderFramework)

Exploring AWS CDK - A Million a Minute (DynamoDB and ProviderFramework)

17
Comments 1
8 min read
How to Install and Begin Using TypeScript

How to Install and Begin Using TypeScript

45
Comments
13 min read
Angular < 13: How to support IE11

Angular < 13: How to support IE11

94
Comments 14
6 min read
A guide to using TypeScript in Vue, with maximal VSCode IntelliSense

A guide to using TypeScript in Vue, with maximal VSCode IntelliSense

13
Comments 1
2 min read
NgRx creator functions 101

NgRx creator functions 101

48
Comments 4
11 min read
Three lines of Typescript with jest to get typesafe mocks

Three lines of Typescript with jest to get typesafe mocks

14
Comments 1
1 min read
What is your favourite Javascript superset and why is it TypeScript?

What is your favourite Javascript superset and why is it TypeScript?

10
Comments 13
1 min read
Eliminating Partial Functions by Balancing Types in TypeScript

Eliminating Partial Functions by Balancing Types in TypeScript

9
Comments
3 min read
React Crash Course: Building React App using Hooks, Mobx, Typescript and much more

React Crash Course: Building React App using Hooks, Mobx, Typescript and much more

7
Comments
10 min read
User Registration with a NestJS GraphQL Server and Prisma

User Registration with a NestJS GraphQL Server and Prisma

13
Comments 1
5 min read
What is a TypeScript Interface?

What is a TypeScript Interface?

6
Comments
2 min read
Object Destructuring in Javascript

Object Destructuring in Javascript

8
Comments
1 min read
My confusions about TypeScript

My confusions about TypeScript

80
Comments 70
4 min read
Type Inference in TypeScript

Type Inference in TypeScript

10
Comments
4 min read
Play with node-canvas and build something useful

Play with node-canvas and build something useful

16
Comments
2 min read
Authentication Strategy - Fastify + Typescript + JWT

Authentication Strategy - Fastify + Typescript + JWT

8
Comments
4 min read
How to Create a Simple React Countdown Timer

How to Create a Simple React Countdown Timer

161
Comments 18
4 min read
A Deep Dive Into the NestJS Injection Scope

A Deep Dive Into the NestJS Injection Scope

28
Comments
2 min read
Power in tiny libraries

Power in tiny libraries

68
Comments 23
1 min read
Returning A Promise From A Function Is Extra Useful With TypeScript

Returning A Promise From A Function Is Extra Useful With TypeScript

9
Comments 4
3 min read
loading...