DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Understanding the Factory Method Design Pattern

Understanding the Factory Method Design Pattern

13
Comments 4
3 min read
Generics in Typescript and how to use them

Generics in Typescript and how to use them

1
Comments
5 min read
Cellular Automata

Cellular Automata

27
Comments
11 min read
Day 25 of my progress as a vue dev

Day 25 of my progress as a vue dev

1
Comments
1 min read
🚀 Enhance Your Cypress Tests with Custom Commands

🚀 Enhance Your Cypress Tests with Custom Commands

1
Comments
2 min read
Scaffolding API projects easily with oak-routing-ctrl

Scaffolding API projects easily with oak-routing-ctrl

1
Comments
3 min read
shadcn-ui/ui codebase analysis: How is “Blocks” page built — Part 4

shadcn-ui/ui codebase analysis: How is “Blocks” page built — Part 4

1
Comments
6 min read
How to Implement Data Validation in NestJS Using nestjs-joi and joi-class-decorators

How to Implement Data Validation in NestJS Using nestjs-joi and joi-class-decorators

4
Comments
6 min read
Day 24 of my progress as a vue dev

Day 24 of my progress as a vue dev

2
Comments
1 min read
Building a simple Date Picker with React and Day.js

Building a simple Date Picker with React and Day.js

3
Comments
6 min read
Improve React Navigation with xState v5

Improve React Navigation with xState v5

2
Comments
2 min read
Warlock.js From Nodejs Course Into a fine grained framework

Warlock.js From Nodejs Course Into a fine grained framework

2
Comments
7 min read
Exciting News, my brand-new website is live

Exciting News, my brand-new website is live

25
Comments 8
1 min read
Exploring JSR for JavaScript Module Management

Exploring JSR for JavaScript Module Management

1
Comments
8 min read
Nuxt + ESLint 9 + TypeScript + Prettier - Configuration Guide 2024

Nuxt + ESLint 9 + TypeScript + Prettier - Configuration Guide 2024

36
Comments 4
3 min read
UploadThing: Simplificando o Processo de Upload de Arquivos na Web

UploadThing: Simplificando o Processo de Upload de Arquivos na Web

2
Comments
3 min read
Building a simple Full-Stack Restaurant Finder App with React, Redux, Node.js, and Google Places API (Part 2)

Building a simple Full-Stack Restaurant Finder App with React, Redux, Node.js, and Google Places API (Part 2)

5
Comments
6 min read
I've been writing TypeScript without understanding it

I've been writing TypeScript without understanding it

634
Comments 42
7 min read
Develop a Serverless TypeScript API on AWS ECS with Fargate

Develop a Serverless TypeScript API on AWS ECS with Fargate

1
Comments
7 min read
Day 23 of my progress as a vue dev

Day 23 of my progress as a vue dev

2
Comments
1 min read
Validate user path access on edge with NextAuth & Next.js Middleware

Validate user path access on edge with NextAuth & Next.js Middleware

Comments
3 min read
Understanding the Singleton Pattern in TypeScript

Understanding the Singleton Pattern in TypeScript

13
Comments 2
3 min read
Streamlining Your Next.js Project with Private GitHub/Gitlab Repositories as NPM Packages

Streamlining Your Next.js Project with Private GitHub/Gitlab Repositories as NPM Packages

1
Comments
3 min read
Combining Node.js with Async Rust for remarkable performance

Combining Node.js with Async Rust for remarkable performance

21
Comments 1
6 min read
LeetCode Meditations — Chapter 11: Graphs

LeetCode Meditations — Chapter 11: Graphs

5
Comments 1
10 min read
What is the difference between type vs interface in Typescript

What is the difference between type vs interface in Typescript

2
Comments
3 min read
Setting Up an Express API with TypeScript and Pre-commit Hooks Using Husky

Setting Up an Express API with TypeScript and Pre-commit Hooks Using Husky

12
Comments
3 min read
TypeScript: Why It's Taking Over JavaScript (And Why You Should Care)

TypeScript: Why It's Taking Over JavaScript (And Why You Should Care)

1
Comments
2 min read
Sharing composable state in Vue apps

Sharing composable state in Vue apps

28
Comments 2
2 min read
Webpack vs Vite: Una ComparaciĂłn Detallada

