DEV Community

Arka Chakraborty profile picture

Arka Chakraborty

SDE @ Dell | 2x SDE Intern @ Dell | React.js, TypeScript, JavaScript | Building Scalable, Production-Grade Web Platforms

Location Bangalore, India Joined Joined on  Email address iamarkachakraborty@outlook.com

Education

Sikkim Manipal Institute of Technology

Pronouns

He/him

Work

Software Engineer @ Dell Technologies (Bangalore, India)

Void vs Undefined in TypeScript: Runtime vs Compile-Time Explained

Void vs Undefined in TypeScript: Runtime vs Compile-Time Explained

Comments
2 min read

Want to connect with Arka Chakraborty?

Create an account to connect with Arka Chakraborty. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
What’s the Return Type of a Function That Returns Nothing in TypeScript?

What’s the Return Type of a Function That Returns Nothing in TypeScript?

Comments
2 min read
Async Arrow Functions in TypeScript (With React Examples)

Async Arrow Functions in TypeScript (With React Examples)

2
Comments
1 min read
Async vs Await, isn’t This Just Synchronous?

Async vs Await, isn’t This Just Synchronous?

Comments
1 min read
Real life examples of async function signatures in React + Typescript

Real life examples of async function signatures in React + Typescript

Comments
1 min read
Why Async Functions in TypeScript Always Return a Promise

Why Async Functions in TypeScript Always Return a Promise

2
Comments
1 min read
React + TypeScript: async functions

React + TypeScript: async functions

2
Comments 1
2 min read
Discriminated Unions in TypeScript: How They Differ from Plain Type Unions

Discriminated Unions in TypeScript: How They Differ from Plain Type Unions

Comments
2 min read
"as const" vs "readonly" in TypeScript: What’s the Difference?

"as const" vs "readonly" in TypeScript: What’s the Difference?

Comments
1 min read
React+ Typescript: Deep Dive into "readonly"

React+ Typescript: Deep Dive into "readonly"

4
Comments
1 min read
Unlocking Literal Types in TypeScript with "as const"

Unlocking Literal Types in TypeScript with "as const"

Comments
1 min read
Mastering Immutability and Type Safety in React + TypeScript

Mastering Immutability and Type Safety in React + TypeScript

Comments
1 min read
Dev vs PROD: Throwing Error vs Fallback Using never Type

Dev vs PROD: Throwing Error vs Fallback Using never Type

2
Comments 1
1 min read
Do You Always Need to Throw Errors in never Exhaustive Checks? (React + TSX Guide)

Do You Always Need to Throw Errors in never Exhaustive Checks? (React + TSX Guide)

Comments
1 min read
Graceful Fallbacks in React (TSX) with TypeScript’s never Type (Without Crashing Your App)

Graceful Fallbacks in React (TSX) with TypeScript’s never Type (Without Crashing Your App)

Comments
1 min read
Compile-Time vs Runtime Safety in React (TSX): The Power of never in TypeScript

Compile-Time vs Runtime Safety in React (TSX): The Power of never in TypeScript

4
Comments
1 min read
Handling Unexpected API Values in React (TSX) Using TypeScript Union Types and never

Handling Unexpected API Values in React (TSX) Using TypeScript Union Types and never

Comments
1 min read
Exhaustive Type Checking in React (TSX) with TypeScript’s never Type

Exhaustive Type Checking in React (TSX) with TypeScript’s never Type

Comments
1 min read
DevX for Robust UI Logic: React + TypeScript with the Power of the never Type

DevX for Robust UI Logic: React + TypeScript with the Power of the never Type

1
Comments
3 min read
React + TypeScript: Smarter State Management with useState and readonly

React + TypeScript: Smarter State Management with useState and readonly

1
Comments
3 min read
loading...