-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (72 loc) · 3.51 KB
/
Copy pathindex.html
File metadata and controls
92 lines (72 loc) · 3.51 KB
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<title>Tom Graupner</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<p>
<h1>Tom Graupner</h1>
</p>
<p>
<h2>Head of Cloud & Platform Engineering at <a href="https://squer.io">SQUER</a> and passioned DevOps and Backend Developer</h2>
</p>
</header>
<main>
<p class="mission">
At <b>SQUER</b>, I lead the Cloud & Platform Engineering practice while also serving
as a Principal Consultant, helping clients navigate the complexities of
cloud-native architectures, DevOps transformations, and platform engineering.
</p>
<p class="mission">
I thrive at the intersection of technology and business, helping companies
leverage cloud technologies to drive innovation, improve reliability, and
accelerate delivery. Always open to discussing exciting projects and exchanging
insights on cloud infrastructure, Kubernetes, and platform engineering.
</p>
<p class="mission">
In 2022, I co-founded <a href="https://unit214.de">Unit 214 GmbH</a>.
Our mission was to become a different kind of consulting company and we succeeded.
In 2024, we met <b>SQUER</b>, and because our missions were so aligned,
we decided to join forces in 2025.
</p>
<h2>Areas of Expertise</h2>
<p>
<h3>DevOps</h3>
What has started as the blend between traditional development and operations
teams became the new strategic standard for the management of teams and products
in technology companies. The overall goal is to accelerate everything and the steps
towards that goal are the “measurements of software delivery performance” and the
implementation of a “continuous delivery pipeline”.</br>
I will help your teams to find the right tools for the acceleration of your
organisation and adapt them to your workflows.
</p>
<p>
<h3>Kubernetes</h3>
A lot of expert groups call Kubernetes the “operating system for cloud native infrastructures”
and its rapid growth over the last couple of years made its importance evident.</br>
This technology can enable your development teams to move faster because the underlying
infrastructure of your products becomes a commodity.</br>
Together, we will find out how Kubernetes can help your organisation to grow and your
development teams to deliver more.
</p>
<p>
<h3>Developer Productivity</h3>
Teams in tech organisations have the tendency to always look for solutions in tools and technology.</br>
However, sometimes, problems can’t be fixed by a new project management software or the newest version
of some hyped framework. Especially when it comes to team dynamics, empathy and mindfulness are my
cornerstones of a holistic perspective on developer productivity.</br>
I will shadow your teams in their daily business to identify obstacles as well as conduct interviews to
understand what motivates them and what may keep them from being most productive. And together, we will
iron out everything in their way.
</p>
</main>
<footer>
<a href="./imprint.html">Imprint / Impressum</a> |
<a class="social-media-ref" href="https://www.linkedin.com/in/tom-graupner/" target="_blank"><img src="images/In-Black-66px-R.png" alt="linkedin reference"></a>
<a class="social-media-ref" href="https://github.com/tgraupne" target="_blank"><img src="images/GitHub-Mark-64px.png" alt="github reference"></a>
</footer>
</body>
</html>