-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume-onepage.html
621 lines (579 loc) · 20 KB
/
resume-onepage.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
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, user-scalable=no, minimal-ui'>
<title>Santipab Tipparach</title>
<style>
body {
background: #EEEEEE;
font: 12px "Times New Roman", Times, sans-serif;
line-height: 1.4;
margin: 40px 0;
}
em {
color: #999;
}
p {
line-height: 1.4;
}
ul {
margin-bottom: 0;
}
li {
margin-bottom: 2px;
}
a {
text-decoration: none;
}
#resume {
margin: 0 auto;
max-width: 600px;
padding: 80px 100px;
background: #fff;
border: 1px solid #ccc;
box-shadow: 2px 2px 4px #aaa;
-webkit-box-shadow: 2px 2px 4px #aaa;
}
.coursesList {
width: 28%;
vertical-align: top;
display: inline-block;
}
.largeFont {
font-size: 20px;
}
.smallFont {
font-size: 12px;
}
.sectionBlock {
display: flex;
width: 100%;
}
.sectionName {
width: 18%;
vertical-align: top;
display: inline-block;
}
.sectionContent {
width: 80%;
vertical-align: top;
display: inline-block;
}
.sectionContent ul {
padding-left: 20px;
margin-top: 6px;
list-style-type: circle;
}
.sectionContent .title {
font-weight: bold;
}
.sectionContent .date {
float: right;
}
.sectionContent .separator {
height: 14px;
}
.sectionLine {
border-style: dashed;
border-width: 1px;
border-color: #CFCFCF;
margin-top: 10px;
margin-bottom: 10px;
}
.divider {
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
}
.summary {
margin-top: 6px;
}
.skillBlock {
margin-bottom: 4px;
}
.jobBlock {
page-break-inside: avoid;
}
/* Media Queries */
@media only screen and (max-width: 40em) {
body {
margin: 0;
font-size: 14px;
}
#resume {
margin: 0 auto;
max-width: 600px;
padding: 0.5em 1em;
border: none;
}
.sectionContent {
width: 100%;
}
.sectionContent .date {
padding-right: 2em;
}
.sectionName {
width: auto;
}
.largeFont {
font-size: 20px;
}
.smallFont {
font-size: 14px;
}
}
@media print {
#resume {
margin: 0 auto;
max-width: 600px;
padding: 0px 0px;
border: 0px;
background: #fff;
box-shadow: none;
-webkit-box-shadow: none;
}
a {
color: black;
}
}
</style>
</head>
<body>
<div id='resume'>
<div id='nameBlock' class='largeFont'>
<span class='name'>
Santipab Tipparach,
</span>
<span class='label'>Web Application and Games Developer</span>
</div>
<div id='basicsBlock' class='smallFont'>
<div class='contactBlock'>
<span class='email'>santipab.stephane@gmail.com</span>
<span class='divider'>|</span>
<span class='phone'>(218) 251-4795</span>
<span class='divider'>|</span>
<span class='address'>
Fargo, ND, US
</span>
</div>
<div id='profilesBlock'>
<span class='url'>
<a href='https://ruben-tipparach.itch.io/'>https://ruben-tipparach.itch.io/</a>
</span>
<span class='divider'>|</span>
<span class='url'>
<a href='https://twitter.com/rubentipparach'>https://twitter.com/rubentipparach</a>
</span>
<span class='divider'>|</span>
<span class='url'>
<a href='https://www.linkedin.com/in/santipab-tipparach-2bb6602a/'>https://www.linkedin.com/in/santipab-tipparach-2bb6602a/</a>
</span>
<span class='divider'>|</span>
<span class='url'>
<a href='https://github.com/rubentipparach'>https://github.com/rubentipparach</a>
</span>
</div>
</div>
<div class='sectionLine'></div>
<div id='summaryBlock' class="sectionBlock">
<div class='sectionName'>
<span>SUMMARY</span>
</div>
<div class='sectionContent'>
<span>Full stack software developer in React, Node JS, and ASP .Net. Experience with implementation of complex client side web applications using modern Javascript technologies and previous experience working on scalable high-performance back end server infrastructure. My favorite hobby is designing and implementing video games with Unity game engine.</span>
</div>
</div>
<div class='sectionLine'></div>
<div id='workBlock' class="sectionBlock">
<div class='sectionName'>
<span>EXPERIENCE</span>
</div>
<div class='sectionContent'>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
Archenemy Interactive, Co-Founder
</span>
<span class='date'>
2016-05-01 — 2019-03-17
</span>
</div>
<div><a href='https://archenemyinteractive.com/'>https://archenemyinteractive.com/</a></div>
<ul class='highlights'>
<li>Founded group to develop VR content for commercial games and for local organizations and busnisses. Worked as lead on the Fleet Hackers VR project, served as lead writer, programmer, and art design. Developed VR tools for motion capture, ragdoll systems, and robotic sensor controls. Prototyped many games including Ixion and Tower of the Sun for HTC Vive.</li>
<li>Won many local awards for outstanding innovation and creativity in the local Fargo/Moorhead Area</li>
<li>Held the championship for Fargo Game Makers 2 Years in a row.</li>
<li>Continue to spread VR education among Fargo youth, and advocate for VR development.</li>
</ul>
<div class='separator'></div>
</div>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
Bushel Inc., Senior Software Engineer
</span>
<span class='date'>
2020-04-24 — 2021-01-29
</span>
</div>
<div><a href='https://bushelpowered.com/'>https://bushelpowered.com/</a></div>
<ul class='highlights'>
<li>Works on Bushel's cloud payments solution, back end API developer. Helped with dev ops tasks such as setting up Docker containers and Azure Dev Ops pipelines. Worked with event messaging in Pulsar and contributed to architectural design decisions involving microservices. Utilized Java Spring Boot and Cockroach DB.</li>
</ul>
<div class='separator'></div>
</div>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
Marvin Windows, SQL Developer
</span>
<span class='date'>
2018-03-26 — 2020-04-24
</span>
</div>
<div><a href='https://www.marvin.com/integrity'>https://www.marvin.com/integrity</a></div>
<ul class='highlights'>
<li>Database administration, full stack web-development, and HMI(human-machine interaction) application development. Works on web applications that run on React, Node JS ASP.Net and Ignition to create solutions automation and manufacturing processes.</li>
<li>Leaded the adoption of DevOps, Continuous Integration, Distributed Version Control Systems, and created Development and Testing environments for SCADA Systems.</li>
<li>Created web based infrastructure for remote client management across 4 Marvin Plants.</li>
<li>Developed web applications for managing machine settings for various parts configurations.</li>
<li>Database schema design and overhaul of many major backend systems.</li>
</ul>
<div class='separator'></div>
</div>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
NDSU, Teaching and Research Assistanships
</span>
<span class='date'>
2016-01-11 — 2018-05-23
</span>
</div>
<div><a href='https://www.ugpti.org/dotsc/about/'>https://www.ugpti.org/dotsc/about/</a></div>
<ul class='highlights'>
<li>Employed as a teaching assistant for the computer science department in CS 160. Then trasitioned into a Resarch assistant for the Upper Great Plains Transportation Institute(UGPTI). Maintained databases, legacy code, and successfully lead the development multiple new product releases for the DOT(Department of Transprotation) and UGPTI offices.</li>
<li>Worked on realtime data capture of roadway conditions using an Android device.</li>
<li>Developed a new version of the Geographic Roadway Inventory Tool with ReactJS, Semantic UI, and Node JS.</li>
</ul>
<div class='separator'></div>
</div>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
OATI, Software Developer
</span>
<span class='date'>
2013-06-01 — 2015-11-20
</span>
</div>
<div><a href='https://www.oati.com/'>https://www.oati.com/</a></div>
<ul class='highlights'>
<li>Employed as a professional developer creating software for the one of the country's largest energy industry software company. Developed solutions to schedule transmissions of electrical energy and made strides in advancing the company in automated testing, and application-to-application communication infratructures.</li>
<li>Lead developer of the Realtime Net-Scheduled Interchange application for monitoring real-time and near future transmissions across power grids.</li>
<li>Lead development on integration of inter-company data transfer using SOAP XML via TSL.</li>
<li>Improved testing infrastructure by creating Unit Tests in NUnit and training new QA teams for automation of Unit Tests.</li>
</ul>
<div class='separator'></div>
</div>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
Karvakko Engineering, Internship - Software Developer & Technical Designer
</span>
<span class='date'>
2012-05-01 — 2013-03-01
</span>
</div>
<div><a href='https://archenemyinteractive.com/'>https://archenemyinteractive.com/</a></div>
<ul class='highlights'>
<li>Worked as a software developer. Created a scheduling program, and a GIS application that interfaced with Google Earth. In addition, also designed 3D models for engineering projects, or future development plans. Used 3Ds Max and Gimp to develop a photo-realistic demonstration of the Bemidji Airport existing and development sites, along with a virtual tour of the Bemidji Airport for potential investors, landscape developers, and Civil Engineers.</li>
</ul>
</div>
</div>
</div>
<div class='sectionLine'></div>
<div id='publications'>
<div class='sectionName'>
<span>PUBLICATIONS</span>
</div>
<div class='sectionContent'>
<div class='blockHeader'>
<span class='title'>
BeachBot: Crowdsourcing Garbage Collection with Amphibious Robot Network, ACM
</span>
<span class='date'>
<span class='releaseDate'>2018-03-01</span>
</span>
</div>
<div class='website'>
<a href='https://dl.acm.org/citation.cfm?doid=3173386.3177832'>https://dl.acm.org/citation.cfm?doid=3173386.3177832</a>
</div>
<div class='separator'></div>
<div class='blockHeader'>
<span class='title'>
An interconnected network of UAS as a system-of-systems, IEEE
</span>
<span class='date'>
<span class='releaseDate'>2017-09-01</span>
</span>
</div>
<div class='website'>
<a href='https://ieeexplore.ieee.org/document/8102148)'>https://ieeexplore.ieee.org/document/8102148)</a>
</div>
<div class='separator'></div>
<div class='blockHeader'>
<span class='title'>
An internetworked self-driving car system-of-systems, IEEE
</span>
<span class='date'>
<span class='releaseDate'>2017-06-01</span>
</span>
</div>
<div class='website'>
<a href='https://ieeexplore.ieee.org/document/7994957'>https://ieeexplore.ieee.org/document/7994957</a>
</div>
</div>
</div>
<div class='sectionLine'></div>
<div id='awards' class="sectionBlock">
<div class='sectionName'>
<span>AWARDS</span>
</div>
<div class='sectionContent'>
<div class='blockHeader'>
<span class='title'>
1st Prize at Fargo Game Jam 2018, Fargo Game Makers
</span>
<span class='date'>
<span class='date'>2018-11-04</span>
</span>
</div>
<ul class='highlights'>
<li>The development of Tower of the Sun, an interactive social simulation game about a society that solves its problems with sacrifices.</li>
</ul>
<div class='separator'></div>
<div class='blockHeader'>
<span class='title'>
1st Place at the Fargo Hackathon 2018, Fargo Hackathon
</span>
<span class='date'>
<span class='date'>2018-10-21</span>
</span>
</div>
<ul class='highlights'>
<li>For the development of Storm of Fire, and education simulation about fire safety.</li>
</ul>
<div class='separator'></div>
<div class='blockHeader'>
<span class='title'>
2nd Place at the Fargo Hackathon 2017, Fargo Hackathon
</span>
<span class='date'>
<span class='date'>2017-10-22</span>
</span>
</div>
<ul class='highlights'>
<li>For the driving and zombie-fighting simulation using the Wrld API and Fargo Fire Department data.</li>
</ul>
<div class='separator'></div>
<div class='blockHeader'>
<span class='title'>
1st Prize at Fargo Game Jam 2017, Fargo Game Makers
</span>
<span class='date'>
<span class='date'>2017-07-19</span>
</span>
</div>
<ul class='highlights'>
<li>Development of the prototype space horror survival game Ixion.</li>
</ul>
<div class='separator'></div>
<div class='blockHeader'>
<span class='title'>
3rd place at the Innovation Challenge NDSU 2017, NDSU Research Park
</span>
<span class='date'>
<span class='date'>2017-04-20</span>
</span>
</div>
<ul class='highlights'>
<li>For the development of Fleet Hackers - and immersive VR space simulation.</li>
</ul>
</div>
</div>
<div class='sectionLine'></div>
<div id='volunteer' class="sectionBlock">
<div class='sectionName'>
<span>VOLUNTEERING</span>
</div>
<div class='sectionContent'>
<div class='blockHeader'>
<span class='title'>CHARISM STEM Program, Teacher</span>
<span class='date'>
2017-02-01 — 2018-05-01
</span>
<div class='website'><a href='https://www.charism.org/'>https://www.charism.org/</a></div>
<ul class='highlights'>
<li>Helped with Unity, VR, and Game Maker education program for middle school students grades 6-8. Taught kids to develop games using C# and Game Maker scripting.</li>
</ul>
</div>
<div class='separator'></div>
<div class='blockHeader'>
<span class='title'>West Fargo Public Schools STEM Program, Teacher</span>
<span class='date'>
2018-12-22 — 2019-03-01
</span>
<ul class='highlights'>
<li>Helped bring game development education to a larger audience of students with 2D and VR video games in Unity.</li>
</ul>
</div>
<div class='separator'></div>
<div class='blockHeader'>
<span class='title'>uCodeGirl, Teacher</span>
<span class='date'>
2018-06-18 — 2018-06-22
</span>
<div class='website'><a href='https://www.ucodegirl.org/'>https://www.ucodegirl.org/</a></div>
<ul class='highlights'>
<li>Ran a boot camp for VR devleopment for young adults. Used Coogle Cardboard and Android phones to create a VR balloon popping game.</li>
</ul>
</div>
<div class='separator'></div>
<div class='blockHeader'>
<span class='title'>FIRST Robotics MidWest Regional Competition, Webcast Operator</span>
<span class='date'>
2019-03-13 — 2019-03-16
</span>
<div class='website'><a href='https://info.firstinspires.org/destination-deep-space'>https://info.firstinspires.org/destination-deep-space</a></div>
<ul class='highlights'>
<li>Ran the Twitch stream for the FIRST robotics competition.</li>
</ul>
</div>
</div>
</div>
<div class='sectionLine'></div>
<div id='education' class="sectionBlock">
<div class='sectionName'>
<span>EDUCATION</span>
</div>
<div class='sectionContent'>
<div class='educationBlock'>
<span class='title'>
North Dakota State University
</span>
<span class='date'>
2016-01-11 — 2019-08-30
</span>
<div class=''>
Masters - Computer Science
</div>
</div>
<div class='separator'></div>
<div class='educationBlock'>
<span class='title'>
Bemidji State University
</span>
<span class='date'>
2010-08-22 — 2013-05-10
</span>
<div class=''>
Bachelors - Computer Science
</div>
</div>
<div class='separator'></div>
<div class='educationBlock'>
<span class='title'>
Nort Virginia Community College
</span>
<span class='date'>
2009-08-03 — 2010-05-10
</span>
<div class=''>
Associates - Computer Science
</div>
</div>
</div>
</div>
<div class='sectionLine'></div>
<div id='skills' class="sectionBlock">
<div class='sectionName'>
<span>SKILLS</span>
</div>
<div class='sectionContent'>
<div class='skillBlock'>
<span class='title'>Web Development:</span>
<span>HTML</span>,
<span>CSS</span>,
<span>Javascript</span>,
<span>JQuery/JSON</span>,
<span>NodeJS</span>,
<span>ReactJS</span>,
<span>VueJS</span>,
<span>PHP</span>,
<span>SQL Server</span>,
<span>MySQL</span>,
<span>MongoDB</span>,
<span>PostgreSQL</span>
</div>
<div class='skillBlock'>
<span class='title'>Game Development:</span>
<span>Unity 3D</span>,
<span>Space Simulation Physics Systems</span>,
<span>Character Animation/Interaction Systems</span>,
<span>Virtual Reality Locomotion Systems</span>,
<span>Multiplayer and Cross Platform Games</span>
</div>
<div class='skillBlock'>
<span class='title'>Graphics Programming:</span>
<span>OpenGL</span>,
<span>DirectX</span>,
<span>HSLS/GLSL</span>
</div>
<div class='skillBlock'>
<span class='title'>General Programming:</span>
<span>C#, WPF, .Net, WCF</span>,
<span>Java, Android Development</span>,
<span>C/C++</span>,
<span>Python</span>,
<span>NUnit/JUnit Testing</span>
</div>
</div>
</div>
<div class='sectionLine'></div>
<div id='languages' class="sectionBlock">
<div class='sectionName'>
<span>LANGUAGES</span>
</div>
<div class='sectionContent'>
<span class='language'>English</span>
<span class='fluency'><em>(Native speaker)</em></span>
<span>,</span>
<span class='language'>Thai</span>
<span class='fluency'><em>(Native speaker)</em></span>
</div>
<div class='sectionLine'></div>
</div>
<div id='interests' class="sectionBlock">
<div class='sectionName'>
<span>INTERESTS</span>
</div>
<div class='sectionContent'>
<span class='name'>Computer Graphics</span><!--
--><span>, </span>
<span class='name'>Game Development</span><!--
--><span>, </span>
<span class='name'>Creative Writing</span><!--
--><span>, </span>
<span class='name'>Concept Art/3D Modeling/Texturing/Animation</span><!--
--><span>, </span>
<span class='name'>Space Exploration</span><!--
--><span>, </span>
<span class='name'>Astronomy</span><!--
-->
</div>
<div class='sectionLine'></div>
</div>
</body>
</html>