Convert TypeScript AST to JSON
I needed to convert a TypeScript AST (Abstract Syntax Tree) to json so that I can consume it in a C# application so I wrote a tiny node script to convert the AST to json.
Read MoreThe Blog of Zachary Snow
I needed to convert a TypeScript AST (Abstract Syntax Tree) to json so that I can consume it in a C# application so I wrote a tiny node script to convert the AST to json.
Read MoreIf you'd like to get a Redis instance up and running to play with it's fairly easy via Docker.
Read MoreIn C# 9 the ModuleInitializer
atrribute was introduced which makes it easy to implement loading of native assemblies in your library.
My blog is now being generated via GitHub actions in ubuntu-latest
. This allows me to rebuild my blog everytime there is a pushed commit.
Not sure how practical this really is but I thought it was neat. Run nginx and tell it to serve some static content on your system.
Read More