-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathresume.json
More file actions
161 lines (161 loc) · 4.83 KB
/
resume.json
File metadata and controls
161 lines (161 loc) · 4.83 KB
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
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Çağlar Turalı",
"label": "Web Developer",
"image": "https://avatars.githubusercontent.com/u/23704367?v=4",
"email": "caglarturali@pm.me",
"phone": "",
"url": "https://turali.ng",
"summary": "I'm a software developer with a solid mix of self-driven learning and formal training, along with a few years of hands-on professional experience. I've worked on projects in web development, mobile apps, game creation, and VR, with a recent focus on mastering Java and its ecosystem. I enjoy diving deep into the core of the languages, beyond just using the latest tools. My approach is grounded in practical coding and finding creative solutions to technical challenges.",
"location": {
"address": "",
"postalCode": "",
"city": "Ankara",
"countryCode": "TR",
"region": ""
},
"profiles": [
{
"network": "GitHub",
"username": "turaling",
"url": "https://github.com/turaling"
},
{
"network": "LinkedIn",
"username": "caglarturali",
"url": "https://linkedin.com/in/caglarturali"
},
{
"network": "FrontendMasters",
"username": "caglarturali",
"url": "https://frontendmasters.com/u/caglarturali"
}
]
},
"work": [
{
"name": "Metakod",
"location": "Ankara, TR",
"description": "ERP consultancy company",
"position": "Software Developer",
"url": "https://metakod.com.tr",
"startDate": "2021-03-01",
"endDate": "2024-01-01",
"summary": "Metakod is a software consultancy company that specializes in Odoo, an open-source ERP solution.",
"highlights": [
"Built custom Odoo modules from the ground up",
"Created mobile apps that seamlessly interface with the modules",
"Designed PDF reports for various purposes, ranging from product labels to sales reports"
]
}
],
"volunteer": [],
"education": [
{
"institution": "Kirikkale University",
"url": "https://kku.edu.tr",
"area": "Computer Education and Instructional Technology",
"studyType": "Bachelor",
"startDate": "2010-09-01",
"endDate": "2017-09-01",
"score": "",
"courses": [
"Programming Languages",
"Computer Hardware",
"Operating Systems and Applications",
"Computer Networks and Communication",
"Database Management Systems",
"Web Programming",
"Web Design",
"Project Development and Management"
]
},
{
"institution": "Kirikkale University",
"url": "https://kku.edu.tr",
"area": "Physics",
"studyType": "[Dropout]",
"startDate": "2008-09-01",
"endDate": "2010-06-01",
"score": "",
"courses": []
}
],
"awards": [],
"certificates": [
{
"name": "Object Oriented Programming Specialization",
"date": "2024-01-26",
"issuer": "Coursera | University of London",
"url": "https://www.coursera.org/account/accomplishments/specialization/BPFTR4EGP4Q9"
},
{
"name": "C Programming with Linux Specialization",
"date": "2023-11-19",
"issuer": "Coursera | Dartmouth College",
"url": "https://www.coursera.org/account/accomplishments/specialization/L8CKJD6GSBJC"
},
{
"name": "Full-Stack Web Development with React Specialization",
"date": "2019-03-23",
"issuer": "Coursera | The Hong Kong University of Science and Technology",
"url": "https://www.coursera.org/account/accomplishments/specialization/XGPU5C68VAEE"
}
],
"publications": [],
"skills": [
{
"name": "Web Development",
"level": "Experienced",
"keywords": ["Python", "JavaScript", "TypeScript"]
},
{
"name": "Mobile Development",
"level": "Experienced",
"keywords": ["React Native", "Flutter"]
}
],
"languages": [
{
"language": "Turkish",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Proficient"
},
{
"language": "German",
"fluency": "Beginner"
}
],
"interests": [
{
"name": "Psychology",
"keywords": []
},
{
"name": "Popular Science",
"keywords": []
}
],
"references": [],
"projects": [
{
"name": "this",
"description": "JSON Resume–compatible personal website",
"highlights": [
"Built using React, TypeScript and, Tailwind CSS",
"Features a mobile– and print friendly layout"
],
"keywords": ["JSON Resume", "React", "Tailwind CSS"],
"startDate": "2024-09-25",
"endDate": "",
"url": "https://turali.ng",
"roles": ["Developer", "Designer"],
"entity": "",
"type": "application"
}
]
}