Writing
-
TypeScript utility types
Feb 20, 2026My favourite and most used TypeScript utility types with example
-
Why tf would you want immutable data
Feb 8, 2026An explanation of why immutable is safer than mutable data
-
Why people say TypeScript documents itself
Feb 6, 2026Understand how to read TypeScript type definition
-
How does Pratt parsing works
Feb 4, 2026An explaination of Pratt parsing