DEV Community

Acid Coder profile picture

Acid Coder

Typescript Zombie. Youtube Pikachu On Acid. Use firebase Firestore? Try my library FirelordJS.

Location Malaysia Joined Joined on  github website
JS being weird again: forcibly convert synchronous statement to asynchronous with async function

JS being weird again: forcibly convert synchronous statement to asynchronous with async function

5
Comments 13
1 min read

Want to connect with Acid Coder?

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

Already have an account? Sign in
Typescript Flatten Object Type

Typescript Flatten Object Type

Comments
1 min read
Typescript Nominal Type: The Right Way

Typescript Nominal Type: The Right Way

1
Comments 4
2 min read
Typescript Type Level Custom Error Message For Utility Types

Typescript Type Level Custom Error Message For Utility Types

Comments
2 min read
Typescript Type Level Custom Error Message, Move Runtime Error to Compile time Error!

Typescript Type Level Custom Error Message, Move Runtime Error to Compile time Error!

2
Comments
4 min read
Function: The Savior of Scope. The Story Of Immutability And Declarative.

Function: The Savior of Scope. The Story Of Immutability And Declarative.

Comments
4 min read
Typescript WTF Moment 12: Beware of Object Literal Unions

Typescript WTF Moment 12: Beware of Object Literal Unions

6
Comments
2 min read
Write Declarative, Immutable and Flattened Code by Combining Promise and Async Await. The Great Escape From The 4 Hells

Write Declarative, Immutable and Flattened Code by Combining Promise and Async Await. The Great Escape From The 4 Hells

Comments 1
6 min read
Translate Speech Into Japanese (open source web app)

Translate Speech Into Japanese (open source web app)

Comments
1 min read
0 command SSH for Dummy using Bitvise Client

0 command SSH for Dummy using Bitvise Client

Comments
2 min read
Typescript Loop Tuple With Length > 1000

Typescript Loop Tuple With Length > 1000

2
Comments
2 min read
Typescript WTF Moments 11: Function Unions: any Param Is Not any

Typescript WTF Moments 11: Function Unions: any Param Is Not any

Comments
1 min read
Typescript WTF Moments 10: The Special Case: T[] extends B[]

Typescript WTF Moments 10: The Special Case: T[] extends B[]

2
Comments
2 min read
Typescript WTF Moments 9: Evolving Empty Array Type

Typescript WTF Moments 9: Evolving Empty Array Type

4
Comments
1 min read
Typescript Why You Should Avoid Explicit Function Generics If Possible

Typescript Why You Should Avoid Explicit Function Generics If Possible

1
Comments
2 min read
Typescript Recursion: It Is Over 999!

Typescript Recursion: It Is Over 999!

3
Comments
1 min read
Typescript Concat Tuples Type

Typescript Concat Tuples Type

Comments
1 min read
Typescript Generate Full Path Type And Get Value Type Of Nested Union Object With Numeric Key

Typescript Generate Full Path Type And Get Value Type Of Nested Union Object With Numeric Key

8
Comments 4
1 min read
Typescript Single Import Type Equality Check

Typescript Single Import Type Equality Check

5
Comments
2 min read
Introducing FireSageJS, Ultimate Type Safety for Firebase Realtime Database

Introducing FireSageJS, Ultimate Type Safety for Firebase Realtime Database

3
Comments
3 min read
Typescript WTF Moments 8: Type Level Equality Not Working With Intersection

Typescript WTF Moments 8: Type Level Equality Not Working With Intersection

Comments
1 min read
Typescript WTF Moments 7: Boolean can extends Record<infer X,unknown>

Typescript WTF Moments 7: Boolean can extends Record<infer X,unknown>

1
Comments 3
1 min read
Typescript Greater Equal Or Lesser

Typescript Greater Equal Or Lesser

Comments
1 min read
Typescript WTF Moments 6: Non Collapsing Object Unions

Typescript WTF Moments 6: Non Collapsing Object Unions

