DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Beyond Basics: Designing Flexible and Extensible TypeScript Applications with Decorator Design Pattern

Beyond Basics: Designing Flexible and Extensible TypeScript Applications with Decorator Design Pattern

Comments
5 min read
TypeScript: type compatibility vs duck typing

TypeScript: type compatibility vs duck typing

Comments 3
4 min read
How to set up aliases for module imports in TypeScript (Angular)

How to set up aliases for module imports in TypeScript (Angular)

12
Comments
1 min read
Advanced Types in TypeScript

Advanced Types in TypeScript

1
Comments
2 min read
A Better Way to Design a Loading Button Component

A Better Way to Design a Loading Button Component

7
Comments 2
2 min read
Supercharging CSS modules with TypeScript

Supercharging CSS modules with TypeScript

1
Comments 1
6 min read
NextJS api validators

NextJS api validators

Comments
3 min read
How To Do Assertions in AskUI

How To Do Assertions in AskUI

Comments
4 min read
TypeScript Types vs. Interfaces: Which One Should You Choose for Your Next Project?

TypeScript Types vs. Interfaces: Which One Should You Choose for Your Next Project?

Comments
2 min read
Debugging TypeScript projects with VSCode in 2023

Debugging TypeScript projects with VSCode in 2023

7
Comments 2
3 min read
mysql-error-keys : Handling MySQL Error Messages in a More Readable Way

mysql-error-keys : Handling MySQL Error Messages in a More Readable Way

2
Comments
2 min read
Building a chatbot with GPT-3.5 and Next.js: A Detailed Guide

Building a chatbot with GPT-3.5 and Next.js: A Detailed Guide

5
Comments
10 min read
Best ways to use "Extract" utility type in Typescript

Best ways to use "Extract" utility type in Typescript

50
Comments 8
4 min read
SOAP com TypeScript em pleno 2023

SOAP com TypeScript em pleno 2023

7
Comments
5 min read
XML Parsing em NodeJS com XMLBuilder2

XML Parsing em NodeJS com XMLBuilder2

5
Comments
7 min read
How I improve my skills in Typescript #2 : Mapped Type

How I improve my skills in Typescript #2 : Mapped Type

196
Comments 4
7 min read
How to use React Streaming In Remix

How to use React Streaming In Remix

2
Comments
5 min read
Finding the Balance: When to Use Object Destructuring and When to Avoid It

Finding the Balance: When to Use Object Destructuring and When to Avoid It

1
Comments
3 min read
Type Operators (keyof and typeof) in TypeScript

Type Operators (keyof and typeof) in TypeScript

1
Comments
3 min read
NestJS Authentication with OAuth2.0: Adding External Providers

NestJS Authentication with OAuth2.0: Adding External Providers

35
Comments 5
18 min read
Testing Step Function workflows Locally

Testing Step Function workflows Locally

13
Comments 1
8 min read
Bulletproof Your Node.js Backend: Manage Environment Variables with Confidence

Bulletproof Your Node.js Backend: Manage Environment Variables with Confidence

4
Comments 2
4 min read
Adding NgRx to the Angular Application

Adding NgRx to the Angular Application

Comments
2 min read
Displaying dynamic JSON data in GatsbyJS

Displaying dynamic JSON data in GatsbyJS

2
Comments
4 min read
Unleash the power of Partial <T> for mock data perfection!

Unleash the power of Partial <T> for mock data perfection!

1
Comments
2 min read
My first Solidity Smart Contract

My first Solidity Smart Contract

Comments
9 min read
TypeScript CRUD Rest API, using Nest.js, TypeORM, Postgres, Docker and Docker Compose

TypeScript CRUD Rest API, using Nest.js, TypeORM, Postgres, Docker and Docker Compose

323
Comments 21
11 min read
Typescript utility types that you must know

Typescript utility types that you must know

172
Comments 15
4 min read
How to use action classes in NestJs

How to use action classes in NestJs

