Skip to content

Commit 9c6c8c5

Browse files
committed
fix: 🐛 fix some details
1 parent 5dcaee0 commit 9c6c8c5

File tree

4 files changed

+34
-43
lines changed

4 files changed

+34
-43
lines changed

_config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ email: [email protected]
2828
phone: 214-727-9608
2929
location: Houston, TX
3030
linkedin: https://www.linkedin.com/in/drewyang/
31-
github: https://yambottle.github.io/me/
31+
github: https://github.com/yambottle
32+
website: http://yambottle.github.io/me/
3233

3334
# Build settings
3435
encoding: "utf-8"

more.html

Lines changed: 25 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,12 @@
88
<head>
99
<title>More</title>
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11-
<link rel="preconnect" href="https://fonts.googleapis.com">
12-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
13-
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
1411
<style type="text/css" media="screen">
1512
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
1613
*, html,body{
1714
padding:0px;
1815
margin:0px;
1916
box-sizing:border-box;
20-
font-family: "Roboto", sans-serif;
21-
font-weight: 400;
2217
perspective:800px;
2318
}
2419
body{
@@ -111,6 +106,7 @@
111106
<img class="headshot" src="https://media.licdn.com/dms/image/C5603AQE6cMeEW8ZpVA/profile-displayphoto-shrink_400_400/0/1517496561507?e=1717027200&v=beta&t=j_I3aOmIA9FAZfvKk8UKEKtAKPgXXk77nNkjxxPsA48" alt="Profile Picture">
112107
<h2>Drew Yang</h2>
113108
<div>DevOps Engineer</div>
109+
<div><a href="https://www.linkedin.com/in/drewyang/">LinkedIn</a> | <a href="https://github.com/yambottle">Github</a></div>
114110
</div>
115111
<br>
116112

@@ -133,10 +129,10 @@ <h2>Drew Yang</h2>
133129
<ul>
134130
<li>
135131
<span>July 2021 - Present</span>
136-
<div class="content">
132+
<div id="datajoint" class="content">
137133
<h3>Software Engineer(DevOps) - DataJoint</h3>
138134
<div>
139-
<b class="italic-text">Company's [<a href="https://github.com/datajoint">Open-source Github</a>] and [<a href="https://datajoint.com/works">Commercialized Product</a>]
135+
Company's [<a href="https://github.com/datajoint">Open-source Github</a>] and [<a href="https://datajoint.com/works">Commercialized Product</a>]
140136
</div>
141137
<div>
142138
<b class="italic-text">* AWS:</b> Administrated the company's AWS account and several other customers' AWS accounts. Configured <b>VPC</b>, <b>Subnet</b>, <b>Security Groups</b>, <b>IAM</b> role and policies, <b>S3</b> lifecycle management, <b>EFS</b> access point, <b>EC2</b> instances, <b>RDS</b> instances, <b>Lambda</b> triggered by <b>SQS</b> or <b>EventBridge</b>, <b>SNS</b> and <b>SES</b>, <b>CloudWatch</b> metrics and alarms, <b>Route 53</b> DNS records, <b>Secrets Manager</b> for deployment secrets.
@@ -169,10 +165,10 @@ <h3>Software Engineer(DevOps) - DataJoint</h3>
169165
</li>
170166
<li>
171167
<span>May 2019 - July 2021</span>
172-
<div class="content">
168+
<div id="datavedik" class="content">
173169
<h3>Software Engineer(MLOps) - dataVediK</h3>
174170
<div>
175-
<b class="italic-text">Company's commercialized product [<a href="https://www.agoraiot.com/marketplace/drillvedik">DrillVedik</a>]
171+
Company's commercialized product [<a href="https://www.agoraiot.com/marketplace/drillvedik">DrillVedik</a>]
176172
</div>
177173
<div>
178174
<b class="italic-text">* Interactive Drilling Dashboard: </b>This is an <b>enterprise</b> product that I worked with two more engineers. Developed a <b>Plotly Dash</b> dashboard that visualizes processed data using Bootstrap, CSS media query, <b>Redis</b> and sqlalchemy. Also, implemented a <b>socket</b> service will notify when <b>Airflow</b> pipeline finished processing in order to <b>synchronize</b>(refresh) the dashboard's data.
@@ -205,22 +201,22 @@ <h3>Graduated Master of Computer Science - Southern Methodist University</h3>
205201
</li>
206202
<li>
207203
<span>Mar 2019 - May 2019</span>
208-
<div class="content">
204+
<div id="blox" class="content">
209205
<h3>Guest Promotion Management App - Android Developer @ BLOX Group</h3>
210206
<div>
211-
<b class="italic-text">* Company: startup
207+
<b class="italic-text">* Company:</b> startup
212208
</div>
213209
<div>
214-
<b class="italic-text">* User: potential
210+
<b class="italic-text">* User:</b> potential
215211
</div>
216212
<div>
217-
<b class="italic-text">* Duties: Implemented layouts, activities, customized widgets, screen adaption
213+
<b class="italic-text">* Duties:</b> Implemented layouts, activities, customized widgets, screen adaption
218214
</div>
219215
<div>
220-
<b class="italic-text">* Gains: Git Version control, Android updated version features, more customized widgets
216+
<b class="italic-text">* Gains:</b> Git Version control, Android updated version features, more customized widgets
221217
</div>
222218
<div>
223-
<b class="italic-text">* Self assessment: it's good to work remotely in a professional team included designers and developers, however, I still need more understanding in an entire software development lifecycle, not just coding.
219+
<b class="italic-text">* Self assessment:</b> it's good to work remotely in a professional team included designers and developers, however, I still need more understanding in an entire software development lifecycle, not just coding.
224220
</div>
225221
</div>
226222
</li>
@@ -229,7 +225,6 @@ <h3>Guest Promotion Management App - Android Developer @ BLOX Group</h3>
229225
<div class="content">
230226
<h3>Hospitalization Data Mining - Course Project</h3>
231227
<div>
232-
<b class="italic-text">
233228
</div>
234229
</div>
235230
</li>
@@ -238,7 +233,6 @@ <h3>Hospitalization Data Mining - Course Project</h3>
238233
<div class="content">
239234
<h3>Web Crawler and Search Engine - Course Project</h3>
240235
<div>
241-
<b class="italic-text">
242236
</div>
243237
</div>
244238
</li>
@@ -247,38 +241,32 @@ <h3>Web Crawler and Search Engine - Course Project</h3>
247241
<div class="content">
248242
<h3>Teaching Assistant - Southern Methodist University</h3>
249243
<div>
250-
<b class="italic-text">* Supervisor: Dr. Frank Coyle
244+
<b class="italic-text">* Supervisor:</b> Dr. Frank Coyle
251245
</div>
252246
<div>
253-
<b class="italic-text">* CSE 3342 Undergrad: Programming Language
247+
<b class="italic-text">* CSE 3342 Undergrad:</b> Programming Language
254248
</div>
255249
<div>
256-
<b class="italic-text">* CSE 8/7345 Grad: Advanced Application Programming
250+
<b class="italic-text">* CSE 8/7345 Grad:</b> Advanced Application Programming
257251
</div>
258252
<div>
259-
<b class="italic-text">* CSE 8/7320 Grad: Artificial Intelligence
253+
<b class="italic-text">* CSE 8/7320 Grad:</b> Artificial Intelligence
260254
</div>
261255
<div>
262-
<b class="italic-text">* CSE 8/7347 Grad: XML and the Enterprise
256+
<b class="italic-text">* CSE 8/7347 Grad:</b> XML and the Enterprise
263257
</div>
264258
</div>
265259
</li>
266260
<li>
267261
<span>Feb 2018 - Mar 2018</span>
268262
<div class="content">
269263
<h3>Image Classification Algorithm Analysis - Course Project</h3>
270-
<div>
271-
<b class="italic-text">
272-
</div>
273264
</div>
274265
</li>
275266
<li>
276267
<span>Nov 2017 - Jan 2018</span>
277268
<div class="content">
278269
<h3>Wireless Sensor Network Modeling - Course Project</h3>
279-
<div>
280-
<b class="italic-text">
281-
</div>
282270
</div>
283271
</li>
284272
<li>
@@ -295,25 +283,25 @@ <h3>Graduated Bachelor of Software Engineering - Qingdao University</h3>
295283
</li>
296284
<li>
297285
<span>Feb 2017 - Sept 2017</span>
298-
<div class="content">
286+
<div id="construction" class="content">
299287
<h3>Road Construction Management App - Android Developer @ City Construction Company</h3>
300288
<div>
301-
<b class="italic-text">* Company: The largest public construction company in my hometown Qingdao with 91 million dollars total assets
289+
<b class="italic-text">* Company:</b> The largest public construction company in my hometown Qingdao with 91 million dollars total assets
302290
</div>
303291
<div>
304-
<b class="italic-text">* Users: 10+ construction teams and supervisors
292+
<b class="italic-text">* Users:</b> 10+ construction teams and supervisors
305293
</div>
306294
<div>
307-
<b class="italic-text">* Functions: Draw lines or marks and pin icons of machine or labor on a 2D map API(Baidu Map API); update each operation and status of machine or labor then calculate and report daily cost in analytic plots; with different four types of permissions accessing individually
295+
<b class="italic-text">* Functions:</b> Draw lines or marks and pin icons of machine or labor on a 2D map API(Baidu Map API); update each operation and status of machine or labor then calculate and report daily cost in analytic plots; with different four types of permissions accessing individually
308296
</div>
309297
<div>
310-
<b class="italic-text">* Duties: Implemented layouts, activities, customized widgets, screen adaption, data synchronization and HTTP request/respond between server and users based on Java
298+
<b class="italic-text">* Duties:</b> Implemented layouts, activities, customized widgets, screen adaption, data synchronization and HTTP request/respond between server and users based on Java
311299
</div>
312300
<div>
313-
<b class="italic-text">* Gains: SVN Version control, How to customize widget, UML is important, Debugging and testing, Prototype Demo Tool is a saver to know client's demand better, code/material reusability, comment is important
301+
<b class="italic-text">* Gains:</b> SVN Version control, How to customize widget, UML is important, Debugging and testing, Prototype Demo Tool is a saver to know client's demand better, code/material reusability, comment is important
314302
</div>
315303
<div>
316-
<b class="italic-text">* Self assessment: Fresh try in Android after academic classes, having fun and learning stuffs. Switching between Google and coding all the time, however make it work finally anyway. It doesn't look professionally pretty in graphic, but it works functionally well and indeed saves money for the company
304+
<b class="italic-text">* Self assessment:</b> Fresh try in Android after academic classes, having fun and learning stuffs. Switching between Google and coding all the time, however make it work finally anyway. It doesn't look professionally pretty in graphic, but it works functionally well and indeed saves money for the company
317305
</div>
318306
</div>
319307
</li>
@@ -326,7 +314,7 @@ <h3>Preparing TOFEL and GRE to study in the US</h3>
326314
<li>
327315
<span>Oct 2015</span>
328316
<div class="content">
329-
<h3>1st Cash Prize of Hackthon - Sponsored School Event</h3>
317+
<h3>Won 1st Place Cash Prize of Hackthon - Sponsored School Event</h3>
330318
</div>
331319
</li>
332320
<li>
@@ -338,7 +326,7 @@ <h3>Remote Sensing Image Processing for City Planning - Lab Collaboration</h3>
338326
<li>
339327
<span>Apr 2015</span>
340328
<div class="content">
341-
<h3>2nd Coding Challenge - National Coding Challenge</h3>
329+
<h3>Won 2nd Place of Coding Challenge - National Coding Challenge</h3>
342330
</div>
343331
</li>
344332
<li>

raw-resume.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ <h2 class="children-center">{{site.name}}</h2>
99
</div>
1010
<div>
1111
<div class="children-center">
12-
<div class="inline-block"><b>Phone:</b> {{site.phone}}</div> |
13-
<div class="inline-block"><b>Email:</b> <a>{{site.email}}</a></div> |
14-
<div class="inline-block"><b>Location:</b> {{site.location}}</div> |
15-
<div class="inline-block"><b>More:</b> <a>{{site.github}}</a></div>
12+
<div class="inline-block">{{site.phone}}</div> |
13+
<div class="inline-block"><a>{{site.email}}</a></div> |
14+
<div class="inline-block">{{site.location}}</div> |
15+
<div class="inline-block"><a href="{{site.linkedin}}"><b>LinkedIn</b></a></div> |
16+
<div class="inline-block"><a href="{{site.github}}"><b>Github</b></a></div> |
17+
<div class="inline-block"><a href="{{site.website}}"><b>Website</b></a></div>
1618
</div>
1719
</div>
1820
<hr>
@@ -78,7 +80,7 @@ <h5>Experience</h5>
7880
<div>May 2019 - July 2021</div>
7981
</div>
8082
<div class="space-between italic-text">
81-
<div>dataVediK - Optimize Oil & Gas operations by Machine Learning. [<a href="https://www.agoraiot.com/marketplace/drillvedik">DrillVedik</a>] [<a href="https://www.linkedin.com/in/drewyang/">Details on LinkedIn</a>]</div>
83+
<div>dataVediK - Optimize Oil & Gas operations by Machine Learning. [<a href="https://www.agoraiot.com/marketplace/drillvedik">DrillVedik</a>] [<a href="https://yambottle.github.io/me/more.html#datavedik">Details</a>]</div>
8284
<div>Houston, TX</div>
8385
</div>
8486
<!-- <div class="content-padding-left">

resume/drewyang_resume.pdf

-12 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)