DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
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

99
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
Generate markdown files with ease - deno-markdown 🦕

Generate markdown files with ease - deno-markdown 🦕

6
Comments 2
2 min read
Making good use of // @ts-expect-error in TypeScript

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

22
Comments 2
4 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
The Beginning of the End ? Deno vs Node.Js

The Beginning of the End ? Deno vs Node.Js

66
Comments 15
3 min read
Let's Use a Hiding Header Hook

Let's Use a Hiding Header Hook

7
Comments 1
5 min read
Basics of TypeScript

Basics of TypeScript

6
Comments
1 min read
Typing in JavaScript — Flow vs. TypeScript

Typing in JavaScript — Flow vs. TypeScript

8
Comments
9 min read
Bulletin: UI component for javascript developers

Bulletin: UI component for javascript developers

9
Comments
2 min read
What is Deno? A 1 minute read

What is Deno? A 1 minute read

6
Comments
2 min read
Implementando JWT com Deno e ABC

Implementando JWT com Deno e ABC

7
Comments
3 min read
Stop using default console.log, check this instead

Stop using default console.log, check this instead

544
Comments 48
4 min read
Build Instagram Using TypeScript, Node, Express and Vue - Part 2

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

28
Comments
5 min read
Build Instagram Using TypeScript, Node, Express and Vue - Part 3

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

29
Comments
7 min read
Build Instagram Using TypeScript, Node, Express and Vue - Part 4

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

20
Comments 2
10 min read
Introducing NGRX component-store

Introducing NGRX component-store

19
Comments 2
5 min read
Learn Angular 9 with Tailwind CSS by building a banking app - Lesson 4: User registration

Learn Angular 9 with Tailwind CSS by building a banking app - Lesson 4: User registration

23
Comments
12 min read
tsParticles tutorial

tsParticles tutorial

22
Comments 2
8 min read
Express: scalable way to handle errors

Express: scalable way to handle errors

80
Comments 1
9 min read
Proxy Middleware For Deno

Proxy Middleware For Deno

8
Comments
5 min read
SignalR : Invoking Server Methods (non-proxy)

SignalR : Invoking Server Methods (non-proxy)

9
Comments
2 min read
Single source of truth with Typescript, GraphQL and MongoDB

Single source of truth with Typescript, GraphQL and MongoDB

34
Comments 2
5 min read
SignalR Negotiation Failure : net:: ERR:SSL_PROTOCOL_ERROR (https?)

SignalR Negotiation Failure : net:: ERR:SSL_PROTOCOL_ERROR (https?)

7
Comments
1 min read
Migrate React App To TypeScript

Migrate React App To TypeScript

6
Comments 3
2 min read
Insight #2 - Format code in Github comments with Prettier

Insight #2 - Format code in Github comments with Prettier

6
Comments
1 min read
Web Backend App: Adding a formatted Id to a document using Mongoose virtuals with MongoDB,Nest.js

Web Backend App: Adding a formatted Id to a document using Mongoose virtuals with MongoDB,Nest.js

3
Comments
2 min read
Deno API + Postgres: without SQL

Deno API + Postgres: without SQL

8
Comments
9 min read
Deno WebSocket Simplified in 2 hours

Deno WebSocket Simplified in 2 hours

39
Comments
2 min read
Build a Speech Translation App on Deno With Azure and Vonage

Build a Speech Translation App on Deno With Azure and Vonage

16
Comments 1
17 min read
Default values in nestjs

Default values in nestjs

8
Comments 1
1 min read
Create your own CAPTCHA - part 3 - React and PIXI.js

Create your own CAPTCHA - part 3 - React and PIXI.js

32
Comments
6 min read
Twelve-Factor Application of Microservices

Twelve-Factor Application of Microservices

11
Comments
3 min read
loading...