-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
679 lines (647 loc) · 29.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
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
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
<!DOCTYPE HTML>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Anders Spælling</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<style>
img.badges {
width: 60%;
object-fit: contain;
}
</style>
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script src="https://unpkg.com/[email protected]"
integrity="sha384-L6OqL9pRWyyFU3+/bjdSri+iIphTN/bvYyM37tICVyOJkWZLpP2vGn6VUEXgzg6h" crossorigin="anonymous">
</script>
<!-- <script src="assets/js/[email protected]_dist_htmx.min.js"> -->
<script>
htmx.logger = function (elt, event, data) {
if (console) {
console.log(event, elt, data);
}
}
// for debugging
htmx.logAll();
</script>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html"></a></h1>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="#about_me">About me</a></li>
<li><a href="#credentials">My licenses & certifications</a></li>
<li><a href="#examples">Example work</a></li>
<li><a href="#customers">My Customers</a></li>
<li><a href="#community_contributions">My community contributions</a></li>
<li><a href="#work">My job history</a></li>
<li><a href="#news">My news feed</a></li>
<!-- <li><a href="./curated_news/index.html" target="_blank">My news feed</a></li> -->
<li><a href="#connect">Connect</a></li>
</ul>
<a href="#" class="close">Close</a>
</div>
</nav>
<!-- Banner -->
<section id="banner">
<div class="inner">
<div class="logo"><span class="icon fa-cloud"></span></div>
<h2>Anders Spælling</h2>
<p>Cloud Architect @ APENTO</p>
<p>Azure | Cybersecurity | Automation | Applications</p>
</div>
</section>
<!-- Wrapper -->
<section id="wrapper">
<!-- still need to write ugly javascript
<div hx-get="assets/data/blog_sources.json" hx-trigger="load delay:1s" visible="false">
</div>
<script type="text/javascript">
document.addEventListener('htmx:afterOnLoad', function (event) {
if (event.detail.xhr.responseURL.endsWith('/blog_sources.json')) {
var data = JSON.parse(event.detail.xhr.responseText);
var list = document.getElementById('list');
data.forEach(function (item) {
var li = document.createElement('li');
var a = document.createElement('a');
a.href = item.url;
a.innerText = item.title;
li.appendChild(a);
list.appendChild(li);
});
}
});
</script>
<ul id="list"></ul> -->
<!-- about -->
<section id="about_me" class="wrapper spotlight style1">
<div class="inner">
<a href="#" class="image"><img src="images/profile.jpg" alt="" /></a>
<div class="content">
<h2 class="major">About me</h2>
<!-- <p>I am a <em>jack of all trades, and master of many</em>. Over the course of my career I have worked with many different fields of IT, and I am able to dive deep into any given area.</p>
<p>My current passions are Azure (IaaS, PaaS, FaaS, AAD, Intune), Cybersecurity, and PowerShell.</p> -->
<p align="left">
I have a background in computer science with a bachelor's degree in software engineering
from the Technical University of Denmark, and a masters degree from
Department of Computer Science at the University of Copenhagen.<br />
I have many years of experience in the IT industry, starting as co-owner and developer in a
mobile app startup.<br />
My expertise includes design, architecture, project management, implementation, development,
and infrastructure. I am passionate about Azure and defensive security and use scripting and
Infrastructure as Code to complete my projects.
<br /><br />
Relevant skills:
<ul align="left">
<li>
Azure, Cloud Adoption Framework, Governance
</li>
<li>
Terraform, Bicep, ARM templates
</li>
<li>
Powershell, Azure CLI
</li>
</ul>
</p>
<!--<a href="#" class="special">Learn more</a>-->
</div>
</div>
</section>
<!-- certifications and exams-->
<section id="credentials" class="wrapper spotlight style3">
<div class="inner">
<div class="content" align="left">
<h2 class="major">Licenses & certifications</h2>
<table>
<tr>
<td> <a href="https://www.credly.com/badges/070f8540-0fff-4d77-b124-dd2cde3e9519/public_url"
target="_blank">
<img class="badges"
src="images/microsoft-certified-azure-solutions-architect-expert.1.png" />
</a></td>
<td> <a href="https://www.credly.com/badges/b26477ad-eb0a-44c0-aeb6-2421f9e201c5/public_url"
target="_blank">
<img class="badges"
src="images/microsoft-certified-cybersecurity-architect-expert.png" />
</a></td>
<td> <a href="https://www.credly.com/badges/11e6c7a6-b20e-416c-83bb-cbaf0269ffb6/public_url"
target="_blank">
<img class="badges"
src="images/microsoft-certified-devops-engineer-expert.png" />
</a></td>
</tr>
<tr>
<td> <a href="https://www.credly.com/badges/e4f57689-493f-4741-92aa-b56d779e70ba/public_url"
target="_blank">
<img class="badges"
src="images/microsoft-certified-azure-developer-associate.1.png" />
</a></td>
<td> <a href="https://www.credly.com/badges/47de42e7-3a5b-4da3-8847-0eb23204e9cf/public_url"
target="_blank">
<img class="badges"
src="images/microsoft-certified-azure-administrator-associate.2.png" />
</a></td>
<td> <a href="https://www.credly.com/badges/653fa901-dd37-4c89-ab7a-5704a145d3fa/public_url"
target="_blank">
<img class="badges"
src="images/microsoft-certified-azure-network-engineer-associate.png" />
</a></td>
</tr>
<tr>
<td> <a href="https://www.credly.com/badges/81d9185f-6dcf-400a-aa22-ecac2a66db06/public_url"
target="_blank">
<img class="badges"
src="images/microsoft-certified-identity-and-access-administrator-associate.png" />
</a></td>
<td> <a href="https://www.credly.com/badges/2be4e5b3-fbc9-40bd-8380-b3c0ac35d170/public_url"
target="_blank">
<img class="badges"
src="images/microsoft-certified-azure-security-engineer-associate.png" />
</a></td>
<td> <a href="https://www.credly.com/badges/6c6adc97-8cb2-4659-a21d-dee8fe9057d8/public_url"
target="_blank">
<img class="badges"
src="images/microsoft-certified-azure-virtual-desktop-specialty.png" />
</a></td>
</tr>
</table>
<h2 class="major">Exams</h2>
<table>
<tr>
<td> <a href="https://www.credly.com/badges/611e1be5-26a2-4b1b-92fa-9bc54141c696/public_url"
target="_blank">
<img class="badges" src="images/sc-100-microsoft-cybersecurity-architect.png" />
</a></td>
<td> <a href="https://www.credly.com/badges/74b32a07-771c-484a-abc8-e4344de86cbd/public_url"
target="_blank">
<img class="badges"
src="images/az-400-designing-and-implementing-microsoft-devops-solutions.png" />
</a></td>
<td> <a href="https://www.credly.com/badges/8fee8ed3-e882-4c81-8a9f-4fc5d1bc6826/public_url"
target="_blank">
<img class="badges" src="images/az-304-microsoft-azure-architect-design.png" />
</a></td>
</tr>
<tr>
<td> <a href="https://www.credly.com/badges/92cc9afa-4e4d-412f-8529-44614d4a4707/public_url"
target="_blank">
<img class="badges"
src="images/az-303-microsoft-azure-architect-technologies.png" />
</a></td>
</tr>
<!-- <tr>
<td> <a href="xxx" target="_blank">
<img src="images/" width="300px" height="300px" />
</a></td>
<td> <a href="xxx" target="_blank">
<img src="images/" width="300px" height="300px" />
</a></td>
<td> <a href="xxx" target="_blank">
<img src="images/" width="300px" height="300px" />
</a></td>
</tr> -->
</table>
<h2 class="major">Training</h2>
<table>
<tr>
<td id="defender-cloud-ninja"> <a
href="https://techcommunity.microsoft.com/t5/microsoft-defender-for-cloud/become-a-microsoft-defender-for-cloud-ninja/ba-p/1608761"
target="_blank">
<img class="badges" src="images/defender-cloud-ninja.png" />
</a></td>
<td id="kusto_detective_agency_1"> <a
href="https://www.credly.com/badges/90a8daf9-34d5-4baa-bfd4-427602947129/public_url"
target="_blank">
<img class="badges" src="images/kusto_detective_agency_case_2.png" />
</a></td>
</tr>
<tr>
<td id="kusto_detective_agency_2"> <a
href="https://www.credly.com/badges/41bd87a8-bc75-49e8-b920-e956d7f1d1e5/public_url"
target="_blank">
<img class="badges" src="images/kusto_detective_agency_2_case_2.png" />
</a></td>
</tr>
<!-- <tr>
<td> <a href="xxx" target="_blank">
<img src="images/" width="300px" height="300px" />
</a></td>
<td> <a href="xxx" target="_blank">
<img src="images/" width="300px" height="300px" />
</a></td>
<td> <a href="xxx" target="_blank">
<img src="images/" width="300px" height="300px" />
</a></td>
</tr> -->
</table>
</div>
</div>
</section>
<!-- example tasks -->
<section id="examples" class="wrapper spotlight style1">
<div class="inner">
<!-- <a href="#" class="image"><img src="images/" alt="" /></a> -->
<div class="content" align="left">
<h2 class="major">Example work</h2>
<p align="left">
My everyday work is very diverse, covering a broad number of Azure services
<ul align="left">
<li>
Advisory on governance, security, architecture, and Q&A sessions
</li>
<li>
Infrastructure design, high and low-level designs
</li>
<li>
Infrastructure-as-code or scripting
</li>
<li>
Security and well-architected reviews
</li>
<li>
Migrations of VMs, web applications, and databases
</li>
<li>
Troubleshooting issues that cannot be solved by 3rd level support
</li>
</ul>
</p>
More concrete examples at <a
href="https://www.linkedin.com/in/andersspaelling/details/projects/"
target="_blank">LinkedIn</a>.
</div>
</div>
</section>
<!-- customers -->
<section id="customers" class="wrapper spotlight style3">
<div class="inner">
<div class="content" align="left">
<h2 class="major">Customers</h2>
<p>I have worked with:</p>
<table>
<tr>
<td>
<a href="https://www.bavarian-nordic.com/" target="_blank" class="special">Bavarian
Nordic</a>
<a href="https://www.danfoss.com/" target="_blank" class="special">Danfoss</a>
<a href="https://www.dk.issworld.com/" target="_blank" class="special">ISS</a>
<a href="https://www.kirkbi.com/" target="_blank" class="special">KIRKBI</a>
<a href="https://legohouse.com/" target="_blank" class="special">LEGO House</a>
<a href="https://www.lego.com/" target="_blank" class="special">LEGO</a>
<a href="https://www.nc-nielsen.com/" target="_blank" class="special">NC Nielsen</a>
<a href="https://nordic-it.com/" target="_blank" class="special">Nordic IT</a>
<a href="https://www.rm.dk/" target="_blank" class="special">Region Midt</a>
<a href="https://sundogbaelt.dk/en/about-us/organisation-management/sund-baelt-holding-a-s/"
target="_blank" class="special">Sund & Bælt Holding</a>
<a href="https://www.nkt.com/" target="_blank" class="special">NKT</a>
<a href="https://www.northstake.dk/" target="_blank" class="special">Northstake</a>
<a href="https://orsted.com/" target="_blank" class="special">Ørsted</a>
<a href="https://ramboll.com/" target="_blank" class="special">Ramboll</a>
<a href="https://www.rejsekort.dk/" target="_blank" class="special">Rejsekort</a>
<a href="https://www.sampension.dk/" target="_blank" class="special">Sampension</a>
</td>
<td>
<a href="https://www.symphogen.com/" target="_blank" class="special">Symphogen</a>
<a href="https://www.trimco-group.com/" target="_blank" class="special">Trimco
Group</a>
<a href="https://www.cph.dk/" target="_blank" class="special">Copenhagen Airport</a>
<a href="https://www.danchurchaid.org/" target="_blank" class="special">Danish
Church Aid</a>
<a href="https://dm.dk/" target="_blank" class="special">DM</a>
<a href="https://familieretshuset.dk/" target="_blank"
class="special">Familieretshuset</a>
<a href="https://www.ferring.com/" target="_blank" class="special">Ferring
Pharmaceuticals</a>
<a href="https://forcetechnology.com/" target="_blank" class="special">Force
Technology</a>
<a href="https://www.forsvaret.dk/" target="_blank" class="special">Danish
Defence</a>
<a href="https://ioi.dk/" target="_blank" class="special">IO Interactive</a>
<a href="https://www.synoptik.dk/" target="_blank" class="special">Synoptik</a>
<a href="https://www.systematicinc.com" target="_blank"
class="special">Systematic</a>
<a href="https://www.torshavn.fo/" target="_blank" class="special">Torshavn
Kommune</a>
<a href="https://www.unifeeder.com/" target="_blank" class="special">Unifeeder</a>
<a href="https://www.scangl.com/" target="_blank" class="special">Scan Global
Logistics</a>
<a href="https://www.ufst.dk/" target="_blank" class="special">Danish Tax
Service</a>
</td>
</tr>
</table>
<!-- <li><a href="link" target="_blank" class="special">customername</a></li>
<li><a href="link" target="_blank" class="special">customername</a></li>
<li><a href="link" target="_blank" class="special">customername</a></li>
<li><a href="link" target="_blank" class="special">customername</a></li>
<li><a href="link" target="_blank" class="special">customername</a></li>
<li><a href="link" target="_blank" class="special">customername</a></li>
<li><a href="link" target="_blank" class="special">customername</a></li>
<li><a href="link" target="_blank" class="special">customername</a></li>
<li><a href="link" target="_blank" class="special">customername</a></li>
<li><a href="link" target="_blank" class="special">customername</a></li>
<li><a href="link" target="_blank" class="special">customername</a></li>
<li><a href="link" target="_blank" class="special">customername</a></li> -->
And many more...
</div>
</div>
</section>
<!-- community contributions -->
<section id="community_contributions" class="wrapper alt spotlight style2">
<div class="inner">
<a href="#" class="image"><img src="images/pic02.jpg" alt="" /></a>
<div class="content">
<h2 align="left" class="major">My community contributions</h2>
<p align="left">I have maintained a blog since 2013. These days I write about Azure and
PowerShell</p>
<a align="left" href="https://blog.spaelling.xyz" target="_blank" class="special">Visit my
blog</a>
<p align="left">I have many repositories on Github, most of them are forever work in progress.
Below are listed the ones worth checking out (pun intended)</p>
<a align="left" href="https://github.com/spaelling/linkedin-cv-generator" target="_blank"
class="special">LinkedIn CV generator</a>
<a align="left" href="https://github.com/spaelling/spaelling.github.io" target="_blank"
class="special">My Github Pages (this site)</a>
<p align="left">
I have written several articles on LinkedIn:<br /><br />
<a href="https://www.linkedin.com/pulse/azure-cloudflare-tunnels-win-anders-sp%C3%A6lling"
target="_blank" class="special">Azure + Cloudflare tunnels = win!</a>
<a href="https://www.linkedin.com/pulse/scm-often-overlooked-security-barrier-anders-sp%C3%A6lling"
target="_blank" class="special">SCM - An often-overlooked security barrier</a>
<a href="https://www.linkedin.com/pulse/azure-expensive-anders-sp%C3%A6lling"
target="_blank" class="special">Azure is expensive!</a>
<a href="https://www.linkedin.com/pulse/azure-green-choice-anders-sp%C3%A6lling"
target="_blank" class="special">Azure is the green choice</a>
<a href="https://www.linkedin.com/pulse/creating-multiple-azure-nics-using-instances-arm-anders-sp%C3%A6lling"
target="_blank" class="special">Creating Multiple Azure NICs Using Multiple Instances
(ARM Template)</a>
</p>
</div>
</div>
</section>
<!-- work -->
<section id="work" class="wrapper alt style1">
<div class="inner">
<h2 class="major">Work History</h2>
<section class="features">
<article>
<a href="#" class="image"><img src="images/apento_logo.svg" alt="APENTO" /></a>
<h3 class="major">APENTO<br>Cloud Architect<br>2023-Present</h3>
<p>
APENTO is a Microsoft Cloud Partner that provides highly specialized and skilled consultants for Microsoft 365 and Microsoft Azure.
APENTO helps businesses with their digital transformation and is a technological "front runner" and Microsoft Elite Partner.
APENTO has 14 gold and 2 silver certifications and has worked with various sectors and public institutions, both Danish and international.
At APENTO I have found a new professional home among other deeply technical consultants, some of which are MVPs. I will be working there as a freelance consultant.
<br /><br />
At APENTO
<ul>
<li>
I work with Azure focusing on infrastructure, Azure AD, and security.
</li>
</ul>
</p>
<a href="https://apento.com/" target="_blank" class="special">APENTO</a>
</article>
<article>
<a href="#" class="image"><img src="images/VENZO_logo_round_white_outline.png" alt="VENZO" /></a>
<h3 class="major">Venzo A/S<br>Principal Cloud Architect<br>2018-2023</h3>
<p>
VENZO is a Danish company that offers a unique consultancy combination of business
strategists and technology champions. They help some of the biggest companies in Denmark
with solving complex problems and unleashing their digital potential. Their consultants
lead digital change with cutting-edge technologies and change management principles1.
VENZO is a certified Microsoft Solution Partner and Microsoft Partner of the Year in
Denmark in 2020, and Microsoft Security Partner of the Year in both 2021 and 20222. They
use modern and secure Microsoft technology as the primary platform.
<br /><br />
At VENZO
<ul>
<li>
I work with Azure focusing on infrastructure, Azure AD, and security.
</li>
<li>
I manage multiple customers each week, from hands-on work, to advisory roles.
</li>
<li>
I have had multiple nominations, and a single win, for outstanding performance.
</li>
</ul>
</p>
<a href="https://venzo.com/" target="_blank" class="special">VENZO</a>
</article>
<article>
<a href="#" class="image"><img src="images/omada.jpg" alt="" /></a>
<h3 class="major">Omada A/S<br>Azure DevOps Engineer<br>2017-2018</h3>
<p>
Omada is a global market leader in Identity Governance and Administration (IGA) that
offers a full-featured, enterprise-grade, cloud-native IGA solution. They help clients
scale their operations while ensuring all security, compliance, and efficiency needs are
met. Omada meets the security, compliance, and efficiency needs of business leaders,
removing cost and uncertainty from managing identities and access3. They offer support
for either onsite implementation or as a software-as-a-service (SaaS) platform2. Omada
Identity Cloud Enterprise-Grade IGA ensures secure, compliant, and efficient access to
critical data for key employees and partners.
<br /><br />
At Omada
<ul>
<li>
Helped initiate the cloud journey.
</li>
<li>
Implemented cost savings in Azure, saving upwards of 10.000 euro/month.
</li>
</ul>
</p>
<a href="https://www.omada.net/" target="_blank" class="special">Omada</a>
</article>
<article>
<a href="#" class="image"><img src="images/lumagate.jpg" alt="" /></a>
<h3 class="major">Lumagate (part of Innofactor)<br>Senior Consultant<br>2015-2017</h3>
<p>
Senior Consultant at Lumagate in the datacenter team.
<br /><br />
I worked with Azure, System Center, Powershell, Windows Azure Pack.
<br /><br />
Primary contributor on:<br />
Lumagate Hybrid Cloud (automated private cloud deployment)<br />
Lumagate Shift (automated live migration of virtual machines).<br />
<br /><br />
Webinars: Shifting Platform. Can you afford not to?
<br /><br />
Blogposts: Migration is the first step towards the modern hybrid datacenter
<br /><br />
Nominated "Rookie of the Year" in 2016.
</p>
<a href="https://www.innofactor.com/lumagate-is-now-innofactor.html" target="_blank"
class="special">Lumagate</a>
</article>
<article>
<!-- <a href="#" class="image"><img src="images/pic.jpg" alt="" /></a> -->
<h3 class="major">Danish Defense<br>IT Specialist<br>2013-2015</h3>
<p>Worked in the IT department with Service Manager, Orchestrator and other System Center
products.</p>
<a href="https://fe-ddis.dk/" target="_blank" class="special">Danish Defense</a>
</article>
</section>
<ul class="actions">
<li><a href="#" class="button">Browse All</a></li>
</ul>
</div>
</section>
<!-- news feed -->
<section id="news" class="wrapper alt spotlight style2">
<div class="inner">
<a href="#" class="image"><img src="images/pic02.jpg" alt="" /></a>
<div class="content">
<h2 class="major">My news feed</h2>
<p align="left">This is a daily updated feed sourced from different bloggers, news sites,
youtube channels
and more. I use Github actions to generate the <u> <a align="left"
href="./curated_news/index.html" target="_blank">Azure news feed</a></u> based on
below sources.
</p>
<p>
<img align="left"
src="https://github.com/spaelling/spaelling.github.io/actions/workflows/update_rss_feed.yml/badge.svg"
alt="" />
</p>
</br></br></br>
<ul align="left">
<li><a href="https://www.youtube.com/@NTFAQGuy" target="_blank" class="special">John
Savill's Technical Training</a></li>
<li><a href="https://www.youtube.com/@AdamStuart1" target="_blank" class="special">Adam
Stuart</a></li>
<li><a href="https://azure.microsoft.com/en-us/blog/" target="_blank" class="special">Azure
Blog</a></li>
<li><a href="https://www.thomasmaurer.ch/" target="_blank" class="special">Thomas Maurer</a>
</li>
<li><a href="https://www.azure-heros.com" target="_blank" class="special">Azure Heroes</a>
</li>
<li><a href="https://jackwesleyroper.medium.com/" target="_blank" class="special">Jack
Roper</a></li>
<li><a href="https://wmatthyssen.com/" target="_blank" class="special">Wim Matthyssen</a>
</li>
<li><a href="https://zimmergren.net/" target="_blank" class="special">zimmergren</a></li>
<li><a href="https://luke.geek.nz/" target="_blank" class="special">Luke Murray</a></li>
<li><a href="https://www.rebeladmin.com" target="_blank" class="special">Rebel Admin</a>
</li>
<li><a href="https://dirteam.com/" target="_blank" class="special">The DirTeam.com</a></li>
<li><a href="https://aidanfinn.com/" target="_blank" class="special">Aidan Finn</a></li>
<li><a href="https://www.ciraltos.com/" target="_blank" class="special">Ciraltos</a></li>
<li><a href="https://msandbu.org/" target="_blank" class="special">Marius Sandbu</a></li>
<li><a href="https://robertsmit.wordpress.com/" target="_blank" class="special">Robert
Smit</a></li>
<li><a href="https://ourcloudnetwork.com/" target="_blank" class="special">Daniel
Bradley</a></li>
<li><a href="https://gregorsuttie.com/" target="_blank" class="special">Gregor Suttie</a>
</li>
<li><a href="https://www.iamashishsharma.com/" target="_blank" class="special">Ashish
Sharma</a></li>
<li><a href="https://wedoazure.ie/" target="_blank" class="special">We do Azure</a></li>
<li><a href="https://www.cloudinspired.com" target="_blank"
class="special">cloudinspired.com</a></li>
<li><a href="https://thomasthornton.cloud/" target="_blank" class="special">Thomas
Thornton</a></li>
<li><a href="https://azurealan.ie/" target="_blank" class="special">Alan Kinane</a></li>
<li><a href="https://blog.cloudtrooper.net/" target="_blank"
class="special">cloudtrooper.net</a></li>
<li><a href="https://hlokensgard.no" target="_blank" class="special">Håvard Løkensgaard</a>
</li>
<li><a href="https://blog.sonnes.cloud/" target="_blank" class="special">Blog - Sonne's
Cloud</a></li>
<li><a href="https://danielchronlund.com/" target="_blank" class="special">Daniel Chronlund
Cloud Security Blog</a></li>
<li><a href="https://learningbydoing.cloud/" target="_blank" class="special">Stian A. Strysse</a></li>
<li><a href="https://entra.news/" target="_blank" class="special">Entra News</a></li>
<!--
<li><a href="link" target="_blank" class="special">blog</a></li>
<li><a href="link" target="_blank" class="special">blog</a></li>
<li><a href="link" target="_blank" class="special">blog</a></li>
<li><a href="link" target="_blank" class="special">blog</a></li>
<li><a href="link" target="_blank" class="special">blog</a></li>
<li><a href="link" target="_blank" class="special">blog</a></li>
<li><a href="link" target="_blank" class="special">blog</a></li>
<li><a href="link" target="_blank" class="special">blog</a></li>
<li><a href="link" target="_blank" class="special">blog</a></li> -->
</ul>
</div>
</div>
</section>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<h2 id="connect" class="major">Connect</h2>
<p>Feel free to reach out or follow me on Twitter.</p>
<!--
<form method="post" action="#">
<div class="fields">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field">
<label for="email">Email</label>
<input type="email" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</form>
-->
<ul class="contact">
<li class="fa-home">
Living in Dragør, Denmark
</li>
<li class="fa-envelope"><a href="mailto:[email protected]">[email protected]</a></li>
<li class="fa-linkedin"><a href="https://www.linkedin.com/in/andersspaelling/"
target="_blank">https://www.linkedin.com</a></li>
<li class="fa-twitter"><a href="https://twitter.com/aspaelling"
target="_blank">https://twitter.com</a></li>
<!--
<li class="fa-phone">(000) 000-0000</li>
<li class="fa-facebook"><a href="#">facebook.com/untitled-tld</a></li>
<li class="fa-instagram"><a href="#">instagram.com/untitled-tld</a></li>
-->
</ul>
<ul class="copyright">
<li>© Anders Spælling</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a> (Solid State)</li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>