summaryrefslogtreecommitdiff
path: root/resume.html
blob: 9cba6d858f864a8378e2c3487e9d86eb59688fc2 (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
<html>
<head>
	<title>j-james | resume</title>
	<meta charset="utf-8"/>
	<meta name="viewport" content="width=device-width"/>
	<link rel="icon" type="image/jpg" href="assets/compass.jpg"/>
	<link rel="stylesheet" href="css/normalize.css"/>
	<link rel="stylesheet" href="css/resume.css"/>
</head>
<body>
	<!-- todo: the positions of dates are inconsistent -->
	<section class="title">
		<!-- this part should be like bilal's -->
		<div> <!-- weirdly, this doesn't work as a p -->
			<h1>Justice “JJ” James <a id="pdf" target="_blank" href="https://j-james.me/resume.pdf">[pdf]</a></h1>
			<i id="blurb">I like general mathematics, distributed systems, and Taylor Swift.</i>
		</div>
		<ul id="contact">
			<li>email: <a target="_blank" href="mailto:jj@j-james.me">jj@j-james.me</a></li>
			<li>website: <a target="_blank" href="https://j-james.me">j-james.me</a></li>
			<li>github: <a target="_blank" href="https://github.com/j-james">j-james</a></li>
			<!-- <li>gitlab: <a target="_blank" href="https://gitlab.com/j-james">j-james</a></li> -->
			<!-- <li>sourcehut: <a target="_blank" href="https://sr.ht/~j-james">j-james</a></li> -->
			<!-- <li>based: vancouver and seattle</li> -->
		</ul>
	</section>
	<section>
		<!-- this part should be like shuyao's -->
		<h2>Education</h2>
		<hr>
		<p class="title">
			<b>University of British Columbia</b>
			<i>September 2021 - Present</i>
		</p>
		<ul>
			<li>Expected Major: Combined <a target="_blank" href="https://you.ubc.ca/ubc_programs/mathematics-vancouver-bsc/">Mathematics</a> and <a target="_blank" href="https://you.ubc.ca/ubc_programs/computer-science-vancouver-bsc/">Computer Science</a></li>
			<li>Expected Graduation: April 2025</li>
		</ul>
	</section>
	<section>
		<h2>Skills</h2>
		<hr>
		<!-- <ul>
			<li>HTML/CSS: self-taught, many projects</li>
			<li>Java: {Spartronics experience}</li>
			<li>Python: {UBC CTF experience}</li>
			<li>Rust: {UBC Bionics experience}</li>
			<li>Nim: personal projects</li>
			<li>Go: minimal experience</li>
			<li>C: minimal experience, currently learning</li>
		</ul> -->
		<ul>
			<li><b>Experienced in:</b> Nim, HTML/CSS, Java</li>
			<li><b>Good at:</b> Python, Golang, Bash, Spanish</li>
			<li><b>Currently Learning:</b> C, Rust, TypeScript, Latin</li>
		</ul>
	</section>
	<section>
		<h2>Projects</h2>
		<hr>
		<ul>
			<li><b><a href="https://github.com/Spartronics4915/2020-InfiniteRecharge">ATHENA</a></b>: performant and modular code for a competitive robot (written in Java)</li>
			<ul class="print">
				<li>GitHub: https://github.com/Spartronics4915/2020-InfiniteRecharge</li>
			</ul>
			<li><b><a href="https://github.com/j-james/static-slack">static-slack</a></b>: a lightweight static site generator for Slack archives (written in Nim)</li>
			<ul class="print">
				<li>GitHub: https://github.com/j-james/static-slack</li>
			</ul>
			<li><b><a href="https://github.com/Spartronics4915/developers_handbook">developers-handbook</a></b>: a guide for software development in FIRST robotics</li>
			<ul class="print">
				<li>GitHub: https://github.com/Spartronics4915/developers_handbook</li>
			</ul>
			<li><b><a href="https://github.com/j-james/aoc">advent-of-code</a></b>: aesthetic solutions to yearly programming puzzles (written in Python)</li>
			<ul class="print">
				<li>GitHub: https://github.com/j-james/aoc</li>
			</ul>
		</ul>
		<!-- <p class="title">
			<b><a target="_blank" href="https://github.com/Spartronics4915/2020-InfiniteRecharge">2020-InfiniteRecharge</a></b>
			<i>Spring 2020</i>
		</p>
		<ul>
			<li>performant and modular code for a competitive robot</li>
			<li>written in Java</li>
		</ul>
		<p class="title">
			<b><a target="_blank" href="https://github.com/j-james/static-slack">static-slack</a></b>
			<i>Autumn 2020</i>
		</p>
		<ul>
			<li>A lightweight static site generator for Slack archives</li>
			<li>Written in Nim</li>
		</ul>
		<p class="title">
			<b><a target="_blank" href="https://github.com/Spartronics4915/developers_handbook">developers_handbook</a></b>
			<i>Spring 2021</i>
		</p>
		<ul>
			<li><a href="https://github.com/Spartronics4915/developers_handbook">Collaborative repository on GitHub</a></li>
			<li>a guide for development in FIRST robotics</li>
		</ul>
		<p class="title">
			<b><a target="_blank" href="https://github.com/j-james/aoc">aoc</a></b>
			<i>Ongoing</i>
		</p>
		<ul>
			<li>Aesthetic solutions to yearly Advent of Code puzzles</li>
		</ul> -->
	</section>
	<section>
		<h2>Experience</h2>
		<hr>
		<h3>High School</h3>
		<p class="title">
			<b>Bainbridge Roller Hockey League (<a class="text" target="_blank" href="https://bihockey.org/">BRHL</a>)</b>
			<i>Summer 2011 - Summer 2021</i>
		</p>
		<ul>
			<li>Assistant Coach (Summer 2017 - Summer 2019)</li>
			<li>Referee (Summer 2018 - Summer 2021)</li>
		</ul>
		<p class="title">
			<b>FIRST Robotics (<a class="text" target="_blank" href="https://spartronics4915.com">Spartronics 4915</a>)</b>
			<i>September 2017 - June 2021</i>
		</p>
		<ul>
			<li>Programmer (September 2017 - June 2021)</li>
			<li>Leadership Member (June 2018 - June 2021)</li>
			<li>Programming Lead (June 2019 - June 2021)</li>
			<li>Team Captain (June 2019 - June 2021)</li>
		</ul>
		<h3>University</h3>
		<p class="title">
			<b>UBC Bionics (<a class="text" target="_blank" href="https://ubcbionics.com/">BEAR UBC</a>)</b>
			<i>September 2021 - Present</i>
		</p>
		<ul>
			<li>UBC Bionics: engineering design team building a bionic arm</li>
			<li>Embedded Programmer</li>
		</ul>
		<p class="title">
			<b>UBC CTF (<a class="text" target="_blank" href="https://ubcctf.github.io">Maple Bacon</a>)</b>
			<i>September 2021 - Present</i>
		</p>
		<ul>
			<li>Capture the Flag (CTFs): competitive cybersecurity challenges</li>
			<li>#1 team in Canada</li>
		</ul>
	</section>
	<section>
		<h2>Awards</h2>
		<hr>
		<ul>
			<li>National Honor Society member (2017 - 2021)</li>
			<li>National Merit Scholarship Semifinalist (2019)</li>
			<li>Presidential Volunteer Service Award Program (Bronze, 2019)</li>
			<li>Dean's List Semi-Finalist for FRC (2020)</li>
			<li>Washington State Honors (2021)</li>
			<li>Most Likely to Ask “Are We There Yet?” (voted on by the class of 2021)</li>
			<li>SAT Score: 1570/1600</li>
			<li>ACT Score: 35/36</li>
		</ul>
	</section>
</body>
</html>