-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
201 lines (201 loc) · 5.45 KB
/
resume.json
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
{
"selectedTemplate": 1,
"headings": {
"projects": "Projects"
},
"basics": {
"name": "Artoghrul Gahramanli",
"email": "[email protected]",
"website": "artogahr.bearblog.dev",
"location": {
"address": "Prague, Czech Republic"
}
},
"education": [
{
"institution": "Karadeniz Technical University",
"location": "Trabzon, Turkey",
"area": " in Computer Engineering - Honors Degree",
"endDate": "Jan 2021",
"startDate": "Nov 2016",
"studyType": "Bachelor's"
},
{
"institution": "Czech University of Life Sciences",
"location": "Prague, Czech Republic",
"area": "Informatics",
"studyType": "Master's in",
"startDate": "Sep 2024",
"endDate": "Ongoing"
}
],
"work": [
{
"highlights": [
null,
"DevOps - Helping developers with deployments, administering CI/CD tools like Jenkins, TeamCity, BitBucket, GitLab, Nexus and alike. ",
"Development Services - Supporting other development tooling, such as Jira, Confluence etc. "
],
"company": "Barclays",
"position": "DevOps Support L2",
"location": "Prague, Czech Republic",
"startDate": "June 2023",
"endDate": "Present"
},
{
"highlights": [
"Tech Support - Supporting Fortigate products at an advanced level",
"Troubleshooting - Figuring out solutions to customers' network problems that require advanced investigation. Proposing solutions and improvement"
],
"company": "Fortinet",
"position": "TAC Engineer",
"location": "Prague, Czech Republic",
"startDate": "Aug 2022",
"endDate": "June 2023"
},
{
"highlights": [
"Server Admin - Installation and configuration of live & test Linux servers, Docker environments",
"CI/CD - Configuring and Administering DevOps pipelines",
"Security - Auditing and configuring various systems "
],
"company": "Northern Light Media Visions",
"position": "SysAdmin & DevOps Engineer",
"location": "Estonia (Remote)",
"startDate": "Nov 2021",
"endDate": "Aug 2022"
},
{
"company": "Idea Innovation",
"website": "idea.com.tr",
"startDate": "Sep 2020",
"highlights": [
"Network architecture - set-up and administering of Switches, Routers, Firewalls and Load Balancing Systems, with strong experience using Cisco products",
"Firewall Admin - Configuring and administering Sophos, Fortigate etc. firewall products",
"Server Admin - Windows + Linux, configuring server roles including auth, email etc."
],
"position": "Network Engineer",
"location": "Trabzon, Turkey",
"endDate": "Nov 2021"
},
{
"company": "securKEY",
"website": "",
"startDate": "Feb 2020",
"highlights": [
"Software Development - Worked on security oriented software using C++ and C# w/ .NET",
"CI/CD: Integrated CI/CD capabilities using GitHub Pipelines"
],
"position": "Software Developer",
"location": "Istanbul, Turkey",
"endDate": "Jul 2020"
}
],
"skills": [
{
"level": "",
"keywords": [
"Rust",
"C",
"C++",
"C#",
"Bash",
"PowerShell",
null,
"Go"
],
"name": "Programming Languages"
},
{
"keywords": [
null,
"Ansible",
"Docker",
"Git",
"CI/CD"
],
"name": "DevOps"
},
{
"keywords": [
"Cisco IOS",
"VMware",
null,
"TCP/IP",
"FortiGate",
"Sophos"
],
"name": "Network / System Administration:"
},
{
"keywords": [
"Documentation Writing",
"Scripting",
"Research",
"Collaboration"
],
"name": "Other Relevant Skills"
},
{
"keywords": [
"English-Excellent",
"Turkish-Native",
"Azerbaijani-Native",
"Czech-Beginner"
],
"name": "Languages"
},
{
"keywords": [
null,
"CCNA",
"SCE"
],
"name": "Certifications: "
}
],
"projects": [
{
"keywords": [
"Rust"
],
"name": "Ray Tracer",
"description": "A ray tracer implemented fully in Rust, based on Peter Shirley's \"Ray Tracing in One Weekend\" C++ series. It features depth of field, a basic material system and multi-threaded rendering.",
"url": "https://github.com/artogahr/ray-tracer"
},
{
"keywords": [
"C",
"C++",
".NET"
],
"name": "Machine Learning Classification Application",
"description": "As a University project, built an application that is able to learn from existing data and classify new data points. Used C, C++ and .NET"
},
{
"keywords": [
"C++",
".NET",
""
],
"name": "Realtime Videochat application",
"description": "Using C++ and .NET, created a realtime Video calling application that had UDP Hole Punching capability, and could do both Client-to-Client and Client-Server-Client modes of enabling a video call. Gained experience on optimization of realtime applicaitons, network stack, compression of realtime data etc."
}
],
"awards": [
{},
{},
{},
{},
{}
],
"sections": [
"templates",
"profile",
"education",
"projects",
"work",
"skills",
"awards"
]
}