Epigrapho

A collection of experiments, projects, and notes from a developer who likes building stuff.

Projets mis en avant

Graphtos

2024-06-10

I have been working for more than a year now on Graphtos, a formal Greek grammar model focused on the New Testament Greek (Koinè). It uses a rule-based model with explicit exceptions to inflect a word.

Notebeezzz

2024-01-29

My father recently discovered a passion for beekeeping.
It’s surprising how much care bees require: each beehive needs dedicated attention from early spring to late summer.
To help him with this, we created together Notebeezzz, an app for taking notes on each beehive.

Let me walk you through the design process of this simple tool.

Derniers articles

Zola Multilingual Setup

2025-08-20

Zola is the static site generator that powers this website. It derives routing from the structure of content Markdown files, and supports multilingual websites out of the box. In this article I share a few tricks I used to configure it properly.

An Interactive BNF Grammar Playground in Rust (Leptos & Trunk)

2025-08-13

Rust offers very good BNF parsers, but they are generally designed for the backend. With WebAssembly compilation, this is no longer really a problem. In this article, we build the foundations of an interactive sandbox with Leptos and Trunk to debug BNF entirely in the browser.