-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
executable file
·132 lines (124 loc) · 7.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- pageTitle id added to tell rules.js what page should be active in the navbar -->
<title id="pageTitle">Resume</title>
<meta lang="en" charset="UTF-8">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Ensure proper mobile and desktop bootstrap rendering -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<!-- Custum Javascript rules for this site -->
<script src="rules.js"></script>
<!-- Personal stylesheet -->
<link rel="stylesheet" href="dchid.css">
</head>
<body>
<nav class="topnav" id="myTopnav"></nav>
<!-- body of resume-->
<div class="container hidden">
<!-- Section for work experience -->
<h2 class="centered_text">Work Experience</h2>
<div class="card-columns">
<div class="card bg-secondary resume_entry">
<div class="card-header">
<a href="http://thermofisher.com" target="blank" class="resume_heading">Thermo Fisher Scientific</a>
<p>DevOps engineer<br>September 2019 – March 2022</p>
</div>
<div class="card-body">
<p>Thermo Fisher is a biotechnology and laboratory supply company whose mission is to enable its
customers to make the world healthier, cleaner, and safer. My role at Thermo Fisher shifted
throughout my career there. I started working in DevOps as a System Administrator for two
DevOps automation servers running Jenkins. I provisioned resources at an OS level, configuring
DNS, SSL/TLS and containers, and helped development teams manage their pipelines for CD/CT. I
also worked extensively with multiple AWS services, AWS CLI, and boto3 (AWS Python SDK).
</p>
<ul>
<li>Developed and deployed serverless applications with AWS Lambda</li>
<li>Managed DevOps automation servers (Jenkins) for continuous testing and deployment</li>
<li>Wrote infrastructure as code scripts (terraform and cloud formation</li>
<li>Managed repositories on Github for IT</li>
<li>Provisioned servers with EC2 and Docker containers for other teams</li>
<li>Automated migrations and formatting for big data</li>
<li>Created visualizations and models using Python and Power BI</li>
</ul>
</div>
</div>
<div class="card bg-secondary resume_entry">
<div class="card-header">
<a href="http://thermofisher.com" target="blank" class="resume_heading">Thermo Fisher Scientific</a>
<p>Platform Engineer<br>March 2022 – May 2023</p>
</div>
<div class="card-body">
<p>
When there was a reorganization of teams at Thermo Fisher, I moved from the DevOps team to
the platform engineering team so the company could leverage my skills as a programmer.
I created a python SDK for transferring files between Microsoft SharePoint and an S3 datalake
which was featured in a post on
<b><a class="link-light text-light" href="https://aws.amazon.com/blogs/modernizing-with-aws/how-thermo-fisher-scientific-enriches-aws-data-pipeline-by-pulling-business-data-from-microsoft-sharepoint/" target="blank">the official AWS blog</a></b>.
I also worked a serverless application to automatically tag
new resources created in AWS with the email of the user or the IAM role who provisioned them,
along with other relevant information. I also worked on a project to encrypt every unencrypted
EBS volume in several AWS accounts using boto3.
</p>
<ul>
<li>Developed custom python modules for use at Thermo Fisher</li>
<li>Developed and deployed serverless applications with AWS Lambda</li>
<li>Wrote infrastructure as code scripts (terraform and cloud formation</li>
<li>Managed repositories on Github for IT</li>
<li>Provisioned servers with EC2 and Docker containers for other teams</li>
<li>Automated migrations and formatting for big data</li>
</ul>
</div>
</div>
<div class="card bg-secondary resume_entry">
<div class="card-header">
<a href="http://www.square2.com/" target="blank" class="resume_heading">Square 2 Design</a>
<p>Web Developer: <br>June 2019 – August 2019</p>
</div>
<div class="card-body">
<p>Square 2 is a graphic design and web development firm based in San Francisco.</p>
<ul>
<li>Built dynamic webpages for clients using WordPress and Joomla</li>
<li>Built static webpages using HTML, CSS, and JavaScript</li>
<li>Wrote backend form handling scripts in PHP</li>
<li>Installed necessary software on web servers such as WordPress plugins</li>
<li>Helped maintain security on host server</li>
<li>Researched dynamic web solutions such as location-based HTTP redirects</li>
</ul>
</div>
</div>
<div class="card bg-secondary resume_entry">
<div class="card-header">
<a href="http://jvs.org" target="blank" class="resume_heading">Jewish Vocational Services</a>
<p>Data Analyst: <br>May 2018 – August 2018</p>
</div>
<div class="card-body">
<p>JVS is a non profit which helps unemployed people seek careers and long term employment.
</p>
<ul>
<li>Lead pilot project for employment retention among former clients</li>
<li>Collected Data through surveys</li>
<li>Created reports and uploaded data using Salesforce CRM</li>
<li>Made statistical models with R and presented finding to executives at JVS</li>
<li>Wrote documentation for future data collection and modeling process</li>
</ul>
</div>
</div>
</div>
<!-- Section for skills -->
<!-- Miscellaneous (honors and awards, grants, intruiging acomplishments) -->
</div>
<footer>
<div class="footer_icons"></div>
</footer>
</body>
</html>