-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
178 lines (168 loc) · 11.9 KB
/
Copy pathindex.html
File metadata and controls
178 lines (168 loc) · 11.9 KB
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
<html>
<title>Evan Pollack</title>
<head>
<script src="https://kit.fontawesome.com/0a9b232925.js" crossorigin="anonymous"></script>
<script src="https://raw.githack.com/eKoopmans/html2pdf/master/dist/html2pdf.bundle.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono">
<link id="pagestyle" rel="stylesheet" href="style.css">
<link id="printstyle" href="print.css">
<script>
var style = false;
function PDF() {
document.getElementById("pagestyle").setAttribute("href", "print.css");
//apply printable css to make things easy for consumers
console.log("copying doc");
//redraw the doc
document.getElementById('cv').style.display = 'none';
document.getElementById('cv').style.display = 'block';
var tempdoc = document.cloneNode(true);
//remove the download button
var el = tempdoc.getElementById("download");
el.parentNode.removeChild(el);
var worker = html2pdf();
//sadly have to block code here several times due to https://github.com/eKoopmans/html2pdf.js/issues/219
//(alternate fix is use inline styles or let the user choose style, or extend the library to declare its functions as async)
setTimeout(function () { worker.from(tempdoc.body).save() }, 1000);
setTimeout(function () { document.getElementById("pagestyle").setAttribute("href", "style.css"); }, 1200);
}
</script>
</head>
<body id="cv">
<h1>Resume for Evan Pollack</h1>
<br />
<div style="text-align:center; font-size: 12px; margin-bottom: 10px;">
<a href="mailto:evan@evanpollack.com">evan@evanpollack.com</a> |
+61-478-543-285 |
Alexandria, NSW, Australia
</div>
<br />
<div id="slug">I'm a technical problem solver, with a proven track record of helping customers achieve their goals, who enjoys learning about new domains and technologies. The majority of my career has been focused on management consulting and product management, which helps me bring a sound commercial understanding and a clear communication style to the table; alongside my technical chops from my CS undergrad and recent time spent as a Customer Success Engineer.</div>
<br />
<hr>
<button id="download" onclick="PDF();"><i class="fas fa-file-download"></i> Download as PDF</button>
<br />
<h2>Skills</h2>
<ul class="iconlist">
<li><i class="fas fa-code"></i> Programming</li>
<li><i class="fas fa-gift"></i> Product Management</li>
<li><i class="fas fa-running"></i> Agile</li>
<li><i class="far fa-heart"></i> UX</li>
<li><i class="fas fa-building"></i> Architecture</li>
<li><i class="fas fa-cloud"></i> Cloud Providers</li>
<li><i class="fab fa-buffer"></i> Platform Development</li>
<li><i class="far fa-handshake"></i> Technical Sales</li>
<li><i class="far fa-lightbulb"></i> Creative Thinking</li>
<li><i class="fas fa-microchip"></i> Microcontrollers</li>
<li><i class="fas fa-robot"></i> Machine Learning</li>
<li><i class="far fa-comment"></i> Communication</li>
</ul>
<h2>Technologies</h2>
<ul class="iconlist">
<li><i class="fab fa-python"></i> Python</li>
<li><i class="fab fa-html5"></i> HTML5</li>
<li><i class="fas fa-table"></i> SQL</li>
<li><i class="fab fa-aws"></i> AWS</li>
<li><i class="far fa-save"></i> C/C++</li>
<li><i class="fab fa-js-square"></i> JavaScript</li>
<li><i class="fab fa-docker"></i> Docker</li>
<li><i class="fab fa-linux"></i> Linux</li>
<li><i class="fab fa-git-alt"></i> Git</li>
</ul>
<h2>Relevant Experience</h2>
<div class="experience">
<h3><u>SafetyCulture</u> - July 2022-Current</h3>
<span class="overview">SafetyCulture is a connected worker platform that allows frontline workers to easily collect information as they do their jobs, which can then be utilised by management and compliance personas to continuously improve their organisation</span>
<ul>
<li> Used OpenAI APIs to guesstimate organisation employee count based off Salesforce data as a short special project requested by our General Manager</li>
<li> Collaborated with hundreds of our largest enterprise customers to design, build or support Integrations with the SafetyCulture API with a diverse set of stakeholders, products and industries</li>
<li> Drove the technical component of a number of strategically important sales opportunities, including building relationships with technical customer resources</li>
<li> Drove numerous global initiatives to improve the Customer Success Engineering function, including introducing a new process, suggesting a target state operating model, and providing collateral for Account Executives on common integrations</li>
</ul>
</div>
<div class="experience">
<h3><u>Teraharvest</u> - July 2020-July 2022</h3>
<span class="overview">Teraharvest was an integrated aeroponic farming architecture I built with a vision to transform vertical farming from the consumer to the industrial scale</span>
<ul>
<li> Designed and built a low-cost & portable high pressure (8 bar) aeroponics device prototype capable of growing and transporting live leafy vegetables such as spinach, kale, lettuce with minimal setup time and reduced risk of pests & disease</li>
<li> Designed, ordered and assembled a circuit board and created a redundant Arduino & Mircropython architecture to manage the pump, solenoid, pressure monitoring, video and LED brightness for the system; allowing automated plant care and remote management</li>
<li> Wrote a Django / Python-based back end to broadcast settings to Teraharvest devices, and to visualise data recorded from device sensors; exposed via a Django REST Framework API for Teraharvest management. Currently this back end is surfaced with a React-based front end</li>
</ul>
</div>
<div class="printbreak">
<br/>
<br/>
<br/>
<br/>
</div>
<div class="experience">
<h3><u>SMRTR</u> - Jan 2020-Sept 2020</h3>
<span class="overview">SMRTR is a digital marketing Data Product start-up, whose primary business involves selling observed & calculated attributes for 16M+ Australians</span>
<ul>
<li> Wrote a python script to monitor social media activity related to shopping mall locations & surrounds for businesses and events of interest; to assist an Australian retail real estate company with store & promotional planning </li>
<li> Created a prototype Machine Learning application using python pandas, scikit-learn and flask.io to automatically profile identities submitted via API against SMRTR attributes; and to predict outcomes against these identities based off Machine Learning models created using SMRTR attributes</li>
</ul>
</div>
<div class="experience">
<h3><u>Dashcam Guessr</u> - Aug 2020-Sept 2020</h3>
<span class="overview">Dashcam Guessr was an online game that fused together the concept of Geoguessr and Aussie Dashcams, where the user was shown Dashcam footage and guessed its location on a map</span>
<ul>
<li> Wrote an OpenCV, pytesseract and ffmpeg-based python script to help find GPS coordinates in dashcam footage, to detect scene changes and split the video, and to mask detected coordinates with a black box </li>
<li> Led the conceptual design of the project with a friend who handled front-end development</li>
</ul>
</div>
<div class="experience">
<h3><u>Data Republic</u> - Mar 2016-Aug 2019</h3>
<span class="overview">Data Republic was a data commercialization platform start-up, which promised to enable businesses large and small to reduce time-to-value when exchanging data</span>
<ul>
<li> Drove prioritization & development of Senate product features targeted at a highly-technical data analyst user base, in collaboration with customers & fellow employees</li>
<li> Wrote a number of SQL-based reports to assist me in my role as Product Manager in observing user behaviour when designing the Senate platform</li>
<li> Drove technical sales presentation & proposal writing for Data Republic’s biggest ever sale ($M's) for strategic NSW Government Data Marketplace initiative</li>
<li> Delivered product demos and product expertise in 100’s of meetings, including to C-suite of ASX 200 companies, and over 3 geographies; and earned the nickname “Demo God” from the CEO</li>
<li> Spent a great deal of time monitoring and managing AWS instances in order to keep costs rational, along with participating in architectural design</li>
</ul>
</div>
<div class="experience">
<h3><u>Deloitte</u> - Mar 2012-Feb 2016</h3>
<span class="overview">Deloitte is a global management consulting company, where I completed a number of projects as a consultant in the data team totalling over $850k gross, at 63% margin</span>
<ul>
<li> Developed a polymer and .NET(C#)-based app to bring a number of ING Bank internal paper processes online - this mostly included CSS, HTML and JavaScript development</li>
<li> Created a number of technology roadmaps for clients across government and banking sectors, containing initiatives aimed at achieving strategic goals and/or target-state architectures</li>
<li> Created a UX framework for ING Bank internal process applications, based on customer-facing web applications, to greatly reduce time spent consulting with ING UX design team and speeding up delivery</li>
<li> Wrote a number of SQL-based reports to assist NBN Co in viewing network rollout forecasts / actuals with regards to the handover of Telstra assets</li>
<li> Wrote a visual basic script to automatically create weekly organisational chart updates for NBN Co by reading Active Directory data, a tedious task that previously took 0.5 days/week for one staff member</li>
</ul>
</div>
</div>
<div class="printbreak">
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</div>
<div class="experience">
<h3><u>World of Warcraft bot</u> - 2010</h3>
<span class="overview">I created an automated game playing program to handle some of the more boring tasks in a video game I was playing</span>
<ul>
<li> Extended the C# source for a DLL which was injected into the World of Warcraft executable in debugging mode, that could dump object coordinates, and object IDs</li>
<li> Implemented an approach to read the screen via a modified OpenGL frame buffer, which would dump the frame buffer into memory every few frames, so the 2d view could be interrogated by my bot</li>
<li> Integrated the above two approaches, and used 3D geometry calculations to find and navigate to goal objects which I had set via a fake keyboard and mouse driver</li>
</ul>
<h2>Education</h2>
<div class="experience">
<h3><u> University of Sydney</u> - Bachelor of Science (Computer Science), 2011</h3>
<h3><u> Shore School (Sydney Church of England Grammar School)</u></h3>
</div>
<h2>Additional Experience</h2>
<div class="experience">
<h3><u> Electronic Music Production and Mastering</u> - various genres</h3>
<h3><u> DJing and Events</u> - up to hundreds of attendees</h3>
<h3><u> Portable Event Artwork and Infrastructure</u> - including interactive art, power electronics and working beer plumbing</h3>
</div>
</body>
</html>