2022-11-28
|~3 min read
|480 words
I’ve been working on nom, a CLI designed to manage a directory of notes. It’s written in Typescript, but I use Babel to handle the code…
2022-11-28
|~4 min read
|751 words
When making network requests with Javascript there are a number of options. One of my favorites is fetch, native and promise based it…