aboutsummaryrefslogtreecommitdiff
path: root/dst/resume.html
blob: 21c14a4f1db72c4f426c6a5ca8f6ff6e2655ee60 (plain)
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
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Adam Stück</title>
        <link rel="icon" type="image/x-icon" href="/favicon.ico">
        <link rel="alternate" type="application/rss+xml" title="" href='feed'>
        <link rel="stylesheet" type="text/css" href="main.css">
    </head>
    <body>
        <header>
            <nav>
                <a href="/">Home</a><span> | </span>
                <a href="/projects">Projects</a><span> | </span>
                <a href="/services">Services</a><span> | </span>
                <a href="/resume">Resume</a><span> | </span>
                <a href="/uses">Uses</a><span> | </span>
                <a href="/donate">Donate</a><span> | </span>
                <a href="/rss.xml">RSS</a>
            </nav>
        </header><main>
<h4 id="english-dansk-">[ English &#47; <a href="/resume-da">Dansk</a> ]</h4>

<h1 id="adam-stck">Adam Stück</h1>

<p><strong>Student programmer &#47; Hobbyist sysadmin</strong><br>Aalborg, Denmark<br>adam@adast.xyz</p>

<hr>

<h2 id="experience">Experience</h2>

<h3 id="linux-sysadmin-self-hosting-spare-time">Linux, Sysadmin, Self-hosting (spare time)</h3>

<p><strong>2021-Now</strong> </p>

<ul>
<li>Got hooked on Linux early 2021</li>
<li>Tried self-hosting some <a href="/services">services</a> on Raspberry Pi, later VPS</li>
<li>Started building adast.xyz, my personal platform 😎</li>
<li>Linux, SSH, CLI, Unix Shell, Git, POSIX scripting</li>
<li>Docker, DNS, Certbot, Web Servers, Firewalls, Wireguard</li>
<li>Countless command line utilities</li>
</ul>

<h3 id="student-programmer-at-e-komplet">Student Programmer at E-Komplet</h3>

<p><strong>2020-Now</strong> &#47; Aalborg, Denmark <small>On-site &#38; remote</small></p>

<ul>
<li>Full stack consultant for E-Komplet client</li>
<li>ASP.NET, C#, MSSQL, Azure DevOps, Git, JavaScript, JQuery, HTML</li>
</ul>

<h3 id="software-developer-at-ok-snacks-as">Software Developer at OK Snacks A&#47;S</h3>

<p><strong>August 2019</strong> &#47; Ikast-Brande, Denmark </p>

<ul>
<li>Development of an Excel system to track spare parts in stock for production machines</li>
<li>Microsoft Excel, VBA</li>
</ul>

<h3 id="junior-business-analyst-at-arise">Junior Business Analyst at Arise</h3>

<p><strong>June 2017 - July 2017</strong> &#47; Limerick, Ireland </p>

<ul>
<li>Organization of data in Excel</li>
<li>Automation of Excel tasks using VBA</li>
<li>Development of web apps to facilitate some call center tasks </li>
<li>Microsoft Excel, VBA, PHP, JavaScript, CSS, HTML</li>
</ul>

<h3 id="work-placement-at-arise">Work Placement at Arise</h3>

<p><strong>2015</strong> &#47; Limerick, Ireland </p>

<ul>
<li>2-week school internship in the administration department</li>
<li>Some Excel automation, including generation of working schedules</li>
<li>Learned how a call center operates</li>
<li>General office duties</li>
<li>Microsoft Excel, VBA</li>
</ul>

<h3 id="coding-web-dev-game-dev-spare-time">Coding, Web Dev, Game Dev (spare time)</h3>

<p><strong>2014-Now</strong> </p>

<ul>
<li>Started learning programming with JavaScript</li>
<li>Got into web development, built many personal websites for fun</li>
<li>Started learning game development with GameMaker, and later Unity</li>
<li>Improved at JavaScript and learned C# by using Unity</li>
<li>Started developing <a href="/arena">arena</a>, my multiplayer Quake-like FPS game</li>
<li>JavaScript, HTML, CSS, C#, Unity, Blender, Audacity, Git</li>
</ul>

<h2 id="education">Education</h2>

<h3 id="aalborg-university">Aalborg University</h3>

<p><strong>2019-Now</strong> &#47; Aalborg, Denmark</p>

<ul>
<li>Masters Degree in Computer Science - 2 Year Program <small>(In progress)</small></li>
<li>Bachelors Degree in Computer Science - 3 Year Program</li>
</ul>

<h2 id="competitions">Competitions</h2>

<ul>
<li>2022: Senior Qualifier in the Danish Cyber Championships</li>
<li>2020: Participated in Create Jam</li>
</ul>

<h2 id="languages">Languages</h2>

<style>
dl {
    margin:1rem;
    display:grid;
    grid-template-columns:auto 1fr;
    grid-gap:.2rem 1rem;
}
dl dt {
    font-size: .9rem;
    font-weight: 700;
}
dl dd:not(:last-child) {
    margin-bottom: .3rem;
}
</style>

<dl class="languages">
<dt>English</dt>
<dd>Native writing and speaking</dd>
<dt>Danish</dt>
<dd>Fluent writing and speaking</dd>
<dt>German</dt>
<dd>Rusty</dd>
<dt>Irish</dt>
<dd>Rusty</dd>
</dl>

<h2 id="tools">Tools</h2>

<p>A selection of tools and applications I have expert experience using:</p>

<ul>
<li>Linux</li>
<li>Git, Unix Shell</li>
<li>C#, HTML, CSS, JavaScript</li>
<li>Unity</li>
</ul>

<p>I&#8217;m proficient with:</p>

<ul>
<li>C, Rust, python, POSIX Shell (scripting), Java</li>
<li>Docker, SSH</li>
</ul>

<p>I have some experience with:</p>

<ul>
<li>SQL, PHP, VBA, Haskell, Lua, JQuery, Blazor</li>
<li>Blender</li>
</ul>

<h2 id="interests">Interests</h2>

<ul>
<li>Open source software</li>
<li>Web accessibility</li>
<li>Performance and utilization</li>
<li>Linux systems</li>
<li>Software security and privacy</li>
<li>Minimal user interface design</li>
<li>Detailed documentation</li>
<li>Optimizing build times and version control</li>
<li>Writing technical articles</li>
</ul>

<p>Other: game dev, hiking&#47;camping, boxing, running, guitar.</p>

<h2 id="references">References</h2>

<p>Available upon request.</p>
<footer role="contentinfo">

    <span><a href="#">↑ Back to Top</a></span><br><br>
    <small>
        Built with <a href="https://rgz.ee/ssg.html">ssg</a>.<br>
        Maintained with ♥ for the web. <br>
        The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br>
        The <a href="https://git.sr.ht/~adamski/adast.xyz">code for this site</a> is <a href="https://git.sr.ht/~adamski/adast.xyz/tree/main/item/LICENSE">MIT</a>.
    </small>
</footer>
</main>
</body>
</html>