-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
149 lines (139 loc) · 7.58 KB
/
resume.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
<html>
<head>
<link rel="stylesheet" href="css/resume_style.css" type="text/css">
</head>
<body>
<div id="header-name">
<h1>Bryan Yoelin</h1>
<div id="contact">
<p>444 NE Brazee St Portland OR, 97212</p>
<p><a id="email" href="mailto:[email protected]">[email protected]</a>
713-818-9401</p>
</div>
</div>
<div id="header-bar"></div>
<div class="title-container">
<h1 class="titles">OBJECTIVE</h1>
<p class="experience-text">
Full Stack Web Developer with 4 years professional experience and high-level proficiency in Javascript,
ReactJS/Redux, NodeJS, Angular2+, HTML/CSS, MySQL, MongoDB and PHP, expertise with HTML and CSS. Additional
experience with education and instruction which helped to establish close relationships with businesses
to build high-quality digital solutions.
</p>
</div>
<div class="title-container">
<h1 class="titles">EXPERIENCE</h1>
<div id="work">
<div>
<h1 class="left">Xandr, Portland OR -- Software Engineer II</h1>
<p class="right">December 2019-Present</p>
<p class="experience-text">
Developed and maintained a high quality complex form specializing in programmatic guaranteed and curated
advertising deals. Contributed to open source component libraries as well as database job sync
and API repositories to bridge front end components with back end development work. Assisted my team with getting started
in Redux and Kubernetes. Created and completed epics that introduced new functionality to a multitude of customers including
programmatic roadblocking advertising deals, multi buyer deals and long overdue code cleanup. Quickly learned an advanced
Kubernetes based testing environment that levereges multiple microservices to assist our team with local development.
</p>
<div class="experience-text">
<strong>Technology Stack: </strong>
<p>ReactJS, Redux, TypeScript, MySQL, Kubernetes, Concourse, Helm, Scala, Docker</p>
</div>
</div>
<div>
<h1 class="left">Sublime Solutions LLC, Eugene OR -- Full Stack Web Developer</h1>
<p class="right">May 2018-November 2019</p>
<p class="experience-text">
Working as a developer and project manager for creating a manufacturing and inventory control
software system to ensure compliance using ReactJS. Migrated data from Excel and legacy systems to a
MongoDB instance. The application implements NodeJS based micro services and leverages AWS SQS and SNS to send messages
between services. Front-end uses a Firebase authentication system with a specified Google domain to
ensure proper security for proprietary systems. Application environment requires strict linting and
test driven development. Assisted in creating a product numeration system for proper inventory
control. Created an Angular 5 based employee portal to streamline employee actions and information
into a consolidated application that integrated Google Domain APIs.
</p>
<div class="experience-text">
<strong>Technology Stack: </strong>
<p>ReactJS, Angular 5, NodeJS, Typescript, MySQL, MongoDB, Terraform, AWS EC2, AWS SNS/SQS, AWS S3, CircleCI</p>
</div>
</div>
<div>
<h1 class="left">New Direction Trust Company, Louisville CO -- Full Stack Web Developer</h1>
<p class="right">July 2016-May 2018</p>
<p class="experience-text">
Initialized a NodeJS backend to replace a legacy PHP system, maintained a PHP frontend based
customer portal allowing clients to invest their IRA funds in non-prohibited transactions.
Created and maintained a MySQL instance to back up and export Oracle CRM data to streamline API
communication between the frontend, backend and CRM.
Developed a NodeJS based OAuth REST API set to allow 3rd parties to onboard their clients and fund
their IRA accounts in order to make purchase requests.
</p>
<div class="experience-text">
<strong>Technology Stack: </strong>
<p>RNodeJS, PHP, Twig, MySQL, Javascript, AWS RDS, AWS Elastic Beanstalk</p>
</div>
</div>
<div>
<h1 class="left">FunGram LLC, Boulder CO -- Lead Instructor</h1>
<p class="right">February 2016-July 2016</p>
<p class="experience-text">
Instructed children from ages 10-13 about programming using C and Arduino.
Duties included teaching programming fundamentals, creating curricula,
circuit design and constructing projects. Attended multiple education seminars and set up booths
with engaging promotional materials made by previous students to market and promote the company.
</p>
</div>
<div>
<h1 class="left">PHET Interactive Simulations, Boulder CO -- QA Tester</h1>
<p class="right">May 2014-May 2016</p>
<p class="experience-text">
Manually tested release candidates of educational simulations pertaining to biology, chemistry,
physics and math.
Contacted developers through GitHub, created research posters and handled basic IT tasks such as
installing operating systems and configuring virtual machines.
</p>
</div>
</div>
</div>
<br>
<div class="title-container" style="clear:both">
<h1 class="titles">SKILLS</h1>
<ul id="skills-list">
<li>
<div class="skill">
<p class="skill-title">CODE</p> -- ReactJS / Redux, Javascript, NodeJS, HTML/CSS, Angular2+, MySQL, MongoDB,
PHP, Scala
</div>
</li>
<li>
<div class="skill">
<p class="skill-title">DEVOPS</p> -- Git, Docker, Kubernetes, Agile/SCRUM, CircleCI pipelines, Micro Services,
Terraform, TDD, AWS SNS/SQS, AWS EC2, AWS Elastic Beanstalk
</div>
</li>
<li>
<div class="skill">
<p class="skill-title">PROGRAMS</p> -- WordPress, Excel, Word, PowerPoint, Illustrator, After
Effects
</div>
</li>
<li>
<div class="skill">
<p class="skill-title">SOCIAL</p> -- Music Performance and Composition, Teaching, Problem Solving,
Public Speaking, Collaboration, Management
</div>
</li>
</ul>
</div>
<div class="title-container">
<h1 class="titles">EDUCATION</h1>
<div id="skoo">
<h1 id="school" class="text">UNIVERSITY OF COLORADO BOULDER</h1>
<p id="text-new">Bachelor's Degree in Physics</p>
</div>
</div>
<br>
<br>
</body>
</html>