-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·343 lines (324 loc) · 15.5 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Gökhan Gürgeç</title>
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="fh5co-loader"></div>
<div id="page">
<header id="fh5co-header" class="fh5co-cover js-fullheight" role="banner" style="background-image:url(images/cover_bg_3.jpg);" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="display-t js-fullheight">
<div class="display-tc js-fullheight animate-box" data-animate-effect="fadeIn">
<div class="profile-thumb" style="background: url(images/user-3.jpg);"></div>
<h1><span>Gökhan Gürgeç</span></h1>
<h3><span>Software Engineer</span></h3>
<p>
<ul class="fh5co-social-icons">
<li><a href="https://twitter.com/GGurgec" target="_blank"><i class="icon-twitter2"></i></a></li>
<li><a href="http://www.linkedin.com/in/gokhangurgec" target="_blank"><i class="icon-linkedin2"></i></a></li>
<li><a href="https://github.com/gurgec" target="_blank"><i class="icon-github2"></i></a></li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="fh5co-about" class="animate-box">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<ul class="info">
<li><span class="first-block">Full Name:</span><span class="second-block">Gökhan Gürgeç</span></li>
<li><span class="first-block">Email:</span><span class="second-block">[email protected]</span></li>
<li><span class="first-block">Website:</span><span class="second-block">gurgec.github.io</span></li>
<li><span class="first-block">Country:</span><span class="second-block">Türkiye</span></li>
</ul>
</div>
<div class="col-md-8">
<h2>Hello There!</h2>
<p>I have been working as Software Engineer since 2005.</p>
<p>During this time, I worked on various positions (test engineer, developer, project manager) of software development.</p>
<p>I am passionate to good quality software systems development. </p>
<p><a href="./Gokhan_GURGEC_CV_EN.pdf" target="_blank">Here is my Curriculum Vitae</a> </p>
<p>
<ul class="fh5co-social-icons">
<li><a href="https://twitter.com/GGurgec" target="_blank"><i class="icon-twitter2"></i></a></li>
<li><a href="http://www.linkedin.com/in/gokhangurgec" target="_blank"><i class="icon-linkedin2"></i></a></li>
<li><a href="https://github.com/gurgec" target="_blank"><i class="icon-github2"></i></a></li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div id="fh5co-skills" class="animate-box">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>Skills</h2>
</div>
</div>
<div class="row row-pb-md">
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="95"><span><strong>Java</strong>90%</span></div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="93"><span><strong>Scala</strong>80%</span></div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="90"><span><strong>Python</strong>60%</span></div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="89"><span><strong>SQL</strong>90%</span></div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="85"><span><strong>Scrum</strong>95%</span></div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="90"><span><strong>Apache Spark</strong>60%</span></div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="85"><span><strong>Apache Kafka</strong>70%</span></div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="90"><span><strong>Akka</strong>70%</span></div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="progress-wrap">
<h3><span class="name-left">Java</span><span class="value-right">90%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active" role="progressbar"
aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width:90%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Scala</span><span class="value-right">80%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-2 progress-bar-striped active" role="progressbar"
aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width:80%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Python</span><span class="value-right">60%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-3 progress-bar-striped active" role="progressbar"
aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width:60%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">SQL</span><span class="value-right">90%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-4 progress-bar-striped active" role="progressbar"
aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width:90%">
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="progress-wrap">
<h3><span class="name-left">Scrum</span><span class="value-right">95%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-5 progress-bar-striped active" role="progressbar"
aria-valuenow="95" aria-valuemin="0" aria-valuemax="100" style="width:95%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Apache Spark</span><span class="value-right">60%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-striped active" role="progressbar"
aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width:60%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Apache Kafka</span><span class="value-right">70%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active" role="progressbar"
aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width:70%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Akka</span><span class="value-right">70%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-3 progress-bar-striped active" role="progressbar"
aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width:70%">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-blog">
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>Posts on Medium</h2>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="fh5co-blog animate-box">
<a href="https://medium.com/@gokhan.gurgec/why-should-you-use-the-bulk-api-to-import-big-data-to-elasticsearch-853f0c775364" class="blog-bg" style="background-image: url(images/portfolio-1.jpg);"></a>
<div class="blog-text">
<span class="posted_on">Jun. 9 2024</span>
<h3><a href="https://medium.com/@gokhan.gurgec/why-should-you-use-the-bulk-api-to-import-big-data-to-elasticsearch-853f0c775364">Why Should You Use the Bulk API to Import Big Data to Elasticsearch</a></h3>
<p>This story is about importing big data to Elasticsearch</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="fh5co-blog animate-box">
<a href="https://medium.com/@gokhan.gurgec/kafka-streams-with-serverless-kafka-44311350185a" class="blog-bg" style="background-image: url(images/portfolio-2.jpg);"></a>
<div class="blog-text">
<span class="posted_on">Nov. 3 2022</span>
<h3><a href="https://medium.com/@gokhan.gurgec/kafka-streams-with-serverless-kafka-44311350185a">Kafka Streams with Serverless Kafka</a></h3>
<p>Splitting notifications according to their types</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="fh5co-blog animate-box">
<a href="https://medium.com/@gokhan.gurgec/kafka-streams-state-store-at-scale-390d9717b42a" class="blog-bg" style="background-image: url(images/portfolio-3.jpg);"></a>
<div class="blog-text">
<span class="posted_on">Aug. 2 2022</span>
<h3><a href="https://medium.com/@gokhan.gurgec/kafka-streams-state-store-at-scale-390d9717b42a">Kafka Streams State Store at Scale</a></h3>
<p>Managing Interactive Queries on multiple application instances Alternative solutions and their comparisons</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="fh5co-blog animate-box">
<a href="https://medium.com/@gokhan.gurgec/making-sonarqube-analysis-of-multiple-git-branches-with-docker-in-community-edition-48aaa768851" class="blog-bg" style="background-image: url(images/portfolio-4.jpg);"></a>
<div class="blog-text">
<span class="posted_on">May. 15 2021</span>
<h3><a href="https://medium.com/@gokhan.gurgec/making-sonarqube-analysis-of-multiple-git-branches-with-docker-in-community-edition-48aaa768851">Making SonarQube Analysis of multiple git branches in Community Edition in Docker Container</a></h3>
<p>"SonarQube® is an automatic code review tool to detect bugs, vulnerabilities, and code smells in your code."</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="fh5co-blog animate-box">
<a href="https://medium.com/@gokhan.gurgec/using-apache-kafka-like-database-with-kafkastreams-processor-api-and-statestore-180bb4b5f9e5" class="blog-bg" style="background-image: url(images/portfolio-5.jpg);"></a>
<div class="blog-text">
<span class="posted_on">Feb. 28 2021</span>
<h3><a href="https://medium.com/@gokhan.gurgec/using-apache-kafka-like-database-with-kafkastreams-processor-api-and-statestore-180bb4b5f9e5">Using Apache Kafka like database with KafkaStreams Processor API and StateStore</a></h3>
<p>In this story we implement a Kafka Streams Application with Processor API and query the processed data via state stores by using Spring Boot.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="fh5co-blog animate-box">
<a href="https://medium.com/@gokhan.gurgec/apache-spark-in-practice-84704bc8a3a" class="blog-bg" style="background-image: url(images/portfolio-6.jpg);"></a>
<div class="blog-text">
<span class="posted_on">Oct. 15 2019</span>
<h3><a href="https://medium.com/@gokhan.gurgec/apache-spark-in-practice-84704bc8a3a">Apache Spark in Practice</a></h3>
<p>This post will demonstrate practical usage of Apache Spark.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="fh5co-blog animate-box">
<a href="https://medium.com/@gokhan.gurgec/https-medium-com-gokhan-gurgec-streaming-data-with-apache-kafka-and-akka-streams-969a411660db?source=friends_link&sk=812dac8188a67bfdbc065d556696872e" class="blog-bg" style="background-image: url(images/portfolio-7.jpg);"></a>
<div class="blog-text">
<span class="posted_on">Aug. 6 2019</span>
<h3><a href="https://medium.com/@gokhan.gurgec/https-medium-com-gokhan-gurgec-streaming-data-with-apache-kafka-and-akka-streams-969a411660db?source=friends_link&sk=812dac8188a67bfdbc065d556696872e">Streaming data with Apache Kafka and Akka Streams</a></h3>
<p>This post will demonstrate how data can be streamed with Akka streams and connected to Apacha Kafka with Alpakka Kafka Connector.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="fh5co-blog animate-box">
<a href="https://medium.com/@gokhan.gurgec/apache-spark-at-a-glance-7088b9fe5ef5?source=friends_link&sk=27ef9bf194f40efbf850ffdb0bc31f1a" class="blog-bg" style="background-image: url(images/portfolio-8.jpg);"></a>
<div class="blog-text">
<span class="posted_on">Jul. 18 2019</span>
<h3><a href="https://medium.com/@gokhan.gurgec/apache-spark-at-a-glance-7088b9fe5ef5?source=friends_link&sk=27ef9bf194f40efbf850ffdb0bc31f1a">Apache Spark at a glance</a></h3>
<p>This story was a presentation about Apache Spark and converted to a blog post. It is a general presentation of Apache Spark to development teams.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="fh5co-blog animate-box">
<a href="https://medium.com/@gokhan.gurgec/scrum-in-general-b7e00ea3a0d0?source=friends_link&sk=4c01c17c436cd04241e2c1c02ebd2360" class="blog-bg" style="background-image: url(images/portfolio-1.jpg);"></a>
<div class="blog-text">
<span class="posted_on">Jul. 17 2019</span>
<h3><a href="https://medium.com/@gokhan.gurgec/scrum-in-general-b7e00ea3a0d0?source=friends_link&sk=4c01c17c436cd04241e2c1c02ebd2360">Scrum at a glance</a></h3>
<p>This story was a presentation about scrum and converted to story. It contains general aspects of Scrum.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<p>© 2017 Free HTML5 Template. All Rights Reserved. <br>Designed by <a href="http://freehtml5.co" target="_blank">FreeHTML5.co</a> Demo Images: <a href="http://unsplash.com" target="_blank">Unsplash</a></p>
</div>
</div>
</div>
</div>
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="icon-arrow-up22"></i></a>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Easy PieChart -->
<script src="js/jquery.easypiechart.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCefOgb1ZWqYtj7raVSmN4PL2WkTrc-KyA&sensor=false"></script>
<script src="js/google_map.js"></script>
<!-- Main -->
<script src="js/main.js"></script>
</body>
</html>