presentations/index.html

56 lines
1.2 KiB
HTML
Raw Normal View History

2018-02-27 04:18:47 +01:00
<!DOCTYPE html>
<html lang="en">
2019-03-27 23:18:59 +01:00
<head>
<meta charset="utf-8" />
<title>Apricotes Presentations</title>
</head>
<body id="home">
<h1>Apricotes Presentations</h1>
<h3>
<a href="https://www.meetup.com/JavaScript-Meetup-Bielefeld/"
>JavaScript Meetup Bielefeld</a
>
</h3>
<ul>
<li>
<a href="./asyncJs/index.html">#1 Dec 17 - Asynchronous Javascript</a>
</li>
<li>
<a href="./fpJs/index.html">#2 Feb 18 - Functional Programming</a>
</li>
</ul>
<h3>
<a href="https://www.meetup.com/Cloud-Lab-Bielefeld"
>CloudLab Bielefeld</a
>
</h3>
<ul>
<li>
<a href="./cicd/index.html"
>#1 July 18 - CI/CD at TrackCode using Jenkins, Helm and Kubernetes</a
>
</li>
<li>
<a href="./terraform/index.html"
>#2 March 19 - Terraform - Theory and Practice</a
>
</li>
</ul>
2019-06-11 20:39:16 +02:00
<h3>
<a href="https://www.meetup.com/Kubernetes-Meetup-Bielefeld"
>Kubernetes Meetup Bielefeld</a
>
</h3>
<ul>
<li>
<a href="./kubebuilder/index.html"
>#1 June 19 - Kubebuilder with Marvin Wolff</a
>
</li>
</ul>
2019-03-27 23:18:59 +01:00
</body>
</html>