Kia ora — first note
This is the first note on lywedo.com. I’m going to use this space for short build-logs and occasional longer essays about the work I do — shipping full-stack software from Aotearoa.
Mostly short. Sometimes long. Always honest about the tradeoffs.
Here’s a tiny code block to prove syntax highlighting works:
const greet = (name: string) => `kia ora, ${name}`;
console.log(greet("world"));
Ngā mihi nui — Andrew.