- A technical overview of the Learning Paths: this is similar to what @cassie proposed, but from the development perspective, so the target audience would be developers instead of product/educators.
-
Migrating from Ansible-based deployment to Kubernetes: this is a resubmission of last year’s “Migrating from Ansible-based deployment to Grove” talk, but this time with the new stack instead of Grove. I don’t have much context yet, but I’ll be working on this in the coming months, so it would be a good opportunity to make it a case study.
-
Tips for local development with Tutor (probably a lightning talk): a collection of solutions to make life easier, like managing multiple environments with git worktrees (or jj workspaces), using custom scripts (e.g., to install packages), mounting shared directories for local development, applying branding and custom components to your MFEs, or adding custom MFEs to Tutor. There could also be a slide or two about how to migrate a repository from
setup.py + requirements/ + Makefiletopyproject.toml + uv.lock + mise.toml.