DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Not just another Coronavirus (covid-19) dashboard with live statistics

Not just another Coronavirus (covid-19) dashboard with live statistics

132
Comments 51
2 min read
How to write a Backoff function in Typescript

How to write a Backoff function in Typescript

4
Comments
1 min read
Rails, GraphQL, and TypeScript: a stack worth trying

Rails, GraphQL, and TypeScript: a stack worth trying

8
Comments
8 min read
React vs Angular: Which one should you use in 2020

React vs Angular: Which one should you use in 2020

28
Comments 7
2 min read
Top tips on Node Express (for Java Developers)

Top tips on Node Express (for Java Developers)

44
Comments 4
12 min read
This Post has 100 Positive Reactions

This Post has 100 Positive Reactions

101
Comments 12
1 min read
tsParticles v1.12.10 released

tsParticles v1.12.10 released

7
Comments
4 min read
Track a Virus: Open Source COVID-19 Dashboard with React, TypeScript, and MobX

Track a Virus: Open Source COVID-19 Dashboard with React, TypeScript, and MobX

5
Comments
3 min read
Asynchronous TypeScript Code

Asynchronous TypeScript Code

6
Comments
4 min read
tsParticles v1.12.9 released

tsParticles v1.12.9 released

5
Comments
4 min read
มาลองใช้ NestJS ทำ GraphQL Server กัน (ฉบับผู้เริ่มต้น)

มาลองใช้ NestJS ทำ GraphQL Server กัน (ฉบับผู้เริ่มต้น)

17
Comments 1
2 min read
Convert any Visual Studio Code Theme to Sublime Text 3 or IntelliJ IDEA

Convert any Visual Studio Code Theme to Sublime Text 3 or IntelliJ IDEA

8
Comments
1 min read
Use Airbnb's ESLint Config with TypeScript & Prettier in Svelte Apps

Use Airbnb's ESLint Config with TypeScript & Prettier in Svelte Apps

21
Comments 7
1 min read
Simple deploy typescript application to Heroku

Simple deploy typescript application to Heroku

41
Comments 5
2 min read
The Typescript compiler and tsconfig

The Typescript compiler and tsconfig

14
Comments
4 min read
Enabling styled-components' debugging options in your CRA app without ejecting

Enabling styled-components' debugging options in your CRA app without ejecting

4
Comments 2
2 min read
tsParticles v1.12.8

tsParticles v1.12.8

6
Comments
4 min read
Writing cleaner code with the rule of least power #ROLP

Writing cleaner code with the rule of least power #ROLP

75
Comments 5
6 min read
Tutorial: making a RPG with Ravioli - 00 - kill monsters

Tutorial: making a RPG with Ravioli - 00 - kill monsters

7
Comments
9 min read
Ravioli framework - introduction

Ravioli framework - introduction

6
Comments
8 min read
Clean Code Applied to JavaScript - Part VII: Practical Refactoring Example: Ceaser Cipher

Clean Code Applied to JavaScript - Part VII: Practical Refactoring Example: Ceaser Cipher

125
Comments 1
15 min read
Using TypeScript to guard against specific React prop combinations

Using TypeScript to guard against specific React prop combinations

3
Comments 3
2 min read
Code Review: Name file after exposed function

Code Review: Name file after exposed function

3
Comments
1 min read
Static Site Generation (SSG) in Next.js 9.3

Static Site Generation (SSG) in Next.js 9.3

5
Comments
1 min read
How to implement a Higher-order component in React with TypeScript

How to implement a Higher-order component in React with TypeScript

6
Comments 1
2 min read
Typescript Inheritance

Typescript Inheritance

6
Comments
3 min read
Mind-bending functional programming with TypeScript - part 2

Mind-bending functional programming with TypeScript - part 2

7
Comments 2
5 min read
Mind-bending functional programming with TypeScript - part 1

Mind-bending functional programming with TypeScript - part 1

6
Comments
3 min read
TypeScript or Terminal: Which would you learn over text message? 💬

TypeScript or Terminal: Which would you learn over text message? 💬

