-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
30 lines (27 loc) · 2.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<head>
<title>Impress.js presentations I've done</title>
</head>
<body>
<h1>Impress.js presentations I've done</h1>
<ul>
<li><a href="OSI 2020/index.html">OSI State of the Source 2020 - In defense of extreme copyleft</a></li>
<li><a href="Froscon 2020 - 5 kinds of NoSQL/index.html">Froscon 2020 - 5 kinds of NoSQL</a></li>
<li><a href="dbtestio 2020 - Automated System Performance Testing at MongoDB/index.html">dbtestio 2020 - Automated System Performance Testing at MongoDB</a></li>
<li><a href="MongoDB World 2020 - Distributed transactions top to bottom/index.html">MongoDB World 2020 - Distributed transactions top to bottom</a></li>
<li><a href="HighLoad 2019 - Distributed transactions top to bottom/index.html">HighLoad 2019 - Distributed transactions top to bottom</a></li>
<li><a href="MongoDB tech talk 2019 - Profilers/index.html">MongoDB tech talk 2019 - Profilers</a></li>
<li><a href="Highload 2018 - The cost of MongoDB ACID transactions in theory and practice/index.html">Highload 2018 - The cost of MongoDB ACID transactions in theory and practice</a></li>
<li><a href="Kiev 2018 - Measuring performance variability of EC2/index.html">Kiev 2018 - Measuring performance variability of EC2</a></li>
<li><a href="Background image demo/index.html">Background image demo</a></li>
<li><a href="Highload 2017 - Measuring performance variability of EC2/index.html">Highload 2017 - Measuring performance variability of EC2</a></li>
<li><a href="PGDay Russia 2017 - MongoDB and Raft/index.html">PGDay Russia 2017 - MongoDB and Raft</a></li>
<li><a href="Stockholm MUG 2017-05-16/index.html">4 boring performance improvements in MongoDB 3.4 that matter</a></li>
<li><a href="3D study/index.html">3D study</a> (Not a talk, rather a deep dive into how rotations work in impress.js and CSS 3D. The answer may surprise you!)</li>
<li><a href="MongoDB and GIS - Helsinki AGILE 2016">MongoDB and GIS - at 'NoSQL and GIS' workshop, AGILE 201 Helsinki</a></li>
<li><a href="MongoDB engineering offsite 2016 - Dreams and fears of a database consultant">MongoDB engineering offsite 2016 - Dreams and fears of a database consultant</a></li>
<li><a href="Oscon 2015 - Selling Open Source 101">Oscon 2015 - Selling Open Source 101</a></li>
<li><a href="CLS2015 Open Source Governance Models Revisited">CLS2015 Open Source Governance Models Revisited</a></li>
</ul>
</body>
</html>