forked from yuvalturg/slides
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 740 Bytes
/
index.html
File metadata and controls
16 lines (16 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Talks</title>
</head>
<body>
<h1>Yuval Turgeman</h2>
<h2>Talks</h2>
<ul>
<li>Reigniting oVirt Node (DevConf.CZ 2020) <a href="https://devconfcz2020a.sched.com/event/YOqM/re-igniting-ovirt-node">event</a> <a href="talks/ovirt-node-coreos">slides</a></li>
<li>Filesystems in userspace (PyCon Israel 2019) <a href="https://cfp.pycon.org.il/conference/talk/K3PBTV/">event</a> <a href="talks/python-fuse">slides</a> <a href="https://www.youtube.com/watch?v=s0stfJReJEw">recording</a></li>
</ul>
</body>
</html>