DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Configuring Firebase with Angular standalone component

Configuring Firebase with Angular standalone component

Comments
1 min read
Chaining callbacks in TypeScript using the monad design pattern

Chaining callbacks in TypeScript using the monad design pattern

1
Comments 1
10 min read
6 Steps to Create and Publish a Modern JavaScript and TypeScript Library in 2024

6 Steps to Create and Publish a Modern JavaScript and TypeScript Library in 2024

1
Comments
6 min read
Rolldown: why it matters

Rolldown: why it matters

19
Comments
3 min read
LeetCode Meditations — Chapter 3: Sliding Window

LeetCode Meditations — Chapter 3: Sliding Window

Comments
4 min read
Hello World!

Hello World!

1
Comments 2
1 min read
Mastering Angular Unit Testing: Best Practices and Tools

Mastering Angular Unit Testing: Best Practices and Tools

14
Comments 2
9 min read
ChatCraft week 8: Successful refactoring PR!

ChatCraft week 8: Successful refactoring PR!

2
Comments
3 min read
What's New in TypeScript 5.4 Beta

What's New in TypeScript 5.4 Beta

Comments
4 min read
Keep Store type sync with definition

Keep Store type sync with definition

1
Comments
5 min read
Build Robust Web Apps Faster: A Beginner's Guide to Next.js Boilerplate with TypeScript

Build Robust Web Apps Faster: A Beginner's Guide to Next.js Boilerplate with TypeScript

2
Comments
3 min read
ChatCraft week 6: Refactoring code

ChatCraft week 6: Refactoring code

2
Comments
2 min read
How to do simple deletes in Fauna Query Language - (FQL)

How to do simple deletes in Fauna Query Language - (FQL)

5
Comments
2 min read
A Quick Guide to Clamping Numbers in JavaScript

A Quick Guide to Clamping Numbers in JavaScript

Comments
2 min read
A pipe in Nestjs to validate DTOs conditionally.

A pipe in Nestjs to validate DTOs conditionally.

1
Comments
2 min read
How to Sanitize Data in React

How to Sanitize Data in React

2
Comments 1
2 min read
🚀 Embarking on a Mobile Development Journey: Seeking Guidance and Support 🚀

🚀 Embarking on a Mobile Development Journey: Seeking Guidance and Support 🚀

Comments
1 min read
Learn how to document JavaScript/TypeScript code using JSDoc & Typedoc

Learn how to document JavaScript/TypeScript code using JSDoc & Typedoc

75
Comments 3
5 min read
Design Pattern - Singleton (TypeScript & Rust)

Design Pattern - Singleton (TypeScript & Rust)

1
Comments
4 min read
Parameter 'element' implicitly has an 'any' type.

Parameter 'element' implicitly has an 'any' type.

Comments
1 min read
TanStack Router: Query Parameters & Validators

TanStack Router: Query Parameters & Validators

8
Comments
5 min read
This is your sign(al) to try TanStack Query & Angular

This is your sign(al) to try TanStack Query & Angular

26
Comments 4
20 min read
Como integrar a API do Mercado Livre

Como integrar a API do Mercado Livre

3
Comments
7 min read
How to stream data over HTTP using NextJS

How to stream data over HTTP using NextJS

Comments
6 min read
Fullstack Serverless CI/CD in AWS Amplify Hosting with Postgres Database Branching

Fullstack Serverless CI/CD in AWS Amplify Hosting with Postgres Database Branching

1
Comments
10 min read
Exploring StyleX and the new generation of styling libraries

Exploring StyleX and the new generation of styling libraries

2
Comments
12 min read
ExpressoTS Middleware & Controller

ExpressoTS Middleware & Controller

21
Comments
5 min read
What is tRPC and how can we use it in our Apps.

What is tRPC and how can we use it in our Apps.

2
Comments
4 min read
Tips For Writing Clear And Efficient TypeScript Code 💯 - Part #2

Tips For Writing Clear And Efficient TypeScript Code 💯 - Part #2

2
Comments 1
2 min read
A (somewhat) deep dive into TypeScript constructor intricacies, step-by-step

A (somewhat) deep dive into TypeScript constructor intricacies, step-by-step

