summaryrefslogtreecommitdiffstats
path: root/resume.html
blob: 34729b19e05f734074766ccfa0c8deb91bf82bea (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
<!DOCTYPE html>
<html lang="en-us">
<head>
	<meta charset="utf-8">
	<link rel="stylesheet" href="style.css">
	<!-- <link rel="stylesheet" href="preview.css"> -->
	<title>Sam Anthony &mdash; Résumé</title>
</head>
<body>
	<header>
		<h1 class="title"><a href="https://www.samanthony.xyz/">Sam Anthony</a></h1>
		<p><a class="url" href="mailto:sam@samanthony.xyz">sam@samanthony.xyz</a></p>
		<p>(709) 746&ndash;7582</p>
		</table>
	</header>

	<main>
		<div class="section">
			<h1>Education</h1>
			<div class="subsection">
				<div class="columns-3">
					<div>June 2026</div>
					<div>
						<h3><a href="https://www.concordia.ca/">Concordia University</a></h3>
						<p>Bachelor of Computer Science. <i>GPA</i>: 4.02 out of 4.30.</p>
					</div>
					<div>Montréal, QC</div>
				</div>
			</div>
		</div>

		<div class="section">
			<h1>Employment</h1>
			<div class="subsection">
				<div class="columns-3">
					<div>Summer 2025</div>
					<div><h3><a href="https://c-core.ca/">C-CORE</a></h3></div>
					<div>St. John's, NL</div>
				</div>
				<div class="columns-2">
					<div></div>
					<div>
						<p>Software development for the MUNStar-1 Cube-Satellite's MCS, ADCS, C&amp;DH, and simulation systems..</p>
						<p>
							Writing and testing MISRA-compliant C firmware for the Zynq 7000 SoC using FreeRTOS.
							Implementing reliable communication protocols over CAN, RS-485, and UHF radio networks.
							HIL testing in an ISO cleanroom.
						</p>
					</div>
				</div>
			</div>
			<div class="subsection">
				<div class="columns-3">
					<div>Summers 2021, 2023</div>
					<div>
						<h3><a href="https://wheeltec.ca/">WheelTec</a></h3>
					</div>
					<div>St. John's, NL</div>
				</div>
				<div class="columns-2">
					<div></div>
					<div><p>Repairing alloy wheels, mounting and dismounting tires, balancing wheels &amp; tires, painting, media blasting.</p></div>
				</div>
			</div>
		</div>

		<div class="section columns-2">
			<div><h1>Skills</h1></div>
			<div>
				<p>Programming in Ada, C, C++, Go, Java, Python.</p>
				<p>Embedded systems design and programming with PIC, STM32, ESP32 microcontrollers; Zynq 7000 SoC; FreeRTOS; state machines.</p>
				<p>
					Concurrent programming with threads, Open MPI, Go, Ada, FreeRTOS.
					Parallel programming with OpenMP, TBB, OpenCL.
				</p>
				<p>Networking &mdash; TCP/UDP/IP, CAN, RS-485, SPI, I<sup>2</sup>C.</p>
			</div>
		</div>

		<div class="section columns-2">
			<div><h1>Projects</h1></div>
			<div>
				<div class="right"><a class="url" href="https://git.samanthony.xyz/">git.samanthony.xyz</a></div>

				<h2><a href="https://git.samanthony.xyz/can-gauge-interface/">CAN gauge driver</a></h2>
				<p>
					Receives and decodes CAN frames; drives up to six analog gauges.
					Hardware (PCB), firmware, software.
				</p>

				<h2><a href="https://git.samanthony.xyz/volute/">Volute</a></h2>
				<p>
					Graphical turbocharger selection program.
					Written in C using <a href="https://github.com/rxi/microui">microui</a>.
				</p>
			</div>
		</div>

		<div class="section columns-2">
			<div><h1>Honors</h1></div>
			<div><p>Dean's list, Concordia University, 2024 and 2025.</p></div>
		</div>

		<div class="section columns-3">
			<div><h1>References</h1></div>
			<div>
				TODO
			</div>
			<div></div>
		</div>
	</main>
</body>
</html>