The "Norway Problem" with YAML Flaw in YAML where literal `NO` string may be converted to a boolean false. Read more #til #yaml
SWC to speed up typescript SWC is a great project which re-implements `tsc` the typescript transpiler in Rust. Using this can significantly speed up typescript builds. Read more #til #typescript
Clean up node_modules folders Handy command line snippets to clean up node_modules. Read more #til #shell #linux #bash #javascript
Notes on registering a domain with AWS Route53 Some notes related to registering a cheap domain via AWS. At the time of writing, `.click` domains are the cheapest, both to initially register, and also to renew. Read more #til #aws #www
Absolute path to a relative file Get the absolute path to a file based on the relative path. Read more #til #shell #linux #bash
Madge circular dependency detection for node.js Madge is a tool which detects circular dependencies in your javascript imports. Read more #til #nodejs #javascript #typescript