-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
461 lines (243 loc) · 11 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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme" content="hugo-academic">
<meta name="generator" content="Hugo 0.19" />
<meta name="author" content="Jonatan Reiners">
<meta name="description" content="Senior IT Consultant">
<link rel="stylesheet" href="/css/highlight.min.css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/academicons.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700|Merriweather|Roboto+Mono">
<link rel="stylesheet" href="/css/hugo-academic.css">
<link rel="alternate" href="http://www.encc.de/index.xml" type="application/rss+xml" title="Jonatan Reiners - Thoughts">
<link rel="feed" href="http://www.encc.de/index.xml" type="application/rss+xml" title="Jonatan Reiners - Thoughts">
<link rel="icon" type="image/png" href="/img/icon.png">
<link rel="apple-touch-icon" type="image/png" href="/img/apple-touch-icon.png">
<link rel="canonical" href="http://www.encc.de/">
<title>Jonatan Reiners - Thoughts</title>
</head>
<body id="top" data-spy="scroll" data-target="#navbar-main" data-offset="71">
<nav class="navbar navbar-default navbar-fixed-top" id="navbar-main">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target=".navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Jonatan Reiners - Thoughts</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="nav-item">
<a href="/#posts" data-target="#posts">
<span>Posts</span>
</a>
</li>
<li class="nav-item">
<a href="/#about" data-target="#about">
<span>About</span>
</a>
</li>
<li class="nav-item">
<a href="/#contact" data-target="#contact">
<span>Contact</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<span id="homepage" style="display: none"></span>
<section id="posts" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1>Recent Posts</h1>
</div>
<div class="col-xs-12 col-md-8">
<div class="article-list-item" itemscope itemprop="blogPost">
<a href="http://www.encc.de/post/azure_keyvault_with_spring/">
<img src="/img/headers/KotlinAzureHeader.png" class="article-banner" itemprop="image">
</a>
<h3 class="article-title" itemprop="name">
<a href="http://www.encc.de/post/azure_keyvault_with_spring/" itemprop="url">Using Azure KeyVault as property source in Spring Boot</a>
</h3>
<div class="article-metadata">
<span class="article-date">
<time datetime="2017-04-02 17:04:45 +0200 CEST" itemprop="datePublished">
Sun, 2 Apr 2017
</time>
</span>
<span class="article-categories">
<i class="fa fa-folder"></i>
<a href="/categories/coding">Coding</a
>,
<a href="/categories/azure">Azure</a
>
</span>
<span class="article-tags">
<i class="fa fa-tags"></i>
<a href="/tags/spring">spring</a
>,
<a href="/tags/azure">azure</a
>,
<a href="/tags/keyvault">keyvault</a
>,
<a href="/tags/java">java</a
>,
<a href="/tags/kotlin">kotlin</a
>
</span>
</div>
<div class="article-style" itemprop="articleBody">
In my current project we had first contact with the Azure Cloud. Azure offers the KeyVault as their product to store secrets safely in the environment you deploy your services to. While it supports different scenarios, I was focussing my efforts on storing secrets and use it as a source for properties in my Spring Boot application.
When we are using the KeyVault we can store a minimum of secrets to access it in the immediate environment of the application.
</div>
<p class="read-more">
<a href="http://www.encc.de/post/azure_keyvault_with_spring/" class="btn btn-primary btn-outline">
CONTINUE READING
</a>
</p>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="home-section">
<div class="container">
<div class="row" itemprop="author" itemscope itemtype="http://schema.org/Person">
<div class="col-xs-12 col-md-4">
<div id="profile">
<div class="portrait" itemprop="image"
style="background-image: url('/img/jonatan-reiners.jpg');">
</div>
<div class="portrait-title">
<h2 itemprop="name">Jonatan Reiners</h2>
<h3 itemprop="jobTitle">Senior IT Consultant</h3>
<h3 itemprop="worksFor">
<a href="https://kreuzwerker.de/" target="_blank">
Kreuzwerker GmbH
</a>
</h3>
</div>
<ul class="social-icon" aria-hidden="true">
<li>
<a href="mailto:[email protected]" target="_blank">
<i class="fa fa-envelope big-icon"></i>
</a>
</li>
<li>
<a href="https://twitter.com/mr_jones_" target="_blank">
<i class="fa fa-twitter big-icon"></i>
</a>
</li>
<li>
<a href="https://github.com/enc" target="_blank">
<i class="fa fa-github big-icon"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-xs-12 col-md-8" itemprop="description">
<h1 id="biography">Biography</h1>
<p>Jonatan has worked as a software developer and engineer for over 9 years. His specialties include working with Ruby on Rails, Google Cloud, BigQuery, Golang, APIs, Go, and Microservices, to name a few.</p>
<p>After acquiring a degree in computer science at The University of Bremen (Universität Bremen), he began working as a web and database developer. 6 years later, he left Osnabrück and moved to Berlin, where he worked as a back-end engineer and software architect for Priori Data—designing and implementing big data infrastructure for data analysis and estimation—as well as for ZenMate, where he managed the entire software life cycle (requirements gathering, architecture analysis, migration strategy, implementation, and rollout) of various projects; the company’s payment component being the biggest of them.</p>
<p>At kreuzwerker, Jonatan is part of the engineering team, where he works as a software engineer and is responsible for requirements management, implementation, and design of a client’s trading platform.</p>
<p>As he is a big believer in agile work environments, he constantly (and gladly) pushes forward agile practices in his team.</p>
<p>In his free time, Jonathan likes to go for a hike or ride with a bike.</p>
<div class="row">
<div class="col-sm-5">
<h3>Interests</h3>
<ul class="ul-interests">
<li>Golang</li>
<li>Artificial Intelligence</li>
<li>System and Software Architecture</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1>Contact</h1>
</div>
<div class="col-xs-12 col-md-8">
<ul class="fa-ul">
<li>
<i class="fa-li fa fa-envelope fa-2x" aria-hidden="true"></i>
<span><a href="mailto:[email protected]">[email protected]</a></span>
</li>
<li>
<i class="fa-li fa fa-phone fa-2x" aria-hidden="true"></i>
<span><a href="tel:+49%20151%2058029931">+49 151 58029931</a></span>
</li>
<li>
<i class="fa-li fa fa-skype fa-2x" aria-hidden="true"></i>
<span><a href="skype:seth_river?call">seth_river</a></span>
</li>
<li>
<i class="fa-li fa fa-map-marker fa-2x" aria-hidden="true"></i>
<span>Ritterstr. 12-14, 10969 Berlin, Germany</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<footer class="site-footer">
<div class="container">
<p class="powered-by">
© 2017 Jonatan Reiners ·
Powered by the <a href="https://github.com/gcushen/hugo-academic" target="_blank">Academic
theme</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
<span class="pull-right" aria-hidden="true">
<a href="#" id="back_to_top">
<span class="button_icon">
<i class="fa fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</div>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/gsap/1.18.4/TweenMax.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/gsap/latest/plugins/ScrollToPlugin.min.js"></script>
<script src="/js/jquery-1.12.3.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/isotope.pkgd.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.1/imagesloaded.pkgd.min.js"></script>
<script src="/js/hugo-academic.js"></script>
<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-21266737-1', 'auto');
ga('send', 'pageview');
var links = document.querySelectorAll('a');
Array.prototype.map.call(links, function(item) {
if (item.host != document.location.host) {
item.addEventListener('click', function() {
var action = item.getAttribute('data-action') || 'follow';
ga('send', 'event', 'outbound', action, item.href);
});
}
});
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>