Technical talks for the community.
| Talk | Event | Date | Status |
|---|---|---|---|
| PWA en Rails | RubySur | 2026-04-13 | Video |
Slides are built with Marp.
Run slides locally (with live reload):
PORT=3010 marp -p --server .Export to PDF:
marp --allow-local-files --pdf --pdf-notes index.mdExport to PPTX:
marp --allow-local-files index.md -o index.pptxThe --allow-local-files flag is required for local images to render correctly.