-
The Quest for Isomorphic Error Handling in Typescript
A deep dive into error handling paradigms and advanced Typescript types to create the perfect errors-as-values utility.
-
The Lowest Common Ancestor (LCA) Algorithm
An in-depth breakdown of the lowest common ancestor (LCA) algorithm for finding the deepest node in a graph which is a parent of two other nodes.
-
Typescript Snippets
Useful TypeScript snippets for everyday use which can be easily copied and pasted.
-
Implement a range in TypeScript without loops*
How to implement a range sequence using generators in TypeScript for fun!
-
Clever Extract & Replace Algorithm
A simple algorithm for extracting strings and replacing values written in TypeScript.