DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
NestJS GraphQL authentication with JWTs

NestJS GraphQL authentication with JWTs

51
Comments 5
1 min read
Finding the right abstraction

Finding the right abstraction

14
Comments 1
5 min read
Drawing with FabricJS and TypeScript Part 6: Colors and Styles

Drawing with FabricJS and TypeScript Part 6: Colors and Styles

2
Comments 1
13 min read
Sync SWR cache with Web Storage

Sync SWR cache with Web Storage

10
Comments 1
3 min read
Jumpstart on advance typescript Part 1

Jumpstart on advance typescript Part 1

13
Comments
5 min read
Publishing Node modules with TypeScript and ES modules

Publishing Node modules with TypeScript and ES modules

6
Comments
11 min read
Deno is coming

Deno is coming

61
Comments 26
2 min read
Time for some reflection

Time for some reflection

2
Comments
5 min read
tsParticles link triangles

tsParticles link triangles

4
Comments
1 min read
Angular Form Control Validation Patterns

Angular Form Control Validation Patterns

12
Comments
3 min read
Discussing the over-engineering trap in TypeScript

Discussing the over-engineering trap in TypeScript

10
Comments
9 min read
Launching the Big O Visualizer

Launching the Big O Visualizer

19
Comments
2 min read
Best TypeScript Courses to take up this lockdown season!

Best TypeScript Courses to take up this lockdown season!

42
Comments
4 min read
Feature Toggle/Flag Design in React.js and Node.js

Feature Toggle/Flag Design in React.js and Node.js

10
Comments 1
6 min read
Making Web APIs Type-safe with Aspida

Making Web APIs Type-safe with Aspida

5
Comments
3 min read
Web Workerizing CPU-hungry JavaScript

Web Workerizing CPU-hungry JavaScript

6
Comments 2
9 min read
Let's explore the Deno Lands

Let's explore the Deno Lands

5
Comments
5 min read
Debugging production with hidden modals

Debugging production with hidden modals

5
Comments
3 min read
A practical guide to TypeScript decorators

A practical guide to TypeScript decorators

24
Comments
7 min read
How to install and run Typescript on Windows - beginner's guide

How to install and run Typescript on Windows - beginner's guide

55
Comments 5
3 min read
Number in Typescript - simple explanation with examples

Number in Typescript - simple explanation with examples

18
Comments
2 min read
Introducing the Full Stack Typing Boilerplate: Once You ORM, You Can't Go Back!

Introducing the Full Stack Typing Boilerplate: Once You ORM, You Can't Go Back!

8
Comments 3
13 min read
Do you know what a virtual list is?

Do you know what a virtual list is?

2
Comments 1
2 min read
Bundling your library with Webpack

Bundling your library with Webpack

14
Comments 1
11 min read
CRUD and Authentication is annoying and time consuming (kiss.js to the rescue)

CRUD and Authentication is annoying and time consuming (kiss.js to the rescue)

62
Comments 10
2 min read
Typescript Interesting Types

Typescript Interesting Types

8
Comments 2
3 min read
🌌 A modern FE stack in a parallel universe 🦓

🌌 A modern FE stack in a parallel universe 🦓

56
Comments 9
4 min read
Typescript or Dart? And More Important, React or Flutter?

Typescript or Dart? And More Important, React or Flutter?

9
Comments 2
4 min read
How to use NestJS Config

How to use NestJS Config

10
Comments
1 min read
TypeScript with worker_threads and hot reload

TypeScript with worker_threads and hot reload

8
Comments
2 min read
Build your own Project Template Generator

Build your own Project Template Generator

55
Comments 1
6 min read
Untangling a Complicated TypeScript Function Signature

Untangling a Complicated TypeScript Function Signature

8
Comments
3 min read
How to use Typescript with Svelte

How to use Typescript with Svelte

16
Comments
8 min read
Polymorphic Typescript - Function overloading with rest parameters

Polymorphic Typescript - Function overloading with rest parameters

6
Comments
3 min read
Vuex + TypeScript

Vuex + TypeScript

150
Comments 40
7 min read
It's time to understand the code visually

It's time to understand the code visually

100
Comments 8
2 min read
Developing a Design System with React and Tailwind

Developing a Design System with React and Tailwind

37
Comments
7 min read
ჩაანაცვლებს თუ არა Deno - Node.js-ს ?

ჩაანაცვლებს თუ არა Deno - Node.js-ს ?

5
Comments
2 min read
Add Sentry to Vercel Next.js API Routes

Add Sentry to Vercel Next.js API Routes

10
Comments 8
1 min read
Hyper-ts is my Cyborg Brain

Hyper-ts is my Cyborg Brain

46
Comments 3
8 min read
Include Your React Widgets in Any Web Page

Include Your React Widgets in Any Web Page

9
Comments 2
5 min read
Serverless Framework API End-to-End Testing using Jest and Typescript

Serverless Framework API End-to-End Testing using Jest and Typescript

11
Comments
4 min read
Working with Nx.dev using React, Angular and native web components (Part 2 of 9)

Working with Nx.dev using React, Angular and native web components (Part 2 of 9)

4
Comments
7 min read
Material III in 20 Minutes (Adding Search)

Material III in 20 Minutes (Adding Search)

8
Comments
1 min read
Type `Assertions` vs `Declarations` - the dangers of `as` in Typescript

Type `Assertions` vs `Declarations` - the dangers of `as` in Typescript

15
Comments 4
2 min read
Debug anything: React in TypeScript with Parcel 📦

Debug anything: React in TypeScript with Parcel 📦

6
Comments 1
4 min read
Data Structures: Stack

Data Structures: Stack

4
Comments
3 min read
How to Test Five Common NgRx Effect Patterns

How to Test Five Common NgRx Effect Patterns

78
Comments 10
11 min read
TypeScript Function Annotations

TypeScript Function Annotations

11
Comments 1
3 min read
Types of Modules in Angular

Types of Modules in Angular

28
Comments 2
2 min read
tsParticles 1.14.0 released

tsParticles 1.14.0 released

3
Comments
3 min read
Compile TypeScript with npm

Compile TypeScript with npm

9
Comments
3 min read
Configurando TypeScript

Configurando TypeScript

12
Comments
4 min read
TypeScript Configuration For styled-components In React Native

TypeScript Configuration For styled-components In React Native

6
Comments 1
2 min read
Simple introduction to Typescript - beginner's guide

Simple introduction to Typescript - beginner's guide

79
Comments 2
3 min read
Comparing React/Vue/Angular "Getting started" experience - Website and documentation

Comparing React/Vue/Angular "Getting started" experience - Website and documentation

23
Comments 1
6 min read
Day 15 of #100DaysOfCode: TypeScript + CRA + Redux (use useSelect and useDispatch instead of connect)

Day 15 of #100DaysOfCode: TypeScript + CRA + Redux (use useSelect and useDispatch instead of connect)

2
Comments
2 min read
Django and Vue 3 with Webpack Loader and typescript support

Django and Vue 3 with Webpack Loader and typescript support

29
Comments
6 min read
Material Table II in 20 Minutes (Styling)

Material Table II in 20 Minutes (Styling)

2
Comments
1 min read
Twitter API: Searching tweets, replies

Twitter API: Searching tweets, replies

17
Comments
6 min read
loading...