TIL A collection of “Today I Learned” posts which capture interesting nuggets of information, snippets, curiosities, tips and tricks that have come across the desk of konker.dev headquarters.
Flaw in YAML where literal `NO` string may be converted to a boolean false.
SWC is a great project which re-implements `tsc` the typescript transpiler in Rust. Using this can significantly speed up typescript builds.
Handy command line snippets to clean up node_modules
.
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.
Get the absolute path to a file based on the relative path.
Madge is a tool which detects circular dependencies in your javascript imports.