Webpack vs Vite: Una ComparaciĂłn Detallada

Comments
3 min read
Types for React components with children

Types for React components with children

14
Comments 6
1 min read
How to Configure ESLint for TypeScript Projects

How to Configure ESLint for TypeScript Projects

9
Comments
2 min read
Mastering TypeScript: Implementing Push, Pop, Shift, and Unshift in Tuples

Mastering TypeScript: Implementing Push, Pop, Shift, and Unshift in Tuples

2
Comments 2
7 min read
Day 22 of my progress as a vue dev

Day 22 of my progress as a vue dev

1
Comments
1 min read
Jupyter Lab IDE basics with Typescript and Deno

Jupyter Lab IDE basics with Typescript and Deno

6
Comments
5 min read
Why do we have const enums in Typescript?

Why do we have const enums in Typescript?

9
Comments 3
4 min read
Constants, Object.freeze, Object.seal and Immutable in JavaScript

Constants, Object.freeze, Object.seal and Immutable in JavaScript

5
Comments
4 min read
Latest Redux Toolkit: Using the Builder Callback Notation in createReducer đź’»

Latest Redux Toolkit: Using the Builder Callback Notation in createReducer đź’»

4
Comments
1 min read
I Built a Chrome Extension with Svelte and Firebase!!🔥🔥

I Built a Chrome Extension with Svelte and Firebase!!🔥🔥

3
Comments
2 min read
Day 21 of my progress as a vue dev

Day 21 of my progress as a vue dev

Comments
2 min read
LeetCode Meditations: Find Median from Data Stream

LeetCode Meditations: Find Median from Data Stream

Comments
6 min read
LeetCode Meditations: Pacific Atlantic Water Flow

LeetCode Meditations: Pacific Atlantic Water Flow

1
Comments
6 min read
Things I learned last week (19/24)

Things I learned last week (19/24)

Comments
1 min read
Best Practices for Creating Reusable Custom Hooks in React

Best Practices for Creating Reusable Custom Hooks in React

8
Comments 2
3 min read
Day 20 of my progress as a vue dev

Day 20 of my progress as a vue dev

Comments
1 min read
Using Apache ECharts with Lit and TypeScript

Using Apache ECharts with Lit and TypeScript

8
Comments
8 min read
Building a Cloud-Native Spreadsheet Copilot with Winglang and LangChain

Building a Cloud-Native Spreadsheet Copilot with Winglang and LangChain

94
Comments 2
4 min read
Day 19 of my progress as a vue dev

Day 19 of my progress as a vue dev

Comments
1 min read
Using Valibot for Recursive Schema Validation

Using Valibot for Recursive Schema Validation

Comments 1
1 min read
Litlyx | The One-Line Code Analytics | Plug anywhere!

Litlyx | The One-Line Code Analytics | Plug anywhere!

5
Comments 2
2 min read
Custom SSO Implementation

Custom SSO Implementation

5
Comments
1 min read
Implement JWT Refresh Token Authentication with Elysia JS and Prisma: A Step-by-Step Guide

Implement JWT Refresh Token Authentication with Elysia JS and Prisma: A Step-by-Step Guide

23
Comments 8
10 min read
LeetCode Meditations: Implement Trie (Prefix Tree)

LeetCode Meditations: Implement Trie (Prefix Tree)

3
Comments 3
4 min read
The `never` type and `error` handling in TypeScript

The `never` type and `error` handling in TypeScript

7
Comments
7 min read
How to transfer data between tabs using a Chrome extension

How to transfer data between tabs using a Chrome extension

6
Comments
5 min read
Exploring the New Features in TypeScript 5.5 Beta

Exploring the New Features in TypeScript 5.5 Beta

10
Comments
3 min read
Why TypeScript is Better than JavaScript

Why TypeScript is Better than JavaScript

3
Comments
2 min read
How To Install Next js and set up Visual Studio Code (VS Code)

How To Install Next js and set up Visual Studio Code (VS Code)

7
Comments
1 min read
How to create an API endpoint in astro

How to create an API endpoint in astro

2
Comments
8 min read
Several issues regarding typescript+sequelize

Several issues regarding typescript+sequelize

Comments 1
2 min read
loading...