2
Comments
1 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
Typescript WTF Moments 4: never extends `${infer P}` yield different result than never extends `${infer P}/`

Typescript WTF Moments 4: never extends `${infer P}` yield different result than never extends `${infer P}/`

3
Comments
1 min read
Typescript When You Should Mix Type Alias And Interface

Typescript When You Should Mix Type Alias And Interface

3
Comments
2 min read
Typescript WTF Moments 3: Type of Key is `string` if Key is Template Literal `a/${string}`

Typescript WTF Moments 3: Type of Key is `string` if Key is Template Literal `a/${string}`

3
Comments
1 min read
Typescript Union Keys And Make Uncommon Keys Optional

Typescript Union Keys And Make Uncommon Keys Optional

3
Comments
1 min read
Typescript WTF Moments 2: keyof {[x:string]:string} is string | number

Typescript WTF Moments 2: keyof {[x:string]:string} is string | number

3
Comments
1 min read
Typescript WTF Moments 1: Mixing String Literal Key And String Key In Object Literal Type

Typescript WTF Moments 1: Mixing String Literal Key And String Key In Object Literal Type

4
Comments
1 min read
Typescript Numeric Literal Types How To Find Nth Root of X

Typescript Numeric Literal Types How To Find Nth Root of X

8
Comments
2 min read
Typescript Numeric Literal Types How To X^N (Exponentiation)

Typescript Numeric Literal Types How To X^N (Exponentiation)

9
Comments 1
2 min read
Typescript Numeric Literal Types How To Y / X (Division)

Typescript Numeric Literal Types How To Y / X (Division)

9
Comments
1 min read
Typescript Numeric Literal Types How To X * Y (Multiplication)

Typescript Numeric Literal Types How To X * Y (Multiplication)

6
Comments
1 min read
Typescript Partial But No Undefined

Typescript Partial But No Undefined

6
Comments
4 min read
Typescript Two Numeric Literal Types How To X - Y (Subtraction)

Typescript Two Numeric Literal Types How To X - Y (Subtraction)

5
Comments
1 min read
Typescript Numeric Literal Types How To X + Y (Summation)

Typescript Numeric Literal Types How To X + Y (Summation)

6
Comments
1 min read
Typescript Test Your Generic Type Part 2

Typescript Test Your Generic Type Part 2

8
Comments
3 min read
Typescript Test Your Generic Type Part 1

Typescript Test Your Generic Type Part 1

8
Comments 4
4 min read
Typescript Count Substring of a String Literal Type

Typescript Count Substring of a String Literal Type

5
Comments
1 min read
React: Component VS Element as Prop

React: Component VS Element as Prop

4
Comments 8
3 min read
Typescript Get Undiscriminating Union Object Type from Array of Object Literal

Typescript Get Undiscriminating Union Object Type from Array of Object Literal

10
Comments 2
2 min read
Typescript Make Some Key Optional

Typescript Make Some Key Optional

8
Comments
1 min read
Typescript Odd Number Type

Typescript Odd Number Type

12
Comments 6
1 min read
Typescript Turn Tuple Type to Array

Typescript Turn Tuple Type to Array

7
Comments
1 min read
Typescript Numeric Range Type

Typescript Numeric Range Type

9
Comments 4
1 min read
Jest + Typescript minus TS-Jest

Jest + Typescript minus TS-Jest

8
Comments
1 min read
Babel Node + Typescript minus TS Node

Babel Node + Typescript minus TS Node

9
Comments 3
1 min read
Typescript API Design: Single Callable Or Multiple Callable

Typescript API Design: Single Callable Or Multiple Callable

8
Comments 1
2 min read
Introducing FirelordJS, Extremely High Precision Typescript Wrapper for Firestore Web V9

Introducing FirelordJS, Extremely High Precision Typescript Wrapper for Firestore Web V9

6
Comments 1
3 min read
Filter Available NPM Name and Get Your Dependency Count Badge

Filter Available NPM Name and Get Your Dependency Count Badge

1
Comments
1 min read
loading...