-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
138 lines (133 loc) · 4.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/style.css" />
<title>MichielThai.Describe()</title>
</head>
<body>
<div class="container">
<nav>
<ul>
<li id="about">/about</li>
<li id="contact">/contact</li>
<li id="podcasts">/my-favorite-podcasts</li>
</ul>
</nav>
<main>
<h1>PS Users/michiel-thai>summary<span class="cursor">|</span></h1>
<table class="tg">
<thead>
<tr>
<th class="tg-0lax">Hats<br>------</th>
<th class="tg-0lax">Details<br>----------</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tg-0lax">Infrastructure Automation</td>
<td class="tg-0lax">{ Packer, Terraform, Ansible, ... }</td>
</tr>
<tr>
<td class="tg-0lax">Platform, CI/CD, Release Engineer</td>
<td class="tg-0lax">{ AzureDevops, GitLab, Teamcity, ... }</td>
</tr>
<tr>
<td class="tg-0lax">Operations Automation, Services Integration</td>
<td class="tg-0lax">{ PowerShell Modules, Python, Low-code Apps,</br>  Azure Functions, Azure Automation }</td>
</tr>
<tr>
<td class="tg-0lax">Systems, Database Admininstration</td>
<td class="tg-0lax">{ Windows Server 2K12/16/19, MSSQL Administration,</br>  Linux, Docker, Kubernetes,... } </td>
</tr>
<tr>
<td class="tg-0lax">Cloud Adoption </td>
<td class="tg-0lax">Hybrid on-prem / Azure environment</td>
</tr>
</tbody>
</table>
</br>
<h3>Languages</h3>
<h3>---------</h3>
<ul>
<li>PowerShell</li>
<li>Python</li>
<li>Bash</li>
<li>TSQL</li>
<li>YAML ;)</li>
</ul>
</main>
</div>
<div class="hidden">
<div id="about-content">
<h2>~/about><span class="cursor">|</span></h2>
<p>My name is Michiel Thai and I have been a self-taught IT engineer since 2012.</p>
<p>
I'm experienced with Windows Server Administration, MSSQL Server Adminstration. I wrote and optimized a ton of TSQL queries.
After a crash course of Powershell, I never stopped automating. It started from daily IT operation tasks - to containerized IaC code.
In between I picked up some other useful skills like Python, Ansible and Terraform.
</p>
</br>
</div>
<div id="contact-content">
<h2>~/contact><span class="cursor">|</span></h2>
<p>You can get in touch with me at</p>
<ul>
<li>
<a
href="https://github.com/mieel" target="_blank"
>GitHub</a>
</li>
<li>
<a href="https://www.linkedin.com/in/michielthai/" target="_blank"
>LinkedIn</a>
</li>
</ul>
</div>
<div id="podcasts-content">
<h2>~/my-favorite-podcasts><span class="cursor">|</span></h2>
<ul>
<li>
<a
href="https://ctrlaltazure.com" target="_blank"
>Ctrl-Alt-Azure</a
>
</li>
<li>
<a href="https://www.devopsparadox.com" target="_blank"
>DevOps Paradox</a
>
</li>
<li>
<a href="https://friday.hirelofty.com" target="_blank"
>Friday Afternoon Deploy</a
>
</li>
<li>
<a href="https://twit.tv/shows/macbreak-weekly" target="_blank"
>MacBreak Weekly</a
>
</li>
<li>
<a href="https://twit.tv/shows/this-week-in-tech" target="_blank"
>This Week in Tech</a
>
</li>
<li>
<a href="https://wondery.com/shows/business-wars/" target="_blank"
>Business Wars</a
>
</li>
</ul>
</div>
</div>
<script src="js/winbox.bundle.js"></script>
<script src="js/main.js"></script>
</body>
<div class="footer">
<p>Hosted on GitHub pages. How to build this website <a href="https://www.youtube.com/watch?v=jQCk2yo10YY" target="_blank">▶️</a> </p>
</p>
</div>
</html>