DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Angular: Confirm Password Validation Custom Validator

Angular: Confirm Password Validation Custom Validator

13
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

7
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
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
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

14
Comments 2
1 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

17
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.

6
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
Mutates or not? We need both versions but there is a problem.

Mutates or not? We need both versions but there is a problem.

8
Comments 4
5 min read
Writing a styled HOC for React Native using Typescript

Writing a styled HOC for React Native using Typescript

15
Comments 1
4 min read
A smarter dotenv for Node.js

A smarter dotenv for Node.js

40
Comments 3
2 min read
More on Types in Typescript

More on Types in Typescript

4
Comments
3 min read
Make your Blog into a App

Make your Blog into a App

10
Comments
2 min read
Angular Communication Between Tabs

Angular Communication Between Tabs

19
Comments 2
2 min read
Unit testing NestJS with Typeorm in memory

Unit testing NestJS with Typeorm in memory

23
Comments 7
2 min read
Why You Should Use Typescript Over Javascript?

Why You Should Use Typescript Over Javascript?

71
Comments 23
1 min read
Persistent routes

Persistent routes

5
Comments
2 min read
3 Ways To Write Function Overloads With JSDoc & TypeScript

3 Ways To Write Function Overloads With JSDoc & TypeScript

2
Comments 1
6 min read
What’s New in RxJS 7: Small Bundles and Big Changes to share()

What’s New in RxJS 7: Small Bundles and Big Changes to share()

7
Comments
4 min read
Using Typescript to Auto-Generate Documentation

Using Typescript to Auto-Generate Documentation

6
Comments
4 min read
Effective CRUD and Validation with NestJS and JOI

Effective CRUD and Validation with NestJS and JOI

14
Comments 1
6 min read
Using React Query to solve state management in your React app

Using React Query to solve state management in your React app

107
Comments 7
9 min read
Stop using Javascript

Stop using Javascript

6
Comments
5 min read
Ditching the "else" Statement

Ditching the "else" Statement

18
Comments 14
4 min read
Mocking classes in Jest / Typescript

Mocking classes in Jest / Typescript

7
Comments
2 min read
Patrón Observer (parte 1)

Patrón Observer (parte 1)

3
Comments
5 min read
How to Add An RSS Feed to a NextJS Blog

How to Add An RSS Feed to a NextJS Blog

8
Comments
6 min read
I wrote a fully-functioning File Explorer, using TypeScript.

I wrote a fully-functioning File Explorer, using TypeScript.

1209
Comments 108
2 min read
How to Run Lambda on a Schedule

How to Run Lambda on a Schedule

6
Comments
7 min read
Adding react-to-print in your project

Adding react-to-print in your project

74
Comments 1
2 min read
Should you Migrate Your Big React App to TypeScript?

Should you Migrate Your Big React App to TypeScript?

2
Comments
2 min read
How to simplify and organize imports in Typescript

How to simplify and organize imports in Typescript

15
Comments 5
1 min read
Deploying applications on Kubernetes using TypeScript

Deploying applications on Kubernetes using TypeScript

5
Comments
4 min read
Generic CRUD Service in Angular: Part 4

Generic CRUD Service in Angular: Part 4

19
Comments
4 min read
loading...