Mostly software engineering and web development, with the occasional deep dive.
Posts are written in MDX, so I can drop in interactive components when it helps.
Here's a small code sample to show off syntax highlighting:
function greet(name: string): string { return `Hello, ${name}!`;}console.log(greet("world"));
The best way to get started is to quit talking and begin doing.