2021-10-10
|~3 min read
|481 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…
2021-10-10
|~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…
2021-10-10
|~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…