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
|
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="paper.css">
<link rel="stylesheet" href="/fonts/plex/packages/plex-serif/fonts/split/woff2/IBMPlexSerif-Medium.css">
<link rel="stylesheet" href="/fonts/plex/packages/plex-serif/fonts/split/woff2/IBMPlexSerif-Regular.css">
<link rel="stylesheet" href="/fonts/plex/packages/plex-serif/fonts/split/woff2/IBMPlexSerif-Text.css">
<title>Sam Anthony — Résumé</title>
</head>
<body>
<header>
<div>
<p>(709) 746–7582</p>
<p><a class="url" href="mailto:sam@samanthony.xyz">sam@samanthony.xyz</a></p>
</div>
<div>
<h1 class="title">Sam Anthony</h1>
</div>
<div>
<p>Montréal, QC, Canada</p>
<p><a class="url" href="https://www.samanthony.xyz/">www.samanthony.xyz</a></p>
</div>
</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>
</div>
<div>Montréal, QC</div>
</div>
<div class="columns-2">
<div></div>
<div><ul>
<li><b class="text">Bachelor of Computer Science.</b></li>
<li><b class="text">GPA: 4.02</b> out of 4.30.</li>
<li>Dean's list.</li>
</ul></div>
</div>
</div>
</div>
<div class="section">
<h1>Employment</h1>
<div class="subsection">
<div class="columns-3">
<div>Summer 2025</div>
<div><h3>Software development intern, <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><ul>
<li>Developed software for the <a href="https://www.linkedin.com/company/munstar-1-cubesat/">MUNStar-1</a> Cube-Satellite.</li>
<li>Wrote and tested MISRA-compliant C firmware with FreeRTOS for the Zynq 7000 SoC's ARM Cortex A9 cores.</li>
<li>Implemented reliable communication protocol over CAN.</li>
<li>Modified C preprocessor to generate serialization code.</li>
<li>Wrote test framework code generator to produce PlantUML statechart from list of system tests.</li>
<li>Built redundant storage firmware module with integrity checking.</li>
<li>Unit-tested SIL simulation system, and extended it with mock filesystem.</li>
<li>Performed HIL testing in cleanroom.</li>
<li>Used GNU Radio to assist in revamping GFSK radio flowgraph.</li>
</div>
</div>
</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/">Automotive gauge driver with CAN interface</a></h2>
<ul>
<li>Electronic device that drives up to six analog gauges using CAN bus data.</li>
<li>Designed hardware (PCB) with PIC microcontroller, MCP2515 CAN controller, EEPROM, and DACs.</li>
<li>SPI for inter-chip communication.</li>
<li>C firmware, Go calibration software, Python bit-timing script.</li>
</p>
<h2><a href="https://git.samanthony.xyz/volute/">Volute</a></h2>
<ul>
<li>Graphical turbocharger selection program.</li>
<li>Thermodynamic model of internal combustion engine and compressor.</li>
<li>Written in C using <a href="https://github.com/rxi/microui">microui</a>.</li>
</ul>
</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 — TCP/UDP/IP, 9P, CAN, RS-485, SPI, I<sup>2</sup>C.</p>
</div>
</div>
</main>
</body>
</html>
|