Exclude modified files in git

How to exclude modified files from showing up in changed files in git

gittricks

React Day Bangalore 2021

My talk "End to end typing" that I gave in React Day Bangalore 2021.

talkstypescript

Format INR currency using JavaScript (Part 2)

Format INR currency using JavaScript (Part 2)

tricksjavascript

SQLite in Browser using WebAssembly

Experimenting with WebAssembly. Trying to run SQLite in Browser.

sqlitewasmexperiments

Printing TypeScript code from AST

Here, we take a look at printing TypeScript code from AST and saving it.

typescriptast