-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
366 lines (363 loc) · 19.9 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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-4">
<h1 class="text-center"><span id="basics-name">Alexander Ventura</span></h1>
</div>
<div class="col-md-8" style="margin-top: 27px">
<ul class="list-inline">
<li>
<i class="fa fa-envelope fa-2x"></i>
<span class="lead" id="basics-email">[email protected]</span>
</li>
<li>
<i class="fa fa-phone-square fa-2x"></i>
<span class="lead" id="basics-phone">281-714-7890</span>
</li>
</ul>
</div>
</div>
<hr/>
<div class="row">
<div class="col-md-4">
<div class="row">
<div class="col-md-12">
<div class="well well-sm">
<div id="education">
<p class="lead text-center">
<span><i class="fa fa-graduation-cap"></i></span> Education
</p>
<p class="h4 text-center">
<span id="education-school">The University of Texas at Austin</span><br/>
<span id="education-major">BS, Computer Science</span><br/>
<span id="education-graduation-date">May 2015</span> | <span id="education-gpa">GPA: 3.928 </span><br/>
</p>
</div>
<hr/>
<div>
<p class="lead text-center">
<span><i class="fa fa-pencil-square-o"></i></span> Skills
</p>
<ul class="list-unstyled">
<li>
<h4 class="text-center">AngularJS</h4>
<div class="progress">
<div class="progress-bar progress-bar-primary"
aria-valuenow="95" aria-valuemin="0" aria-valuemax="100" style="width: 95%">
<span class="sr-only">95/100</span>
</div>
</div>
</li>
<li>
<h4 class="text-center">Twitter Bootstrap</h4>
<div class="progress">
<div class="progress-bar progress-bar-primary"
aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 90%">
<span class="sr-only">90/100</span>
</div>
</div>
</li>
<li>
<h4 class="text-center">Plain JavaScript</h4>
<div class="progress">
<div class="progress-bar progress-bar-primary"
aria-valuenow="89" aria-valuemin="0" aria-valuemax="100" style="width: 89%">
<span class="sr-only">89/100</span>
</div>
</div>
</li>
<li>
<h4 class="text-center">Agile / Scrum Methodologies</h4>
<div class="progress">
<div class="progress-bar progress-bar-primary"
aria-valuenow="86" aria-valuemin="0" aria-valuemax="100" style="width: 86%">
<span class="sr-only">86/100</span>
</div>
</div>
</li>
<li>
<h4 class="text-center">Node.js / Express</h4>
<div class="progress">
<div class="progress-bar progress-bar-success"
aria-valuenow="84" aria-valuemin="0" aria-valuemax="100" style="width: 84%">
<span class="sr-only">84/100</span>
</div>
</div>
</li>
<li>
<h4 class="text-center">NoSQL Design</h4>
<div class="progress">
<div class="progress-bar progress-bar-success"
aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
<span class="sr-only">80/100</span>
</div>
</div>
</li>
<li>
<h4 class="text-center">Java</h4>
<div class="progress">
<div class="progress-bar progress-bar-success"
aria-valuenow="77" aria-valuemin="0" aria-valuemax="100" style="width: 77%">
<span class="sr-only">77/100</span>
</div>
</div>
</li>
<li>
<h4 class="text-center">Python / Flask</h4>
<div class="progress">
<div class="progress-bar progress-bar-success"
aria-valuenow="72" aria-valuemin="0" aria-valuemax="100" style="width: 72%">
<span class="sr-only">40% Complete (success)</span>
</div>
</div>
</li>
<li>
<h4 class="text-center">Spring Framework</h4>
<div class="progress">
<div class="progress-bar progress-bar-warning"
aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%">
<span class="sr-only">40% Complete (success)</span>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="well well-sm">
<div id="education">
<p class="lead text-center">
<span><i class="fa fa-institution"></i></span> Organizations
</p>
<ul class="list-unstyled text-center">
<li><h4>IEEE</h4></li>
<li><h4>ACM</h4></li>
</ul>
</div>
<hr/>
<div>
<p class="lead text-center">
<span><i class="fa fa-trophy"></i></span> Achievements
</p>
<dl class="text-center">
<dt>Linear Algebra Tutor</dt>
<dd>Offered to the top 6 students of the class</dd>
<dt>Coursera Certifications</dt>
<dd>Computational Investing</dd>
<dd>Machine Learning</dd>
<dd>Introduction to Data Science</dd>
</dl>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-8">
<div class="row">
<div class="col-md-12">
<p class="lead text-center">Experience</p>
<hr/>
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-7">
<h4>Texas Custom Apparel – Chief Technology Architect</h4>
</div>
<div class="col-md-5">
<h4>May 2014 to Present</h4>
</div>
</div>
<p>
Chief Technology Architect: translating business needs into technology solutions using the latest
web development technologies.
</p>
<ul>
<li>
<p>
Designed and implemented a custom apparel design shop, which is currently in Alpha stage at texasca.com.
Used AngularJS to create modularized components that coordinate with a FabricJS interface to drive
interactions with an HTML5 canvas.
</p>
</li>
<li>
<p>
Currently developing a proprietary CMS, CRM, and order collection technology to drive all interactions
with customers in texasca.com. Built on a NodeJS/SailsJS, and MongoDB backend and an AngularJS frontend.
</p>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-7">
<h4>Salesforce – Software Engineering Intern</h4>
</div>
<div class="col-md-5">
<h4>May 2014 to August 2014</h4>
</div>
</div>
<p>
Full Stack Software Engineering Intern with the Data.com team.
</p>
<ul>
<li>
<p>
Designed and implemented a client-side data visualization framework built on AngularJS,
D3, and NVD3, which allows the easy creation of visualization widgets.
</p>
</li>
<li>
<p>
Developed a data aggregation API in Spring Framework with all data aggregation calls written
in pure SQL using the JDBC interface to be used by the Business Intelligence team.
</p>
</li>
<li>
<p>
Helped design the initial UI architecture for the migration of an admin interface from a custom JavaScript MVC framework to AngularJS.
Designed and developed a visualization framework written in AngularJS and D3 to visualize processed data using a variety of different charts.
</p>
</li>
<li>
<p>
Implemented a preview feature for contacts in the search and cart views on the Data.com Connect website.
</p>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-7">
<h4>SparkCognition – Independent Contractor</h4>
</div>
<div class="col-md-5">
<h4>February 2014 to May 2014</h4>
</div>
</div>
<p>
Planned, designed, and developed the UI for the MindSpark platform at SparkCognition: the world’s first Cognitive Security Analytics company.
</p>
<ul>
<li>
<p>
Using AngularJS, and Twitter Bootstrap, developed the UI for the MindSpark platform that consisted of asynchronous
file upload, account management, file management, data processing, and data visualization.
</p>
</li>
<li>
<p>
Developed an HTML5 canvas-based programming interface similar to KNIME used to describe computations.
</p>
</li>
<li>
<p>
Developed the architecture and implemented a visualization framework written in AngularJS and D3 to visualize processed data using a variety of different charts.
</p>
</li>
<li>
<p>
Designed and developed a RESTful Python backend service using Flask and MongoDB.
</p>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-7">
<h4>Halliburton – C#/WPF Intern Developer</h4>
</div>
<div class="col-md-5">
<h4>May 2013 to August 2013</h4>
</div>
</div>
<p>
Intern at the Sperry Drilling product service line developing .NET/WPF desktop applications for the InsiteStudio team.
</p>
<ul>
<li>
<p>
Improved the responsiveness of the UI for many applications by adding dynamic validators, tool tips, and improving
existing controls to match the user model with information from the QA department.
</p>
</li>
<li>
<p>
Worked on the threading model of a few applications by porting them from the older Window’s Forms Threads to the
more modern WPF BackgroundWorker. Fixed a substantial amount of bugs in the backlog by doing so and made it easy
for future developers to add additional functionality which asynchronously communicates with the main UI Thread.
</p>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-7">
<h4>Canrig Drilling Technology – Intern Developer</h4>
</div>
<div class="col-md-5">
<h4>June 2012 to August 2012</h4>
</div>
</div>
<p>
Intern at a drilling services company developing LabVIEW applications for the National Instruments’ Compact RIO platform.
</p>
<ul>
<li>
<p>
Designed, developed and tested a startup application for the NI CRIO embedded platform using the Finite State Machine
design pattern which allowed the target system to boot multiple applications, keep track of them, restart them if necessary,
and log all events for debugging. This application is now found in many drilling platforms throughout the world.
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<hr/>
<div class="col-md-12">
<div class="well well-sm">
<div class="clearfix">
<ul class="list-inline pull-right">
<li>
<i class="fa fa-linkedin-square fa-2x"></i>
<span class="h4" id="network-linkedin">/in/alexmventura/</span>
</li>
<li>
<i class="fa fa-github-square fa-2x"></i>
<span class="h4" id="network-github">/DrAlexMV</span>
</li>
<li>
<i class="fa fa-stack-overflow fa-2x"></i>
<span class="h4" id="network-stack-overflow">/2429160/alexander-ventura</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>