DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
TIL: Tell TypeScript not to type check node_modules

TIL: Tell TypeScript not to type check node_modules

9
Comments 1
1 min read
🚀10 Trending projects on GitHub for web developers - 12th June 2020

🚀10 Trending projects on GitHub for web developers - 12th June 2020

213
Comments 1
1 min read
GSAP Animations in Angular - Apply directive to html

GSAP Animations in Angular - Apply directive to html

8
Comments
1 min read
GSAP Animations in Angular - Animation Directives

GSAP Animations in Angular - Animation Directives

9
Comments
3 min read
Creating a portfolio site using Angular 🛡️ and Firebase 🔥(Part 2)

Creating a portfolio site using Angular 🛡️ and Firebase 🔥(Part 2)

90
Comments 5
13 min read
Practical Guide to Fp-ts P1: Pipe and Flow

Practical Guide to Fp-ts P1: Pipe and Flow

62
Comments
4 min read
How to Use Generator and yield in JavaScript

How to Use Generator and yield in JavaScript

9
Comments
6 min read
How to Build Simple PaaS Based on Deno using Native Plugins

How to Build Simple PaaS Based on Deno using Native Plugins

5
Comments
1 min read
TypeScript Enums - Deep Dive

TypeScript Enums - Deep Dive

17
Comments
3 min read
Use deno to build a Tauri App

Use deno to build a Tauri App

24
Comments 1
2 min read
My DenoJS Learning Journals: Installation and First Try

My DenoJS Learning Journals: Installation and First Try

6
Comments
4 min read
I'm creating an entire web OS as my personal website for 2021

I'm creating an entire web OS as my personal website for 2021

388
Comments 72
1 min read
Tests with Jest and TypeORM

Tests with Jest and TypeORM

75
Comments 15
2 min read
How to use custom JSX in Deno?

How to use custom JSX in Deno?

9
Comments 1
1 min read
Babel Basic - Javascript

Babel Basic - Javascript

6
Comments
1 min read
Build Instagram Using TypeScript, Node, Express and Vue - Part 5

Build Instagram Using TypeScript, Node, Express and Vue - Part 5

121
Comments 6
10 min read
Why @rxweb/ngx-translate-extension is intuitive than others ?

Why @rxweb/ngx-translate-extension is intuitive than others ?

4
Comments
3 min read
tsParticles v1.16.0 released

tsParticles v1.16.0 released

7
Comments
3 min read
How to create an electron-forge project with React, Typescript and HMR

How to create an electron-forge project with React, Typescript and HMR

32
Comments 11
3 min read
FA-ICON problems in Angular Library Projects : Root Causes and Working Example

FA-ICON problems in Angular Library Projects : Root Causes and Working Example

8
Comments
2 min read
Angular @Directives @Input() binding properly binding type understanding

Angular @Directives @Input() binding properly binding type understanding

3
Comments
1 min read
Another random string generator

Another random string generator

7
Comments
1 min read
Explain Typescript, I'm Like Five

Explain Typescript, I'm Like Five

4
Comments 8
1 min read
Create your own CAPTCHA - part 4 - Algorithm, Node, TypeScript & React

Create your own CAPTCHA - part 4 - Algorithm, Node, TypeScript & React

30
Comments 1
10 min read
NestJS: Introduction

NestJS: Introduction

21
Comments
2 min read
Build Instagram Using TypeScript, Node, Express and Vue - Part 1

Build Instagram Using TypeScript, Node, Express and Vue - Part 1

122
Comments 5
9 min read
How to use react-dropzone with react-hook-form

How to use react-dropzone with react-hook-form

31
Comments 10
5 min read
Render EJS File with Node.js

Render EJS File with Node.js

12
Comments 1
5 min read
In defense of the Angular framework

In defense of the Angular framework

137
Comments 30
4 min read
TypeScript: Type Definition Files

TypeScript: Type Definition Files

10
Comments
2 min read
How to create a Google Chrome extension

How to create a Google Chrome extension

18
Comments 1
3 min read
Como criar uma extensão do Google Chrome

Como criar uma extensão do Google Chrome

12
Comments 1
3 min read
Angular Libraries in 10 minutes

Angular Libraries in 10 minutes

9
Comments 1
2 min read
Deploying a Classic 3-tiers Application using aws-cdk

Deploying a Classic 3-tiers Application using aws-cdk

17
Comments 1
3 min read
Base Class for Akita Entities

Base Class for Akita Entities

9
Comments
1 min read
The Awesomeness of Azure Functions

The Awesomeness of Azure Functions

7
Comments
3 min read
Decorators Composition in TypeScript

Decorators Composition in TypeScript

10
Comments
3 min read
Running Code From READMEs In 10 Lines Of Deno

Running Code From READMEs In 10 Lines Of Deno

24
Comments
4 min read
Copying objects in JavaScript

Copying objects in JavaScript

91
Comments 19
3 min read
React + TypeScript - Super Hero/Villain Site

React + TypeScript - Super Hero/Villain Site

6
Comments
2 min read
Angular Libraries : FontAwesome and the fa-icon problem

Angular Libraries : FontAwesome and the fa-icon problem

10
Comments
2 min read
GraphQL + TypeScript + PostgreSQL API

GraphQL + TypeScript + PostgreSQL API

139
Comments 1
5 min read
Productive Development With Prisma’s Zero-Cost Type Safety

Productive Development With Prisma’s Zero-Cost Type Safety

100
Comments 9
9 min read
Angular Libraries : Refactor Existing Components into their own folders.

Angular Libraries : Refactor Existing Components into their own folders.

6
Comments
2 min read
Welcome to Deno Land.

Welcome to Deno Land.

23
Comments
9 min read
Node JS + TypeScript - Super Hero API

Node JS + TypeScript - Super Hero API

9
Comments
1 min read
Generating TypeScript Types From GraphQL Schemas

Generating TypeScript Types From GraphQL Schemas

30
Comments 3
1 min read
Angular Libraries : Refactor Existing Components into a Shared Module

Angular Libraries : Refactor Existing Components into a Shared Module

4
Comments
2 min read
Writing the First Test & Component

Writing the First Test & Component

6
Comments
3 min read
Up your migration game immediately with the Kontent CLI

Up your migration game immediately with the Kontent CLI

8
Comments
4 min read
I am formally a Typescript programmer!

I am formally a Typescript programmer!

17
Comments 1
1 min read
Making good use of // @ts-expect-error in TypeScript

Making good use of // @ts-expect-error in TypeScript

24
Comments 2
4 min read
Generate markdown files with ease - deno-markdown 🦕

Generate markdown files with ease - deno-markdown 🦕

6
Comments 2
2 min read
Coding Home Automation - Part 2

Coding Home Automation - Part 2

9
Comments
9 min read
Angular SSR with vanilla Node.js

Angular SSR with vanilla Node.js

14
Comments 1
6 min read
Creating Your First React Typescript Project from Scratch

Creating Your First React Typescript Project from Scratch

123
Comments
11 min read
What is Deno?

What is Deno?

9
Comments
6 min read
Insight #3 - Use ImmerJS over lodash/set, ImmutableJS or plain JS

Insight #3 - Use ImmerJS over lodash/set, ImmutableJS or plain JS

11
Comments 2
2 min read
Configurando EditorConfig, ESLint e Prettier.

Configurando EditorConfig, ESLint e Prettier.

30
Comments 6
5 min read
Publishing react components as NPM package.

Publishing react components as NPM package.

12
Comments 2
2 min read
loading...