1
Comments
2 min read
Creating a Universal Exporter in TypeScript for CSV, JSON, and Excel Formats

Creating a Universal Exporter in TypeScript for CSV, JSON, and Excel Formats

3
Comments
3 min read
How to use Prisma with Express and Postgresql as database

How to use Prisma with Express and Postgresql as database

5
Comments
5 min read
Admin UI extension in Vendure

Admin UI extension in Vendure

4
Comments
5 min read
[TypeScript] Try esbuild

[TypeScript] Try esbuild

2
Comments
2 min read
CDK ASL Definition Extractor

CDK ASL Definition Extractor

11
Comments 3
2 min read
Javascript: on clone des robots !

Javascript: on clone des robots !

1
Comments
5 min read
Material UI Customization (TypeScript)

Material UI Customization (TypeScript)

28
Comments 4
7 min read
TypeScript 5.0: new mode bundler & ESM

TypeScript 5.0: new mode bundler & ESM

30
Comments 2
4 min read
Setting up Next.js 13 with TypeScript-ESLint

Setting up Next.js 13 with TypeScript-ESLint

7
Comments 2
2 min read
The OOP Fight : JavaScript Vs TypeScript

The OOP Fight : JavaScript Vs TypeScript

1
Comments
19 min read
3 principles of OOP in JavaScript

3 principles of OOP in JavaScript

1
Comments
4 min read
NestJS Boilerplates Comparison

NestJS Boilerplates Comparison

13
Comments 1
7 min read
Introduction to Angular Framework: Core Features

Introduction to Angular Framework: Core Features

1
Comments
3 min read
Ts Interface vs Types

Ts Interface vs Types

Comments
2 min read
Creating a Minesweeper Game in SolidJS - Completing The Game

Creating a Minesweeper Game in SolidJS - Completing The Game

2
Comments
7 min read
Building a faster CI pipeline with Turborepo and pnpm

Building a faster CI pipeline with Turborepo and pnpm

Comments
9 min read
🧪 Given, When, Then

🧪 Given, When, Then

3
Comments
5 min read
Transforming Your React App into a PWA: A Comprehensive Guide

Transforming Your React App into a PWA: A Comprehensive Guide

6
Comments 1
5 min read
React - Create a custom component from native HTML element with typescript

React - Create a custom component from native HTML element with typescript

Comments
2 min read
Using Pinia ORM in Vue 3, Vuetify 3, Typescript

Using Pinia ORM in Vue 3, Vuetify 3, Typescript

2
Comments
2 min read
Clipboard Landing Page: The Process

Clipboard Landing Page: The Process

Comments
7 min read
Object Oriented Programming with Typescript

Object Oriented Programming with Typescript

6
Comments 2
12 min read
Supabase AI Hackathon

Supabase AI Hackathon

21
Comments
3 min read
Create a blog with Supabase and Next.js - part 4 - SSR

Create a blog with Supabase and Next.js - part 4 - SSR

4
Comments
1 min read
Use x-crawl to help you fetch data

Use x-crawl to help you fetch data

9
Comments 2
2 min read
TypeScript: why you shouldn't throw errors to control the program flow

TypeScript: why you shouldn't throw errors to control the program flow

12
Comments
7 min read
Software Development is About Compromise

Software Development is About Compromise

2
Comments
8 min read
What is memoization in React

What is memoization in React

Comments
5 min read
Unlock Next-Level Authentication in Next.js with Next Auth and TypeScript Module Augmentation

Unlock Next-Level Authentication in Next.js with Next Auth and TypeScript Module Augmentation

23
Comments 1
3 min read
TypeScript: The many types of nothing

TypeScript: The many types of nothing

Comments
8 min read
Creating a Knowledge-Based Chatbot with OpenAI Embedding API, Pinecone, and Langchain.js

Creating a Knowledge-Based Chatbot with OpenAI Embedding API, Pinecone, and Langchain.js

2
Comments 3
4 min read
loading...