more tools that have made my life simpler when making websites:
* `entr` for autoreloading my dev server
* tailwind really helped me learn CSS and prototype quickly
* JS linters like `deno lint` help me avoid typos
* `esbuild` makes it easier for me to organize my JS projects into many small files if I want to
* AWS Lambda/netlify functions-style “serverless” hosting makes it SO easy to host a tiny bit of server code
(4/?)