A small technical note
This is a placeholder post. Replace it with your own writing.
Technical posts tend to do well for a developer site — a bug you tracked down, a tool you built, or a pattern you keep reaching for. Code blocks work out of the box:
function greet(name: string): string {
return `Hello, ${name}!`;
}
Delete this file, or overwrite it, once you’ve got your own version.