commit 496645b50616ba4f0974e15bfc2cd6064cb25f45
parent 74dde0c5ca2e8a2025db09962c5e4a8a4ac0f32d
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Tue, 20 Aug 2024 09:51:23 +0200
feat: add public speaking section
Diffstat:
6 files changed, 62 insertions(+), 1 deletion(-)
diff --git a/_posts/public_speaking/.2024-06-28-pgday.md.swp b/_posts/public_speaking/.2024-06-28-pgday.md.swp
Binary files differ.
diff --git a/_posts/public_speaking/2019-06-27-ansible-meetup.md b/_posts/public_speaking/2019-06-27-ansible-meetup.md
@@ -0,0 +1,12 @@
+---
+layout: post
+title: "Ansible Meetup Bern"
+citation: '1. Ansible Meetup Bern'
+url: "https://www.meetup.com/ansible-bern/events/262121854"
+nicedate: Jun 2019
+description: "Ansible Meetup Bern: Nachvollziehbar, schnell und offen - Ansible Learnings aus der Hauptstadt"
+categories: [speaking]
+keywords: "speaking anisible bern adfinis"
+---
+
+[{% octicon link-external %} Meetup - 1. Ansible Meetup Bern hosted by Puzzle](https://www.meetup.com/ansible-bern/events/262121854)
diff --git a/_posts/public_speaking/2022-12-08-hug.md b/_posts/public_speaking/2022-12-08-hug.md
@@ -0,0 +1,17 @@
+---
+layout: post
+title: "Zürich HashiCorp User Group (HUG): Build, run and manage with Zero Trust on a Swiss Cloud"
+citation: 'HUG #10: Build, run and manage with Zero Trust on a Swiss Cloud'
+url: "https://www.meetup.com/zurich-hashicorp-user-group/events/289349205"
+nicedate: Dec 2022
+description: "Zürich HashiCorp User Group: Build, run and manage with Zero Trust on a Swiss Cloud"
+categories: [speaking]
+keywords: "speaking hashicorp vault exoscalew kubernetes sks zurich adfinis"
+---
+
+Vault Deployment on Exoscale Scalable Kubernetes Service (SKS)
+* [{% octicon link-external %} Meetup - HUG #10: Build, run and manage with
+ Zero Trust on a Swiss
+Cloud](https://www.meetup.com/zurich-hashicorp-user-group/events/289349205)
+* [{% octicon eye %} Presentation](/assets/pdf/HashiCorp_Vault_Enterprise_on_Exoscale.pdf)
+* [{% octicon mark-github %} Demo code](https://github.com/adfinis/sks-vault-demo)
diff --git a/_posts/public_speaking/2024-06-28-pgday.md b/_posts/public_speaking/2024-06-28-pgday.md
@@ -0,0 +1,20 @@
+---
+layout: post
+title: "PGDay 2024 lightning talk: PostgreSQL in the snow"
+citation: 'PGDay 2024 lightning talk: PostgreSQL in the snow'
+url: "https://www.pgday.ch/2024/#schedule"
+nicedate: Jun 2024
+description: "PostgreSQL in the snow: send the right athletes to the finals"
+categories: [speaking]
+keywords: "speaking postgresql lightning talk snow rapperswil"
+---
+
+PostgreSQL in the snow: send the right athletes to the finals
+
+* [{% octicon link-external %} PGDay 2024, The Swiss PostgreSQL Conference -
+ Schedule](https://www.pgday.ch/2024/#schedule)
+* [{% octicon eye %}
+ Presentation](https://www.pgday.ch/common/slides/2024_Lightning_Talks_Swiss_PGDay_2024.pdf)
+(p. 38)
+* [{% octicon mark-github %} Code](https://code.in0rdr.ch/myheats)
+* [{% octicon package %} Demo](https://myheats-demo.p0c.ch)
diff --git a/assets/pdf/HashiCorp_Vault_Enterprise_on_Exoscale.pdf b/assets/pdf/HashiCorp_Vault_Enterprise_on_Exoscale.pdf
Binary files differ.
diff --git a/index.html b/index.html
@@ -100,7 +100,19 @@ title: Home
</div>
<div class="container">
- <h2>Badges & Certifications</h2>
+ <h2>Public Speaking</h2>
+ {% for post in site.posts %}
+ {% if post.categories contains "speaking" %}
+ <article class="post-item">
+ <span class="post-meta date-label">{{ post.nicedate }}</span>
+ <div class="article-title"><a class="post-link" href="{{ post.url | relative_url }}">{{ post.title }}</a></div>
+ </article>
+ {% endif %}
+ {% endfor %}
+ </div>
+
+ <div class="container">
+ <h2>Certifications & Badges</h2>
<ul>
<li><a href="https://www.credly.com/users/andreas-gruhler/badges">Credly Badges</a></li>
<li><a href="https://www.holopin.io/@in0rdr#badges">Holopin Badges</a></li>