DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Use Objects than Arrays For Large Data in JS

Use Objects than Arrays For Large Data in JS

14
Comments 5
2 min read
Ngx, Confirm box for Angular 🚀

Ngx, Confirm box for Angular 🚀

18
Comments 3
2 min read
Making the most boring website ever with TypeScript, NestJs, React and others. Part 5.

Making the most boring website ever with TypeScript, NestJs, React and others. Part 5.

22
Comments 1
1 min read
Authentication and Authorization with JWTs in Node && Express.js

Authentication and Authorization with JWTs in Node && Express.js

55
Comments 6
7 min read
Type | Treat 2021 - Day 3

Type | Treat 2021 - Day 3

7
Comments 2
3 min read
Type | Treat 2021 - Day 1

Type | Treat 2021 - Day 1

17
Comments 24
2 min read
TypeScript vs. JSDoc JavaScript for static type checking

TypeScript vs. JSDoc JavaScript for static type checking

6
Comments 2
5 min read
I created my first NPM package

I created my first NPM package

74
Comments 15
1 min read
Communicate interface inheritance omission with type definition

Communicate interface inheritance omission with type definition

3
Comments
1 min read
How to easily debug rxjs pipes

How to easily debug rxjs pipes

6
Comments
1 min read
Pagination in Javascript and React, with a custom usePagination() hook

Pagination in Javascript and React, with a custom usePagination() hook

742
Comments 33
4 min read
Skeletonise yourself with AI pose detection

Skeletonise yourself with AI pose detection

7
Comments 3
17 min read
Using vanilla-extract with SvelteKit: Styles with TypeScript

Using vanilla-extract with SvelteKit: Styles with TypeScript

10
Comments
18 min read
Type | Treat 2021 - Day 2

Type | Treat 2021 - Day 2

10
Comments 7
3 min read
Intro - Building Projects to impress 🤯🤯 Employers or Hiring Managers [VoteSub]

Intro - Building Projects to impress 🤯🤯 Employers or Hiring Managers [VoteSub]

7
Comments
4 min read
Building A Robust Backend Server With NestJS 🚧

Building A Robust Backend Server With NestJS 🚧

59
Comments
12 min read
Testing Solid.js code beyond jest

Testing Solid.js code beyond jest

45
Comments 4
10 min read
React with Typescript

React with Typescript

234
Comments 25
6 min read
5 Tips Every React Developer Should Know

5 Tips Every React Developer Should Know

613
Comments 17
4 min read
Create e-mail subscription panel with Refine and Strapi.

Create e-mail subscription panel with Refine and Strapi.

23
Comments 1
6 min read
Comprendre certaines notions des Hooks UseEffect UseCallBack et useMemo.

Comprendre certaines notions des Hooks UseEffect UseCallBack et useMemo.

5
Comments
5 min read
Manage Multiple Node Versions with Volta (better than nvm?)

Manage Multiple Node Versions with Volta (better than nvm?)

13
Comments
4 min read
Top 4 lenguajes más amados en 2020

Top 4 lenguajes más amados en 2020

3
Comments
4 min read
The trick to making console.log play nice with complex objects

The trick to making console.log play nice with complex objects

105
Comments 8
2 min read
How to Make Your Own Next.js Starter Template

How to Make Your Own Next.js Starter Template

46
Comments 1
4 min read
How I built my portfolio using NextJS, Typescript, and Chakra UI

How I built my portfolio using NextJS, Typescript, and Chakra UI

16
Comments 1
9 min read
Angular: Confirm Password Validation Custom Validator

Angular: Confirm Password Validation Custom Validator

14
Comments
2 min read
How do styled-components help us to build responsive pages?

How do styled-components help us to build responsive pages?

25
Comments
4 min read
Why Making A Starter Template Matters?

Why Making A Starter Template Matters?

4
Comments
3 min read
You're Integrating Typescript and Mongoose Wrong!

You're Integrating Typescript and Mongoose Wrong!

9
Comments
2 min read
Patrón decorador (parte 1)

Patrón decorador (parte 1)

5
Comments
5 min read
Typescript Static Class Blocks

Typescript Static Class Blocks

9
Comments
1 min read
[TypeScript] Record MediaStream

[TypeScript] Record MediaStream

6
Comments
4 min read
Create a window manager with React

Create a window manager with React

8
Comments
4 min read
Kubernate: generate k8s YAMLs with code

Kubernate: generate k8s YAMLs with code

9
Comments 1
1 min read
Scheduling automated deletion of AWS Cloudformation stacks

Scheduling automated deletion of AWS Cloudformation stacks

7
Comments
2 min read
Better to Avoid General-Purpose Wrapper Exceptions [RE#12]

Better to Avoid General-Purpose Wrapper Exceptions [RE#12]

5
Comments
1 min read
Dealing with TypeScript configs for the mono-repo application.

Dealing with TypeScript configs for the mono-repo application.

6
Comments
2 min read
Build a REST API with Node.js, Express, TypeScript, MongoDB & Zod - Full course

Build a REST API with Node.js, Express, TypeScript, MongoDB & Zod - Full course

15
Comments 2
1 min read
Add WebSockets to Express

Add WebSockets to Express

10
Comments
1 min read
Lessons Learned from Building a React Component Library with TypeScript

Lessons Learned from Building a React Component Library with TypeScript

101
Comments 2
20 min read
Using Observables to transform data in TypeScript

Using Observables to transform data in TypeScript

16
Comments
7 min read
Unit Testing a Solidity Smart Contract using Chai & Mocha with TypeScript

Unit Testing a Solidity Smart Contract using Chai & Mocha with TypeScript

34
Comments 3
10 min read
Drops: Vue 2.x e o Typescript (e como solucionar os erros de retorno)

Drops: Vue 2.x e o Typescript (e como solucionar os erros de retorno)

6
Comments
2 min read
10 coisas que você não sabia que o NPM era capaz de fazer

10 coisas que você não sabia que o NPM era capaz de fazer

3
Comments
1 min read
How to Delete Dead Code in TypeScript Projects

How to Delete Dead Code in TypeScript Projects

54
Comments 2
5 min read
Introducing xrpl.js

Introducing xrpl.js

9
Comments 1
2 min read
My 3 GraphQL favorite things 🚀

My 3 GraphQL favorite things 🚀

2
Comments 1
1 min read
My first Hacktoberfest PR

My first Hacktoberfest PR

7
Comments 2
3 min read
Implementation of the `Select all` functionality using react-select package

Implementation of the `Select all` functionality using react-select package

3
Comments
4 min read
Functional way for handling exceptions in typescript

Functional way for handling exceptions in typescript

2
Comments
3 min read
How to setup golang backend and react frontend in a monorepo

How to setup golang backend and react frontend in a monorepo

18
Comments
2 min read
How and why to use infer in typescript

How and why to use infer in typescript

13
Comments
2 min read
Stop misusing TypeScript type assertions

Stop misusing TypeScript type assertions

44
Comments 5
2 min read
Back to the roots - A var, let and const story

Back to the roots - A var, let and const story

39
Comments 3
4 min read
Naming Patterns Matter

Naming Patterns Matter

5
Comments
3 min read
Hacktoberfest #2

Hacktoberfest #2

3
Comments
2 min read
How to consume Rest APIs from a GraphQL client using RestLink.

How to consume Rest APIs from a GraphQL client using RestLink.

7
Comments
6 min read
How to setup react, tailwind, webpack and typescript in a monorepo

How to setup react, tailwind, webpack and typescript in a monorepo

10
Comments
1 min read
React Typescript conditional rendering using objects

React Typescript conditional rendering using objects

7
Comments 3
1 min read
loading...