-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 893 Bytes
/
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
<html>
<body>
<h1>Talks</h1>
<ul>
<li>
Event Sourcing and CQRS in a Microservices/Serverless Architecture
<ul>
<li><a href="esCqrsµS.html">Slides</a></li>
<li><a href="https://youtu.be/FjQ-VrokHLw">Recording from Dragon Tech Talk 2022</a></li>
</ul>
</li>
<li><a href="webtask.html">webtask.io</a></li>
<li><a href="functional.html">Functional & Dysfunctional Coding</a></li>
<li>
Hunting Bluebirds (...or bird ghosts?)
<ul>
<li><a href="memoryLeak.html">slides</a></li>
<li><a href="https://github.com/fiddur/slides/tree/master/memoryLeak/code">code</a></li>
<li><a href="https://www.youtube.com/watch?v=Z91tjCtXxM4">talk</a></li>
</ul>
</li>
<li><a href="biohacking.html">Biohacking and Quantified Self</a></li>
</ul>
</body>
</html>