DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Understanding Excess Property Checking in Typescript

Understanding Excess Property Checking in Typescript

9
Comments 1
2 min read
Replace empty string to undefined value in Object (JS)

Replace empty string to undefined value in Object (JS)

2
Comments
1 min read
Typescript Series - Tuple to Object

Typescript Series - Tuple to Object

2
Comments
2 min read
Advantages of using typed useSelector hook

Advantages of using typed useSelector hook

3
Comments
1 min read
What Does "!" Symbol Mean in Typescript?

What Does "!" Symbol Mean in Typescript?

3
Comments 1
2 min read
The bot for BNG bank

The bot for BNG bank

4
Comments 1
2 min read
AWS CDK Frontend Pipeline (Cross Account)

AWS CDK Frontend Pipeline (Cross Account)

10
Comments
2 min read
Testing nested Stacks in AWS CDK 2

Testing nested Stacks in AWS CDK 2

3
Comments
1 min read
How To Use A TypeScript Interface?

How To Use A TypeScript Interface?

Comments 2
4 min read
tsParticles 2.2.2 Released

tsParticles 2.2.2 Released

16
Comments
1 min read
Angular: Design Pop Over

Angular: Design Pop Over

4
Comments
1 min read
Storybook As A Game Development Tool (With Demo)

Storybook As A Game Development Tool (With Demo)

32
Comments 3
3 min read
Typescript Series - Readonly Utility Type

Typescript Series - Readonly Utility Type

2
Comments
2 min read
Install Tailwind Plugins + Vite + Typescript + Tailwind CSS 3

Install Tailwind Plugins + Vite + Typescript + Tailwind CSS 3

3
Comments
3 min read
Default Exports vs Named Exports

Default Exports vs Named Exports

2
Comments
1 min read
How i setup neovim for speed up React, Js, Ts, etc

How i setup neovim for speed up React, Js, Ts, etc

5
Comments 1
4 min read
Version 2.10 of Foal is out!

Version 2.10 of Foal is out!

5
Comments
1 min read
Let's talk about Typescript

Let's talk about Typescript

4
Comments
8 min read
JavaScript - How to create beautiful fireworks effects with tsParticles

JavaScript - How to create beautiful fireworks effects with tsParticles

38
Comments
3 min read
Clean Architecture: Applying with React

Clean Architecture: Applying with React

306
Comments 45
7 min read
Hexagonal Architecture and Clean Architecture (with examples)

Hexagonal Architecture and Clean Architecture (with examples)

140
Comments 11
10 min read
Pushing the limits of TypeScript

Pushing the limits of TypeScript

Comments
3 min read
How to scan barcodes in your React.js application

How to scan barcodes in your React.js application

29
Comments 3
4 min read
TypeScript: Advanced Types

TypeScript: Advanced Types

18
Comments 1
4 min read
Typescript Series - Pick Utility Type

Typescript Series - Pick Utility Type

Comments
2 min read
Writing Well-Structured Unit Test in TypeScript

Writing Well-Structured Unit Test in TypeScript

194
Comments 5
5 min read
Node.js TypeScript monorepo via NPM workspaces

Node.js TypeScript monorepo via NPM workspaces

1
Comments
4 min read
The flexible way to adopt UX/UI in Angular app according to user’s permissions.

The flexible way to adopt UX/UI in Angular app according to user’s permissions.

7
Comments
6 min read
TypeScript: Typing React useRef hook

TypeScript: Typing React useRef hook

4
Comments
4 min read
Frontline: Preparing Grounds

Frontline: Preparing Grounds

3
Comments
3 min read
Using the useContext hook in React

Using the useContext hook in React

7
Comments
3 min read
How to use the 'in' operator to narrow down the properties and methods of an object with union type in TypeScript?

How to use the 'in' operator to narrow down the properties and methods of an object with union type in TypeScript?

3
Comments
3 min read
How to secure pages with HTTP Basic Auth using SvelteKit

How to secure pages with HTTP Basic Auth using SvelteKit

20
Comments 2
2 min read
Building TVFlixx

Building TVFlixx

4
Comments
4 min read
Custom Error Class in Angular 12+

Custom Error Class in Angular 12+

5
Comments
3 min read
Create a notification tree with strong type prompt in typescript

Create a notification tree with strong type prompt in typescript

7
Comments
4 min read
A Serverless Architecture to handle image generation from bulk data

A Serverless Architecture to handle image generation from bulk data

12
Comments
9 min read
Efficiently read files in a directory with Node.js opendir

Efficiently read files in a directory with Node.js opendir

10
Comments
2 min read
tsParticles 2.2.1 Released

tsParticles 2.2.1 Released

21
Comments
1 min read
How to optimise and customise your Contentful images with TypeScript

How to optimise and customise your Contentful images with TypeScript

5
Comments
5 min read
A First Look at Bun: Will It Take Node’s Crown?

A First Look at Bun: Will It Take Node’s Crown?

7
Comments
10 min read
Angular: Content Projection end to end

Angular: Content Projection end to end

8
Comments
2 min read
Create a Static Class in Typescript

Create a Static Class in Typescript

9
Comments
1 min read
Migrating a nodejs, webpack project from JavaScript to TypeScript

Migrating a nodejs, webpack project from JavaScript to TypeScript

8
Comments 1
1 min read
How to Build A Shopify Embed App with VueJs, Tailwind CSS, NodeJs and Laravel

How to Build A Shopify Embed App with VueJs, Tailwind CSS, NodeJs and Laravel

20
Comments 4
4 min read
Typing React Components: React.FC or JSX.Element?

Typing React Components: React.FC or JSX.Element?

19
Comments 1
2 min read
tsParticles 2.2.0 Released

tsParticles 2.2.0 Released

24
Comments
1 min read
How to deploy an AWS Lambda Stack under a custom domain name

How to deploy an AWS Lambda Stack under a custom domain name

12
Comments
4 min read
Every javascript developer should learn Typescript 🔥🔥and here is why

Every javascript developer should learn Typescript 🔥🔥and here is why

13
Comments 1
5 min read
How to use React memoization hooks for increased performance

How to use React memoization hooks for increased performance

1
Comments
4 min read
Getting Started With TypeScript

Getting Started With TypeScript

15
Comments 20
2 min read
TypeScript - The Best Way to Use It with React

TypeScript - The Best Way to Use It with React

281
Comments 17
4 min read
🚀 Top-level await in AWS Lamba with TypeScript

🚀 Top-level await in AWS Lamba with TypeScript

20
Comments
2 min read
Typescript WTF Moments 5: const a = 'a' is not equal to const a = 'a' as const and const a:'a'='a'

Typescript WTF Moments 5: const a = 'a' is not equal to const a = 'a' as const and const a:'a'='a'

3
Comments
1 min read
How To Check Types In Typescript

How To Check Types In Typescript

48
Comments 1
3 min read
Creating your next custom boilerplate easily with Simple-Scaffold

Creating your next custom boilerplate easily with Simple-Scaffold

Comments
4 min read
Typescript in React

Typescript in React

3
Comments
5 min read
Create an Enum representation in JavaScript using Proxy object.

Create an Enum representation in JavaScript using Proxy object.

9
Comments 3
5 min read
7 javascript/typescript playground

7 javascript/typescript playground

11
Comments
1 min read
How to create your own Angular Tooltip Directive - a short tutorial

How to create your own Angular Tooltip Directive - a short tutorial

9
Comments
10 min read
loading...