This is my site
It's alive! Namely this website and a few other services that I managed to get running on my home server. It might not be highly available, reliable or scalable, but I own the infrastructure and I think that's pretty cool.
Template literal (template string)
I do this thing where I use a thing for years and then forget the name of that thing. This is one of those things.
const foo = "Template literals"const biz = "cool"`${foo} are ${biz}`
> Template literals are cool
