-
How to Export iMessage Chat History
How to export your iMessage chat history to a text file which can be uploaded and analyzed with Ai.
-
CSS Snippets
CSS snippets for everyday use which can be easily copied and pasted.
-
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!
-
SSR with Bun, Elysia & React
How to build a simple website using React, Bun and Elysia with server-side rendering in 2023.
-
Clever Extract & Replace Algorithm
A simple algorithm for extracting strings and replacing values written in TypeScript.