Slides and resources for my conference presentations. https://kamilmarut.com/talks/
Find a file
2026-04-06 10:40:32 +02:00
2025-django-vienna-zero-downtime-migrations chore: Remove deployment files 2026-04-06 10:40:32 +02:00
2025-pycon-austria-demystifying-python-modules ci: Serve PyCon Austria from a specific path (non-root) 2025-04-10 13:26:42 +02:00
.gitignore Add "Demystifying Python Modules and Imports" talk from PyCon Austria 2025 2025-04-10 10:34:30 +02:00
README.md chore: Remove deployment files 2026-04-06 10:40:32 +02:00

talks

Slides and resources for my conference presentations.

Quickstart

To build and start presenting the slideshow of your choice:

cd talk-directory/

# Install the dependencies
bun install

# Start presenting
bun run dev