forked from uwefassnacht/uwefassnacht.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
94 lines (65 loc) · 4.88 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- Define viewport --->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Joerg Erdmenger</title>
<meta name="description=" content="Joerg Erdmenger's profile page">
<link rel="stylesheet" href="css/style.css">
<!-- Define favicon (generated by https://realfavicongenerator.net)--->
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<!-- Set up google analytics --->
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-4570881-7', 'auto');
ga('send', 'pageview');
</script>
<!-- Use google font --->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<!-- Placeholder for a header later on
<header class="header"></header>
--->
<pic class="pic">
<img class="img-circle" alt="Joerg Erdmenger" src="https://erdmenger.github.io/img/JoergErdmenger.png" width="250">
<p>Joerg Erdmenger</p>
</pic>
<main-content class="main">
<p>
<p>Hi, I'm Joerg!</p>
<p>I work as a Program Director for <a href="https://www.ibm.com/cloud/">IBM Cloud </a> recently leading engineering, release and operations of <a href="https://developer.ibm.com/components/hyper-protect/">IBM Cloud Hyper Protect Services </a>. Previously I lead development and operations of services and components of the <a href="https://www.ibm.com/cloud/cloud-foundry">IBM Cloud Platform</a> as well as open source contributions to <a href="https://www.cloudfoundry.org/">Cloud Foundry</a> and other <a href"https://www.cncf.io/projects/">Cloud Native projects</a></a>.</p>
<p>We do all the <a href="https://twitter.com/jeremyeder/status/1096056563347931137">hard engineering</a> work, to provide our customers choice and easy adoption.</p>
<p>I have more than 15 years experience as Program Director and Senior Manager for Engineering, Operations and Release management for different services and products developed at the <a href="http://www.ibm.com/de/entwicklung/">IBM Research and Development Lab in Boeblingen, Germany</a>. Before appointed as manager I worked as software engineer on several different enterprise grade systems management solutions including Storage Management solutions across multiple platforms including AIX, HP-UX, Linux (RH, SLES, Ubuntu, ..), Solaris and Windows serving enterprise SAP installations with DB2, Oracle and MaxDB. From my first years in high school and university and as professional I worked with Open Source Software (OSS). This includes usage of OSS tooling, support of platforms, consumption of OSS into his own projects as well as contribution to OSS projects. Recent examples for open source projects I contributed to are OpenStack and Cloud Foundry.</p>
<p>My tech interest include modern software engineering practices, Serverless, PaaS (Cloud Foundry), Kubernetes and other open source technologies. I enjoy coding more recently with Python and JavaScript for fast results and prototyping. Previously I did most of my coding in C/C++ and Java for enterprise grade solutions, as well as Python, Perl, and Shell for infrastructure and CI/CD automation.</p>
<p>Other places to find me:</p>
<a href="https://erdmenger.github.io/cv/cv-JoergErdmenger.pdf"><img src="https://erdmenger.github.io/img/cv.png" hspace=10 vspace=10 width="80"></a>
<a href="https://www.twitter.com/ErdmengerJoerg"><img src="https://erdmenger.github.io/img/twitter.png" hspace=10 vspace=10 width="80"></a>
<a href="https://www.linkedin.com/in/joerg-erdmenger-9268811"><img src="https://erdmenger.github.io/img/linkedin.png" hspace=10 vspace=10 width="80"></a>
<a href="https://www.github.com/erdmenger"><img src="https://erdmenger.github.io/img/github.png" hspace=10 vspace=10 width="80"></a>
<p>Send me a mail to get in touch:</p>
<a href="mailto:[email protected]?Subject=Hi%20Uwe" target="_top"><strong>joergerdmenger</strong> at <strong>gmail.com</strong></p></a>
</main-content>
<!-- Placeholder for a footer later on
<footer class="footer"></footer>
--->
</div>
</body>
</html>