DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Building Scalable and Maintainable Node.js Applications with TypeScript and OOP Principles

Building Scalable and Maintainable Node.js Applications with TypeScript and OOP Principles

Comments 2
4 min read
Tuples in TypeScript

Tuples in TypeScript

2
Comments
4 min read
Using discriminated union types in TypeScript

Using discriminated union types in TypeScript

2
Comments
6 min read
How to create truly const object in JavaScript?

How to create truly const object in JavaScript?

1
Comments
2 min read
Optional vs. Undefined: Understanding TypeScript's Approach to Required Properties

Optional vs. Undefined: Understanding TypeScript's Approach to Required Properties

1
Comments
4 min read
Custom Hooks - useToggle()

Custom Hooks - useToggle()

Comments
2 min read
Create a blog with Supabase and Next.js - part 2 - the UI

Create a blog with Supabase and Next.js - part 2 - the UI

4
Comments
4 min read
Weird Type Coercions

Weird Type Coercions

1
Comments
3 min read
Type safety - The power of Zod

Type safety - The power of Zod

2
Comments
3 min read
🪐 Why useState returns an array in React?

🪐 Why useState returns an array in React?

1
Comments
2 min read
Superpowers with Directives and Dependency Injection: Part 1

Superpowers with Directives and Dependency Injection: Part 1

74
Comments 7
6 min read
Query GitHub Repo Topics Using GraphQL

Query GitHub Repo Topics Using GraphQL

2
Comments
7 min read
TANStack Query: How It Changes the Way You Query APIs

TANStack Query: How It Changes the Way You Query APIs

3
Comments 4
4 min read
Setup a Dynamic GitHub User Profile README

Setup a Dynamic GitHub User Profile README

5
Comments
5 min read
How to create NPM packages with TypeScript

How to create NPM packages with TypeScript

2
Comments 1
3 min read
Next.js Authentication using Higher-Order Components

Next.js Authentication using Higher-Order Components

3
Comments
5 min read
Auto-add missing imports on file save in VS Code ✨

Auto-add missing imports on file save in VS Code ✨

31
Comments 4
2 min read
Thinking in React (Visualized)

Thinking in React (Visualized)

22
Comments 3
2 min read
Create a blog with Supabase and Next.js

Create a blog with Supabase and Next.js

Comments 2
4 min read
No fuss no muss TypeScript Lambda with CDK

No fuss no muss TypeScript Lambda with CDK

2
Comments
3 min read
Validating environment variables with zod

Validating environment variables with zod

2
Comments
3 min read
Superpowers with Directives and Dependency Injection: Part 2

Superpowers with Directives and Dependency Injection: Part 2

29
Comments 1
5 min read
Dealing with Floating Point Numbers in JavaScript: Lessons Learned

Dealing with Floating Point Numbers in JavaScript: Lessons Learned

5
Comments 2
3 min read
Migrating a TypeScript app from Node.js to Bun

Migrating a TypeScript app from Node.js to Bun

5
Comments
9 min read
Reusable Loading component in React

Reusable Loading component in React

4
Comments
8 min read
Playing Around with Prisma

Playing Around with Prisma

1
Comments
2 min read
Making YouTube video with React

Making YouTube video with React

1
Comments
7 min read
Code Coverage with React, Vite, RTL & Cypress

Code Coverage with React, Vite, RTL & Cypress

5
Comments 1
2 min read
Regular Functions vs Arrow Functions

Regular Functions vs Arrow Functions

2
Comments
2 min read
Create a pure Node.js and TypeScript app + Getting node-fetch ESM-only (version 3) up and running

Create a pure Node.js and TypeScript app + Getting node-fetch ESM-only (version 3) up and running

8
Comments
5 min read
Using Algebraic Data Types (ADTs) in TypeScript

Using Algebraic Data Types (ADTs) in TypeScript

4
Comments
4 min read
A joy of working with JSON using PureScript

A joy of working with JSON using PureScript

5
Comments
8 min read
Does Typescript make you slower?

Does Typescript make you slower?

2
Comments
1 min read
[Vue/Typescript] Memory leak when changing a value that indicates an index in a computed property

[Vue/Typescript] Memory leak when changing a value that indicates an index in a computed property

Comments 1
1 min read
Type Up Your Game: A Beginner's Guide to TypeScript

Type Up Your Game: A Beginner's Guide to TypeScript

8
Comments 2
6 min read
MobX - The missing piece in your complex react applications

MobX - The missing piece in your complex react applications

Comments
5 min read
Fun with speech detection using RxJS and Angular standalone components

Fun with speech detection using RxJS and Angular standalone components

1
Comments
4 min read
Design Patterns: Factory - Getting Started with Typescript

Design Patterns: Factory - Getting Started with Typescript

4
Comments
7 min read
In 2023, spin up an e-commerce app in 60s with Vendure + Qwik. Fast enough?

In 2023, spin up an e-commerce app in 60s with Vendure + Qwik. Fast enough?

14
Comments 1
3 min read
Autoscaling using Spot Instances with AWS CDK + TS

Autoscaling using Spot Instances with AWS CDK + TS

15
Comments 4
3 min read
JS/TS custom sorting order or how to sort weird things

JS/TS custom sorting order or how to sort weird things

2
Comments 2
6 min read
How to create a Launchpad Mini digital clock using Node.js

How to create a Launchpad Mini digital clock using Node.js

Comments
3 min read
What is Tuple in TypeScript

What is Tuple in TypeScript

2
Comments
4 min read
TypeScript and Node.js: Building Scalable and Robust Applications.

TypeScript and Node.js: Building Scalable and Robust Applications.

1
Comments
3 min read
Most common types in Typescript and its usage

Most common types in Typescript and its usage

1
Comments
3 min read
Still using Express.js ? THIS will BLOW your mind

Still using Express.js ? THIS will BLOW your mind

1
Comments
7 min read
ok... today we'll go install commitlint

ok... today we'll go install commitlint

Comments
2 min read
Leaning into Typescript: Specific string values and strategies

Leaning into Typescript: Specific string values and strategies

Comments 3
4 min read
Bootstrapping Standalone Components

Bootstrapping Standalone Components

50
Comments
4 min read
How to consume Web API in TypeScript using Axios

How to consume Web API in TypeScript using Axios

Comments
2 min read
Build a decentralized CRUD application using Typescript, React, and DB3.js

Build a decentralized CRUD application using Typescript, React, and DB3.js

2
Comments
7 min read
The Types You Need - Learning TypeScript

The Types You Need - Learning TypeScript

18
Comments
8 min read
React: Create a turnable knob component

React: Create a turnable knob component

3
Comments 1
4 min read
How to Use ESLint to Boost Your Programming Skills

How to Use ESLint to Boost Your Programming Skills

12
Comments
7 min read
How to write a debounce function

How to write a debounce function

4
Comments 1
5 min read
How to Learn and Use TypeScript: A Comprehensive Beginner's Guide

How to Learn and Use TypeScript: A Comprehensive Beginner's Guide

43
Comments 2
10 min read
API Gateway Async with Step Functions

API Gateway Async with Step Functions

3
Comments
6 min read
Interpreting HTML5 Video Events

Interpreting HTML5 Video Events

5
Comments
3 min read
SNS to Step Functions via EventBridge Pipes with CDK

SNS to Step Functions via EventBridge Pipes with CDK

18
Comments
8 min read
TypeScript Mapped Union Type

TypeScript Mapped Union Type

6
Comments 1
4 min read
loading...