5
Comments
3 min read
Introducing EmailBuilder.js - a free and open source block-based email template builder

Introducing EmailBuilder.js - a free and open source block-based email template builder

3
Comments
2 min read
LeetCode Meditations: Container with Most Water

LeetCode Meditations: Container with Most Water

Comments
2 min read
LeetCode Meditations: 3Sum

LeetCode Meditations: 3Sum

Comments
3 min read
Angular Addicts #23: Angular 17.2, Nx 18, Signal forms, Analog, WebExpo & more

Angular Addicts #23: Angular 17.2, Nx 18, Signal forms, Analog, WebExpo & more

3
Comments 1
4 min read
Do not use boolean flags for your react state

Do not use boolean flags for your react state

2
Comments
5 min read
Bizzlane in Ahmedabad 2023 Bizzlane is the product created by by making your profile with us.

Bizzlane in Ahmedabad 2023 Bizzlane is the product created by by making your profile with us.

Comments
2 min read
Using the Singleton Pattern in React

Using the Singleton Pattern in React

22
Comments 1
3 min read
Angular (17+) Signals Theme

Angular (17+) Signals Theme

1
Comments
2 min read
Creating a Cognito Trigger using CDK and TypeScript

Creating a Cognito Trigger using CDK and TypeScript

Comments
2 min read
Adding passkeys to a Remix App

Adding passkeys to a Remix App

10
Comments
6 min read
SOLID Principle in NextJS using Typescript

SOLID Principle in NextJS using Typescript

7
Comments 1
4 min read
Generic Types en TypeScript, desarrollo reutilizable y adaptable

Generic Types en TypeScript, desarrollo reutilizable y adaptable

2
Comments
3 min read
The Pitfalls of NEXT_PUBLIC_ Environment Variables

The Pitfalls of NEXT_PUBLIC_ Environment Variables

Comments
2 min read
Using CDK and Typescript to create an AppSync GraphQL API

Using CDK and Typescript to create an AppSync GraphQL API

Comments
9 min read
Typed Objects in v-for - Vue3 with TypeScript

Typed Objects in v-for - Vue3 with TypeScript

21
Comments
3 min read
Recursive elements in React

Recursive elements in React

3
Comments
6 min read
What is REST API

What is REST API

18
Comments 5
4 min read
Intro to Type Wizardry: Iteration, mapping and recursion with TS unions

Intro to Type Wizardry: Iteration, mapping and recursion with TS unions

Comments
15 min read
Object Narrowing in Typescript with Graphile Worker

Object Narrowing in Typescript with Graphile Worker

Comments
3 min read
TanStack Router: Path Parameters & Loader

TanStack Router: Path Parameters & Loader

8
Comments
4 min read
REST API Consumption with feTS: A Practical Guide to Type-Safe HTTP Clients

REST API Consumption with feTS: A Practical Guide to Type-Safe HTTP Clients

3
Comments
5 min read
Implementing Passport With Google OAuth2

Implementing Passport With Google OAuth2

6
Comments
5 min read
TypeScript (2): Handling Nullable Types (5 quick ways)

TypeScript (2): Handling Nullable Types (5 quick ways)

Comments
1 min read
Tips For Writing Clear And Efficient TypeScript Code 💯 - Part #1

Tips For Writing Clear And Efficient TypeScript Code 💯 - Part #1

5
Comments 1
2 min read
Key Features And Benefits Of Using Typescript With Javascript In Modern Web Development

Key Features And Benefits Of Using Typescript With Javascript In Modern Web Development

Comments
3 min read
Developing your own Chrome Extension - Fixing Errors with ts-morph and using Buns API (Part 4)

Developing your own Chrome Extension - Fixing Errors with ts-morph and using Buns API (Part 4)

Comments
6 min read
The Singleton pattern in TypeScript

The Singleton pattern in TypeScript

1
Comments
3 min read
Developing your own Chrome Extension in Bun and Typescript (Part 2)

Developing your own Chrome Extension in Bun and Typescript (Part 2)

1
Comments
7 min read
Introducing Kaioken

Introducing Kaioken

6
Comments 2
2 min read
Common React Hook Questions

Common React Hook Questions

4
Comments
5 min read
loading...