summaryrefslogtreecommitdiffhomepage
path: root/index.gsp
blob: 01a3d35b8035e6da3537e7a5eff25702d1be04af (plain) (blame)
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
html lang="en" {
	head {
		meta name="viewport" content="width=device-width, initial-scale=1.0" {}
		meta charset="utf-8" {}
		base target="_blank" {}
		link rel="stylesheet" href="style.css" {}
		title {-Thomas Voss’ CV}
	}
	body {
		header {
			h1 {-Thomas Voss}
			ul #links {
				li {a href="https://www.thomasvoss.com" {-Website}}
				li {a href="https://git.thomasvoss.com" {-Git Repositories}}
				li {a href="mailto:mail@thomasvoss.com" {-mail\@thomasvoss.com}}
			}
		}

		section {
			h2 {-Competencies}
			hr{}

			x-entry {
				header {-Systems- and Low-Level Programming}
				p {-
					I am very familiar with systems- and low-level programming with lots
					of experience using languages like C and Assembly along with the
					relevant build-tools such as @em{-Make}.
				}
			}

			x-entry {
				header {-Fullstack Web Development}
				p {-
					I’m no stranger to web development either, and I always try to
					emphasize simplicity when possible.  I have worked extensively with
					backend frameworks like @em{-Flask}, and I am capable of building
					effective- and usable frontends without the need to download
					megabytes of useless- and bloated JavaScript.
				}
			}
		}

		section {
			h2 {-Education}
			hr{}

			x-entry {
				header {-Delft University of Technology}
				x-time-range {-2021–2022}
				p {-
					@abbrev title="Bachelor of Science" {-BSc} Computer Science and
					Engineering
				}
			}

			x-entry {
				header {-Linnæus University}
				x-time-range {-2024–Ongoing}
				p {-
					@abbrev title="Bachelor of Science" {-BSc} Software Technology
				}
			}
		}

		section {
			h2 {-Work Experience}
			hr{}

			x-entry {
				header {-LiteBit}
				x-job-title {-Backend Developer}
				p {-
					Worked as a backend developer for a crypto-trading
					platform, primarily using TypeScript and C#.  Other tools
					used include Docker, Kubernetes, and Retool.  Lots of work
					was centered around performance-oriented programming,
					security, and scalability.
				}
			}

			x-entry {
				header {-Humanwave}
				x-job-title {-Fullstack Developer}
				p {-
					Worked as a fullstack developer writing payroll software.
					This included overseeing and executing the Python2 to
					Python3 transition, as well as migrating the legacy
					codebase from Jinja rendering to VueJS.  Lots of work was
					also done handling proper localization, interfacing with
					external services and APIs, and bringing huge performance
					improvements to the product.
				}
			}
		}

		section {
			h2 {-Skills}
			hr{}

			dl {
				dt {-Primary Languages}
				dd {=
					C,
					(Emacs) Lisp,
					Go
					JavaScript/TypeScript,
					Python,
					and Rust.
				}

				dt {-Additional Languages}
				dd {=
					Assembly,
					Awk,
					C#,
					Java,
					Lua,
					Shell Script,
					and SQL.
				}

				dt {-UNIX}
				dd {=
					I grew up on UNIX systems, and use them every day.  I am
					extremely knowledgable when it comes to UNIX tooling and
					infrastructure including systems administration, and
					currently run several Linux and OpenBSD systems, both for
					desktop and server use.
				}

				dt {-Spoken Languages}
				dd {=
					I am fluent in English and Portuguese, with a working
					proficiency in Galician and Swedish.
				}
			}
		}

		section {
			h2 {-My Cool Stuff}
			hr{}

			x-entry {
				header {
					a href="https://github.com/Mango0x45/andy-c" {
						code {-andy}
					}
				}
				x-description {-A Better, Simple Shell}
				p {-
					A fully functioning command-line shell written in C.
					Supports associative arrays like Awk, pipes, redirections,
					and the other standard shell features, along with a more
					sane syntax and significantly safer semantics.  Many
					scripts I run every day on my personal machines are written
					in Andy.
				}
			}

			x-entry {
				header {
					a href="https://git.thomasvoss.com/mmv" {
						code {-mmv}
					}
				}
				x-description {-Move Mapped/Multiple Files}
				p {-
					A tool written in Rust to rename- and move files in bulk.  This is in
					my opinion the most extensible and most effective file renaming- and
					moving tool ever created.
				}
			}

			x-entry {
				header {
					a href="https://git.thomasvoss.com/totp" {
						code {-totp}
					}
				}
				x-description {-ARM64- and x64-powered 2-Factor Authentication Codes}
				p {-
					A tool to generate 2-factor authentication codes written in C.  All
					algorithms are written by hand and both inline assembly and CPU
					intrinsics are used in order to produce highly-efficient code, most
					notably this project takes advantage of SHA-1 extensions to the ARM64
					and x64 architectures to efficiently compute SHA-1 hashes.
				}
			}

			x-entry {
				header {
					a href="https://git.thomasvoss.com/smallbrain" {
						code {-smallbrain}
					}
				}
				x-description {-Optimizing Brainfuck Interpreter in x86 Assembly}
				p {-
					A Brainfuck interpreter written in x86-64 assembly that performs code
					compilation, optimization, and proper error reporting.
				}
			}
		}

		section {
			h2 {-Open-Source Contributions}
			hr{}
		
			p {-
				The following is a non-exhaustive list of some notable projects
				I’ve contributed to:
			}

			ul {
				li {-GNU Emacs}
				li {-Hyprland Wayland Compositor}
				li {-Linux Manpages}
				li {-Mozilla MDN Web Docs}
				li {-Odin Compiler}
				li {-SerenityOS}
				li {-Util-Linux}
			}
		}
	}
}