-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
236 lines (227 loc) · 8.69 KB
/
index.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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
<script src="assets/js/HomePage.js"></script>
<link rel="stylesheet" type="text/css" href="assets/css/styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link media="screen" rel="stylesheet" href="assets/css/font-awesome.min.css">
<title>Jeremy Seto</title>
</head>
<body>
<div class="content">
<!-- Header -->
<div class="header">
<h1>Jeremy Seto</h1>
<a class="pageLinks" href="#aboutMe">About</a> <a class="pageLinks" href="#resume">Experience</a> <a class="pageLinks" href="#projects">Projects</a>
</div>
<section id="aboutMe" class="center">
<p>
<div class="profileImage">
<img src="assets/images/profile.jpg">
</div>
</p>
<p class="introduction">
Front-end developer, software engineer, and UWaterloo Alumni.
</p>
</section>
<section class="center">
<div class="row">
<div class="col-sm-4">
<i class="fa fa-envelope-o fa-2x"></i>
<h5>
<a href="mailto:[email protected]">[email protected]</a>
</h5>
</div>
<div class="col-sm-4">
<i class="fa fa-linkedin fa-2x"></i>
<h5>
<a href="http://www.linkedin.com/in/jeremy-seto-49712246">linkedin.com/in/jeremy-seto-49712246</a>
</h5>
</div>
<div class="col-sm-4">
<i class="fa fa-github fa-2x"></i>
<h5>
<a href="http://www.github.com/jcseto">github.com/jcseto</a>
</h5>
</div>
</div>
</section>
<section id="resume">
<div class="resumeItems">
<div class="row">
<div class="col-md-12">
<h3>Experience</h3>
<br>
</div>
<div class="col-md-8 col-sm-8">
<h4 class="resumeHeader">Software Development Engineer Intern</h4>
<p>- Completely redesigned UX for cloud based internal development tool, used by Android development teams, with JavaScript (KnockoutJS), HTML, and CSS (SASS)<br>
- Built feature to remotely control a mobile device using the VNC protocol and Node.js to increase the tool's potential user base to include all employees that require mobile devices<br>
- Developed unit tests for JavaScript code using JasmineJS, and Sinon.JS</p>
<br>
</div>
<div class="col-md-4 col-sm-4">
<i class="fa fa-suitcase"></i>
<b>Amazon.com Inc</b>
<br>
<i class="fa fa-calendar"></i>
January - April 2015
<br>
<i class="fa fa-location-arrow"></i>
Seattle, Washington
</div>
<div class="col-md-8 col-sm-8">
<h4 class="resumeHeader">Associate Web Developer</h4>
<p>- Designed web plugin (jQuery, HTML, CSS) using AJAX to integrate CognisantMD's web service with existing Electronic Medical Record(EMR) platforms <br>
- Used Java (Spring) to create web services (REST, JSON) that enable patient data to flow between mobile app, and EMR <br>
- Represented CognisantMD and interacted with potential clients during trade shows and tech conferences</p>
<br>
</div>
<div class="col-md-4 col-sm-4">
<i class="fa fa-suitcase"></i>
<b>CognisantMD</b>
<br>
<i class="fa fa-calendar"></i>
May - August 2014
<br>
<i class="fa fa-location-arrow"></i>
Toronto, Ontario
</div>
<div class="col-md-8 col-sm-8">
<h4 class="resumeHeader">Java Web Developer Intern</h4>
<p>- Worked with Java (Spring) in order to re-implement cbif.gc.ca, a biological database, to replace outdated technology and meet new federal government standards<br>
- Designed UI for front-end web pages using HTML, CSS, and XHTML<br>
- Responsible for the successful migration of 2000+ webpages<br>
- Wrote unit and functional tests using JUnit and Selenium</p>
<br>
</div>
<div class="col-md-4 col-sm-4">
<i class="fa fa-suitcase"></i>
<b>Agriculture and Agri-Food Canada</b>
<br>
<i class="fa fa-calendar"></i>
September - December 2013
<br>
<i class="fa fa-location-arrow"></i>
Ottawa, Ontario
</div>
<div class="col-md-8 col-sm-8">
<h4 class="resumeHeader">System Verification Engineer</h4>
<p>
- Developed scripts for proprietary systems using XML to simulate IP networks during testing of network management solution, Service Aware Manager (SAM)<br>
- Executed test plans to validate functional aspects of the product <br>
- Investigated and reported product defects encountered during test scenarios</p>
<br>
</div>
<div class="col-md-4 col-sm-4">
<i class="fa fa-suitcase"></i>
<b>Alcatel-Lucent</b>
<br>
<i class="fa fa-calendar"></i>
January - April 2013
<br>
<i class="fa fa-location-arrow"></i>
Ottawa, Ontario
</div>
<div class="col-md-8 col-sm-8">
<h4 class="resumeHeader">Web Analyst,</h4>
<p>- Built webpages using Intrafinity's content management system for dozens of school districts across America <br>
- Communicated with clients throughout the course of each project <br>
- Wrote and modified HTML and CSS code in order to maintain visual appeal for customers<br>
- Provided daily reports regarding the status of completion of each site being worked on</p>
<br>
</div>
<div class="col-md-4 col-sm-4">
<i class="fa fa-suitcase"></i>
<b>Intrafinity Inc</b>
<br>
<i class="fa fa-calendar"></i>
May - August 2012
<br>
<i class="fa fa-location-arrow"></i>
Toronto, Ontario
</div>
<div class="col-md-8 col-sm-8">
<h4 class="resumeHeader">Quality Assurance Engineer</h4>
<p>- Developed and executed test cases for Open Text's social media collaboration tool Open Text Social Workplace(OTSW)<br>
- Provided early product feedback to engineering team based on testing results<br>
- Troubleshot issues uncovered in testing process and documented results</p>
<br>
</div>
<div class="col-md-4 col-sm-4">
<i class="fa fa-suitcase"></i>
<b>OpenText Corporation</b>
<br>
<i class="fa fa-calendar"></i>
May - August 2011
<br>
<i class="fa fa-location-arrow"></i>
Richmond Hill, Ontario
</div>
</div>
</div>
<div class="row">
<div class="center">
<a class="btn btn-default btn-custom-2" target="_blank" href="assets/Jeremy's Resume.pdf">
<i class="fa fa-cloud-download icon-before"></i>
Download Resume
</a>
</div>
</div>
</section>
<br>
<section id="projects">
<div class="projectItems">
<div class="row">
<div class="col-md-12">
<h3>Projects</h3>
<br>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img alt="" src="assets/images/Amie.png">
</div>
</div>
</div>
<div class="col-md-6 col-sm-6">
<h3 class="h3Projects">AMIE Cloud</h3>
<p>AMIE Cloud is a Chrome Extension that allows users to test their mobile apps on physical devices located on the cloud. At Amazon, I was tasked with redesigning and redeveloping the UI for an internal cloud-based mobile developer tool. I worked on this full-stack Javascript web app using Knockout.js and SASS</p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img alt="" src="assets/images/Oscar.png">
</div>
</div>
</div>
<div class="col-md-6 col-sm-6">
<h3 class="h3Projects">OSCAR Integration</h3>
<p>I was the main deverloper at CognisantMD responsible for developing an interface to integrate our web service with the open source the EMR, OSCAR. The frontend was built using JavaScript (JQuery).</p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="portfolio-item">
<div class="portfolio-item-preview">
<img alt="" src="assets/images/CBIF.png">
</div>
</div>
</div>
<div class="col-md-6 col-sm-6">
<h3 class="h3Projects">Canadian Biodiversity Information Facility (CBIF)</h3>
<p>CBIF is a public website for the public to learn more about different types species around the world. I was responsible for the redesign of CBIF, as well as the migration of thousands of pages. Front-end and Back-end developed using Java, with JSP and Spring being used respectively.</p>
</div>
</div>
</div>
</section>
</div>
</body>
</html>