Welcome to aca.engineering

What this site is

This site shares practical engineering walkthroughs across three languages. Inline code like processMarkdown() appears naturally in text.

What you can expect

  • Long-form engineering notes
  • Repeatable workflows
  • Multilingual publication discipline

Example TypeScript snippet

src/lib/hello.ts
export function greet(name: string): string {
  return `Hello, ${name}`;
}

Inline math looks like E=mc2E = mc^2 and block math can be rendered as:

01x2dx=13\int_0^1 x^2\,dx = \frac{1}{3}
Feature Status Notes
Markdown pipeline Ready Unified-based
i18n routing Ready en, ja, zh
Search Planned Locale index

This sentence has a footnote.1

Callouts are transformed during build-time rendering.

Author

Draft

Review

Publish

Footnotes

  1. Footnotes are rendered at the bottom with backlinks.