-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcv.html
196 lines (169 loc) · 6.19 KB
/
cv.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Resume: Jonathan Newnham</title>
<style>
* {
color: #000;
}
html,
body,
table,
table-cell {
background: white;
font-family: sans-serif;
font-size: 0.95em;
vertical-align: top;
}
body {
margin: auto;
width: 600px;
}
h1,
h2,
h3 {
font: 300 26px/32px 'Open Sans', sans-serif;
color: #004;
}
h1 {
text-align: center;
font-size: 1.3em;
}
h2 {
border-bottom: 1px solid #888;
font-size: 1.1em;
padding-bottom: 0.0em;
margin-bottom: 0;
}
h3 {
line-height: 1.0em;
font-size: 1.0em;
padding-bottom: 0.0em;
margin-bottom: 0.8em;
margin-top: 0;
}
td {
padding: 4px;
}
td.lp {
text-align: right;
}
td.l {
vertical-align: top;
width: 12em;
}
div.at {
font-style: italic;
margin-bottom: 2px;
margin-bottom: 0.8em;
}
</style>
</head>
<body>
<h1 id="resumejonathannewnham">Resume: Jonathan Newnham</h1>
<h2>Employment History</h2>
<table>
<tr>
<td class="l">Mar 2011—current
<br />
(7 years)
</td>
<td>
<h3>Software Developer</h3>
<div class="at">IRESS</div>
<p>Financial trading software in C++ and python, some C#/C++-cli/Elm/Go/AWS/Kotlin</p>
<p>At IRESS, I develop and maintain software that communicates directly with stock exchanges. Our Australian-focused software has approximately 90% market share, and I took it from having 30 major production issues per year to less than one. To do this, I introduced automated unit and integration testing to my team and advocated it to others.</p>
<p>To support the company’s continuous delivery ambitions, I drove a migration of several hundred developers working on several thousand C++ projects from Team Foundation Server to Git, including a new toolchain based on virtual machine build servers, TeamCity, Conan and Artifactory.</p>
</td>
</tr>
<tr>
<td class="l">Dec 2007—March 2009
<br />
(1.5 years)
</td>
<td>
<h3>Software Developer</h3>
<div class="at">Transtech Driven</div>
<p>C#/MSSQL mapping and tracking delivery trucks, some PHP/javascript/java</p>
<p>At transtech, among other things, I used profile-guided optimization to improve performance of the truck location processing system by roughly 10,000%.</p>
</td>
</tr>
<tr>
<td class="l">July 2004—July 2007
<br />
(3 years)
</td>
<td>
<h3>Swap Meet floor hand</h3>
<div class="at">Computer Traders</div>
Setting up tables and collecting entry fees
</td>
</tr>
<tr>
<td class="l">Jan 2005—July 2006
<br />
(1.5 years)
</td>
<td>
<h3>Junior Software Developer</h3>
<div class="at">Univex Electronics</div>
A point-of-sale system for plant nurseries in Delphi/Firebird
</td>
</tr>
<tr>
<td class="l">June 2004—Oct 2004
<br />
(5 months)
</td>
<td>
<h3>Computer Repairman</h3>
<div class="at">Nerds for Hire</div>
On-site desktop and laptop support
</td>
</tr>
</table>
<h2 id="education">Education</h2>
<table>
<tr>
<td class="l">2009—2010</td>
<td>
<h3>Masters in Physics </h3>
<div class="at">University of Melbourne</div>
Area: Quantum Computing / Semiconductor physics / particle physics simulation<br />
Average: 83.4
</td>
</tr>
<tr>
<td class="l">2003—2008</td>
<td>
<h3>Bachelor of Engineering (IT)/Bachelor of Science </h3>
<div class="at">University of Melbourne</div>
Average: 83.06 <br />
Major: Software Engineering (Honours) <br />
Sub-Major: Physics
</td>
</tr>
<tr>
<td class="l">2002</td>
<td>
<h3>Victorian Certificate of Education </h3>
<div class="at">Scotch College</div>
Enter: 99.85
</td>
</tr>
</table>
<h2 id="computerskills">Computer Skills</h2>
<p>I have undergone full Software Engineering training covering requirements analysis, architecture design and
documentation, implementation strategies, software testing, quality control, maintenance strategies
software
team and project management.</p>
<p>I am skilled in C, C++, and Python; competent in Java, Pascal, C#, JavaScript, Bash, and SQL; and have some
experience with PHP, Haskell, x86 assembly, Kotlin, Elm, TensorFlow, PyTorch, Prolog, OCaml, R, Fortran,
Matlab, Powershell, and Go. I find I can get up to speed with the syntax of a new language in a few days, and
get
comfortable with common libraries within a few weeks.</p>
<p>I am comfortable in windows, ubuntu, mac, and remote-shell environments.</p>
<p>I have experience designing, working in and performing long-term maintenance on several large software systems.</p>
<p>Thanks for your time!</p>
</body>
</html>