Welcome to my blog. I write about software, systems, and the things I learn while building them.
This site is bilingual — every article is available in English and Portuguese (pt-BR). Use the language switch in the header to change.
The plan: technical articles about whatever I’m working on, with full markdown support — syntax-highlighted code, math with KaTeX, and diagrams with Mermaid.
| |
A diagram to prove the pipeline:
flowchart LR
A[Write markdown] --> B[Hugo build] --> C[GitHub Pages]