-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
231 lines (226 loc) · 12.3 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css2?family=Muli:wght@400;700;900&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/assets/dist/css/style.css" />
<title>Max Wagner - Developer with passion for DevOps</title>
<meta name="description" content="Max Wagner, german software developer, technologist, DevOps enthusiast, and husband.">
<link rel="alternate" hreflang="x-default" href="https://www.wagner-dev.com"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-168711024-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-168711024-1');
</script>
<link rel="apple-touch-icon" sizes="57x57" href="/assets/dist/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/dist/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/dist/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/dist/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/dist/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/dist/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/dist/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/dist/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/dist/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/dist/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/dist/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/assets/dist/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/dist/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/dist/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/assets/dist/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="col-6 col-lg-3">
<div id="logo">
<a href="/">Max Wagner</a>
</div>
</div>
<div class="col-6 col-lg-9">
<div id="headerSocials">
<a href="https://twitter.com/MaxWagnerDev" target="_blank"><i
class="fab fa-twitter"></i><span class="d-none d-lg-inline">MaxWagnerDev</span></a>
<a href="https://github.com/maxwagner-dev" target="_blank"><i
class="fab fa-github"></i><span class="d-none d-lg-inline">maxwagner-dev</span></a>
</div>
</div>
</div>
</div>
</header>
<main>
<div class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-12 col-lg-6">
<div class="marginTop-40 marginLeft-100 marginBottom-40">
<div class="h1">Hallo, that's me!</div>
<div id="me-code">
<div>{</div>
<div class="tabSpace">"<b>name</b>": "Max Wagner"</div>
<div class="tabSpace">"<b>location</b>": "Germany"</div>
<div class="tabSpace">
"<b>skills</b>": [<br />
<div class="tabSpace">"PHP",</div>
<div class="tabSpace">"DevOps",</div>
<div class="tabSpace">
"Microsoft Business Central / AL Language",
</div>
<div class="tabSpace">"Microsoft Azure ecosystem"</div>
]
</div>
<div class="tabSpace">
"<b>passions</b>": [<br />
<div class="tabSpace">
"Modern cloud application development",
</div>
<div class="tabSpace">"Automation",</div>
<div class="tabSpace">"OpenSource"</div>
]
</div>
<div class="tabSpace">
"<b>company</b>": {<br />
<div class="tabSpace">"name": "Products Up GmbH",</div>
<div class="tabSpace">"website": "www.productsup.com",</div>
<div class="tabSpace">"position": "Backend Developer"</div>
}
</div>
<div>}</div>
</div>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="d-none d-lg-block marginTop-100"></div>
<div id="me-image">
<img class="img-fluid" src="/assets/dist/img/max-wagner.jpeg" alt="Max Wagner" />
</div>
<div class="d-block d-sm-none marginBottom-40"></div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12">
<div class="h1 marginBottom-20 marginTop-40 textAlign-center">
Latest Blogs
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-4">
<div class="blogEntry">
<div class="blogEntry--wrapper">
<div class="blogEntry--publishDate">September 5, 2020</div>
<div class="blogEntry--headline">
Istio: Configure Strict-Transport-Security
</div>
<div class="blogEntry--summary">
Secure your website by setting the Strict-Transport-Security HTTP header, which is also known as HSTS.
This header will inform the browser that it should never load your web site using the HTTP protocol, instead the browser should convert all requests to HTTPS.
You can easily configure Istio to set this header on each request.
</div>
<a class="button button--primary" href="/istio-configure-strict-transport-security-hsts.html">Read more</a>
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="blogEntry">
<div class="blogEntry--wrapper">
<div class="blogEntry--publishDate">September 5, 2020</div>
<div class="blogEntry--headline">
Azure Pipelines: Automatic app versioning
</div>
<div class="blogEntry--summary">
Most of the software we use and depend on has a version number to communicate the impact of changes.
Learn how you can use Azure Pipelines to automatically generate a semantic version number (SemVer) for your software,
based on your development workflow.
</div>
<a class="button button--primary" href="/azure-pipelines-automatic-app-versioning.html">Read more</a>
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="blogEntry">
<div class="blogEntry--wrapper">
<div class="blogEntry--publishDate">June 19, 2020</div>
<div class="blogEntry--headline">
Team spirit in a remote working world
</div>
<div class="blogEntry--summary">
Many of us want to have the possibility and the benefit to work from home and schedule their working day as they want.
Besides the current pandemic situation, there are just a few companies that successfully offer fully remote working.
Sure it has many advantages but it can be challenging to build a good team spirit when you just know each other from a web meeting.
</div>
<a class="button button--primary" href="/team-spirit-in-a-remote-working-world.html">Read more</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div id="disclaimer">
<b>Disclaimer:</b> The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way.
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="border-dark-gray">
<div class="container">
<div class="row">
<div class="col-12 col-lg-5">
Copyright © 2022, Max Wagner
</div>
<div class="col-12 col-lg-7">
<ul>
<li><a href="/privacy-policy.html">Privacy Policy</a></li>
<li><a href="/legal-details.html">Legal details</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<div id="cookieNotice">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-lg-9">
<div id="cookieNotice--text">
This website uses <a href="https://www.cookiesandyou.com/" target="_blank">cookies</a> to ensure you get the best experience on our website. <a href="/privacy-policy.html" target="_blank">Privacy policy</a>
</div>
</div>
<div class="col-12 col-lg-3">
<div id="cookieNotice--button">
<button id="js-acceptCookies" class="button button--primary">Got it!</button>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
const cookieStorage = localStorage;
const maxWagnerDevCookie = cookieStorage.getItem('wagnerDev-Cookie');
if(maxWagnerDevCookie === null || maxWagnerDevCookie !== 'accepted') {
const cookieNoticeElement = document.getElementById('cookieNotice');
if(cookieNoticeElement !== null) {
cookieNoticeElement.classList.add('active');
const cookieNoticeButton = document.getElementById('js-acceptCookies');
if(cookieNoticeButton !== null) {
cookieNoticeButton.addEventListener('click', (button) => {
cookieNoticeElement.classList.remove('active');
cookieStorage.setItem('wagnerDev-Cookie', 'accepted');
});
}
}
}
</script>
</body>
</html>