7
Comments 1
1 min read
Moving Beyond Angular's Style Guide - Part 3: Symbols and file names

Moving Beyond Angular's Style Guide - Part 3: Symbols and file names

8
Comments
6 min read
Thinking in data contracts

Thinking in data contracts

5
Comments 1
6 min read
🔥🔥🔥 Copying object keys and values to a class.🔥🔥🔥

🔥🔥🔥 Copying object keys and values to a class.🔥🔥🔥

8
Comments
1 min read
FileUpload with NestJS using MinIO

FileUpload with NestJS using MinIO

46
Comments 3
6 min read
What's going on with index types in TypeScript?

What's going on with index types in TypeScript?

7
Comments 2
2 min read
Introducing Isotope - statically-dynamic UI library!

Introducing Isotope - statically-dynamic UI library!

35
Comments 9
1 min read
How to set up and code Nuxt.js apps fully in TypeScript

How to set up and code Nuxt.js apps fully in TypeScript

20
Comments
10 min read
React and TypeScript Testing: Mocking Functions with Jest

React and TypeScript Testing: Mocking Functions with Jest

10
Comments 1
3 min read
Advanced TypeScript Exercises - Question 8

Advanced TypeScript Exercises - Question 8

15
Comments 5
2 min read
Typescript Learnings 001: Object Destructuring

Typescript Learnings 001: Object Destructuring

7
Comments
2 min read
Debugging ScullyIO Rendering and Network Errors with the help of puppeteerLaunchOptions

Debugging ScullyIO Rendering and Network Errors with the help of puppeteerLaunchOptions

5
Comments
2 min read
How to get Angular in your pocket?

How to get Angular in your pocket?

4
Comments 2
2 min read
Infrastructure as Code in TypeScript

Infrastructure as Code in TypeScript

11
Comments
5 min read
How to use Web Components with Next.js and TypeScript

How to use Web Components with Next.js and TypeScript

60
Comments 2
2 min read
Prove that JavaScript runs in a single thread

Prove that JavaScript runs in a single thread

35
Comments 5
2 min read
Sequelize + Typescript ตอนที่ 1

Sequelize + Typescript ตอนที่ 1

12
Comments
2 min read
react-particles-js ️ tsParticles

react-particles-js ️ tsParticles

7
Comments
1 min read
How to develop Figma plugin with React + TS

How to develop Figma plugin with React + TS

14
Comments 2
2 min read
How to Use class instead of className with Preact and TypeScript

How to Use class instead of className with Preact and TypeScript

7
Comments 1
5 min read
Getting Started with TypeScript by making an Express REST API

Getting Started with TypeScript by making an Express REST API

13
Comments 1
14 min read
tsParticles v1.12.5 released

tsParticles v1.12.5 released

6
Comments
4 min read
How to mock an imported Typescript class with Jest

How to mock an imported Typescript class with Jest

53
Comments 13
3 min read
Map and filter arrays in a performant way with transducers in Typescript

Map and filter arrays in a performant way with transducers in Typescript

6
Comments 1
3 min read
Conditional Validation In Angular Using RxWeb

Conditional Validation In Angular Using RxWeb

11
Comments
2 min read
TypeScript Exercises Bonus🦠 - Answers Part 2

TypeScript Exercises Bonus🦠 - Answers Part 2

16
Comments 4
3 min read
tsParticles v1.12.3 released

tsParticles v1.12.3 released

5
Comments
4 min read
tsParticles v1.12.2 released

tsParticles v1.12.2 released

5
Comments
4 min read
A weather API with Node.js, OvernightJS and TypeScript

A weather API with Node.js, OvernightJS and TypeScript

5
Comments 1
5 min read
Different types of bindings in Web Atoms for Xamarin.Forms

Different types of bindings in Web Atoms for Xamarin.Forms

8
Comments
4 min read
React Context with useReducer and Typescript.

React Context with useReducer and Typescript.

248
Comments 28
5 min read
Secretlint prevent committing your {npm,AWS,GCP,slack,ssh} credential

Secretlint prevent committing your {npm,AWS,GCP,slack,ssh} credential

8
Comments
3 min read
loading...