-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
executable file
·269 lines (232 loc) · 13 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="icon" href="#">
<title>Melike Ertekin</title>
</head>
<body>
<header class="header">
<div class="container">
<div class="row no-gutters">
<div id="logo" class="col-12 col-sm-6">
<img class="profile" alt="Melike's profile picture" src="images/profile.jpg">
</div>
<div id="info" class="col-12 col-sm-6">
<h2>Melike Ertekin</h2>
<h5>Software Engineer</h5>
<a class="fa fa-github social-icon" href="https://github.com/melike-ertekin" title="GitHub" target="_blank"></a>
<a class="fa fa-envelope social-icon" href="mailto:[email protected]" target="_blank"></a>
<a class="fa fa-linkedin social-icon" href="https://www.linkedin.com/in/melike-ertekin/" title="Linkedin" target="_blank"></a>
</div>
</div>
</div>
<div class="container">
<div class="row no-gutters nav justify-content-center">
<div class="col-12 col-md-4">
<ul class="nav nav-tabs nav-justified" id="scroll-nav">
<li class="nav-item link-active">
<a class="nav-link active" href="resume.html">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link link-inactive" href="index.html">Portfolio</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<main class="align-items-center">
<div class="container">
<!-- Summary Section -->
<section class="align-items-center">
<div class="row ">
<div class="text-center col-12">
<h2>SUMMARY</h2>
</div>
</div>
<div class="row">
<div class="col-12">
<p>I am a software engineer who is passionate about Android development. I am also a graduate student at Georgia Tech currently studying a Masters in Computer Science. I recently finished Udacity Android Kotlin Developer Nanodegree Program. My goal is to combine software development, analytical thinking and team player skills in a corporate setting. US Permanent Resident (do not require sponsorship).
</p>
</div>
</div>
</section>
<!-- Education Section -->
<section class="align-items-center">
<div class="row ">
<div class="text-center col-12">
<h2>EDUCATION</h2>
</div>
</div>
<div class="row">
<div class="col-12">
<ul>
<li>MS, Computer Science (OMSCS), Georgia Institute of Technology, Atlanta, GA (ongoing)</li>
<li>BS, Computer Engineering, Gediz University, Izmir, Turkey</li>
</ul>
</div>
</div>
</section>
<!-- Work Experience Section -->
<section class="align-items-center">
<div class="row ">
<div class="text-center col-12">
<h2>WORK EXPERIENCE</h2>
</div>
</div>
<div class="row">
<div class="col-8">
<h5>GE Appliances, Louisville, KY </h5>
</div>
<div class="text-right col-4">
<h5>2019 - 2020</h5>
</div>
</div>
<div class="row">
<div class="col-8">
<h6>Software Engineer</h6>
</div>
</div>
<div class="row">
<div class="col-12">
<ul>
<li>Worked on creating Smart HQ App using Android architecture components. Converted Java code to Kotlin code and applied MVVM pattern. Participated in integrating the code from multiple apps into single app to be able to manage appliances from different brands easily using only one app.</li>
<li>Worked closely with different product lines, cloud team, embedded team, and design team. Gathered requirements and wrote specifications for multiple projects. Managed various new product projects. Ensured that content met business requirements 100 % of the time. Worked as a point of contact on GE side for 3rd party companies and solved technical problems for them.</li>
<li>Added new features for connected fridges to the Café App. Worked on integration of ZipKey technology to Café App (Demo version) to make connecting a smart appliance easier and faster.</li>
<li>Wrote JS code to help marketing team for creating operating system based multi-link QR code to advertise the Smart HQ app for different platforms using only one QR code.</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-8">
<h5>FULTON SCIENCE ACADEMY, Alpharetta, GA </h5>
</div>
<div class="text-right col-4">
<h5>2016 - 2018</h5>
</div>
</div>
<div class="row">
<div class="col-8">
<h6>AP Computer Science-A & Robotics Instructor</h6>
</div>
</div>
<div class="row">
<div class="col-12">
<ul>
<li>Prepared students for Advanced Placement Computer Science A Exam. 83% of the students got 3 and above grades in the official AP Test.</li>
<li>Enriched robotics curriculum with a variety of hands-on Arduino projects to keep students’ curious minds engaged and excited to come to robotics class.</li>
<li>Provided academic support for 120+ middle school students through after and before school coding clubs. Helped them to create their personal websites from scratch using HTML, CSS, JS.</li>
<li>Helped them to create their personal websites from scratch using HTML, CSS, JS.</li>
<li>Led First Lego League (FLL), Tech Fair academic teams.</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-8">
<h5>GEDIZ UNIVERSITY, Izmir, Turkey</h5>
</div>
<div class="text-right col-4">
<h5>2015 - 2016</h5>
</div>
</div>
<div class="row">
<div class="col-8">
<h6>Software Engineer, Intern</h6>
</div>
</div>
<div class="row">
<div class="col-12">
<ul>
<li>Developed first Android app of Gediz University from scratch.</li>
<li>Improved current student portal by adding graduation check-out system for inventory management. </li>
<li>Provided support to other on-going projects as directed.</li>
</ul>
</div>
</div>
</section>
<!-- Technical Skills Section -->
<section class="align-items-center">
<div class="row ">
<div class="text-center col-12">
<h2>TECHNICAL SKILLS</h2>
</div>
</div>
<div class="row">
<div class="col-12">
<ul>
<li><b>Programming Languages:</b> Java, Kotlin, Python, C, C#, PHP, JavaScript</li>
<li><b>Databases:</b> Oracle, SQL Server, MySQL, SQLite</li>
<li><b>Other:</b> Android, Android Jetpack, MVVM, Coroutines, Room, Firebase/Google APIs, FCM, JSON, XML, HTML5, CSS3, Bootstrap, Git, Arduino</li>
<li><b>Libraries:</b> OkHttp, Picasso, Glide, Retrofit, Moshi, Espresso, etc.</li>
</ul>
</div>
</div>
</section>
<!-- Project Section -->
<!-- <section class="align-items-center">
<div class="row ">
<div class="text-center col-12">
<h2>PROJECTS</h2>
</div>
</div>
<div class="row">
<div class="col-12">
<a href="https://melike-ertekin.github.io/portfolio/">melike-ertekin.github.io/portfolio/</a>
</div>
</div>
<div class="row">
<div class="col-12">
<h5>Smart Pass and Payment System, Android Application</h5>
</div>
</div>
<div class="row">
<div class="col-12">
<ul>
<li>Created an Android app tailored for authorization profile level entry into campus buildings and a payment tracking system to monitor purchases in the campus restaurants.</li>
<li>Implemented location check using location API, and push notification using GCM.</li>
<li>Used Java, Python, Raspberry Pi, Oracle, PHP, and SOAP web services.</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-12">
<h5>Mobile Auction System, Android Application</h5>
</div>
</div>
<div class="row">
<div class="col-12">
<ul>
<li>Developed a Mobile Auction System as a senior design project to help buyers with their shopping experience; specifically allowing several stores to bid for the products the customer desires while allowing consumers to find the best combinations of prices from different sellers. </li>
<li>Implemented push notification using Google Cloud Messaging (GCM). </li>
<li>Executed solution using IBM ILOG CPLEX Optimizer, used Java, MySQL, PHP, SOAP web services. </li>
</ul>
</div>
</div>
</section> -->
</div>
</main>
<br>
<footer class="footer fixed-bottom">
<div class="container">
<div class="row no-gutters">
<div class="col-12 text-center">
<a class="fa fa-github social-icon" href="https://github.com/melike-ertekin" title="GitHub" target="_blank"></a>
<a class="fa fa-envelope social-icon" href="mailto:[email protected]" target="_blank"></a>
<a class="fa fa-linkedin social-icon" href="https://www.linkedin.com/in/melike-ertekin/" title="Linkedin" target="_blank"></a>
</div>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="js/scripts.js"></script>
</body>
</html>