Hello World - Blog is Live
This blog is built with a zero-dependency static generator: plain Node.js, the unified/remark/rehype pipeline, and Mermaid diagrams pre-rendered to SVG at build time.
Code Example
async function buildPost(filename) {
const slug = getPostSlug(filename)
const { frontmatter, html } = await processMarkdown(content)
return { slug, frontmatter }
}
Architecture Diagram
Stack Comparison
| Layer | Choice | Runtime deps |
|---|---|---|
| Markdown | unified + remark | none |
| Diagrams | mermaid-cli | none |
| Hosting | Codeberg Pages | none |
| CI | Forgejo Actions | none |
Topics I Write About
- Agentic systems and where they break
- Cybersecurity in the LLM era
- Data pipelines and observability
- State of AI tooling