-
Notifications
You must be signed in to change notification settings - Fork 1
/
data_full.json
executable file
·302 lines (302 loc) · 8.06 KB
/
data_full.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
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
{
"full_name": "Amir Ajorloo",
"position": "Software Engineer",
"url": "https://ajorloo.com",
"menu_items": [
{
"title": "About",
"link": "#about"
},
{
"title": "Experiences",
"link": "#experiences"
},
{
"title": "Skills",
"link": "#skills"
},
{
"title": "Portfolio",
"link": "#portfolio"
},
{
"title": "Contact",
"link": "#contact"
},
{
"title": "Blog",
"link": "https://ajorloo.medium.com/",
"new_tab": true
}
],
"about": {
"description": "I have 9 years of hands-on experience in building web, mobile applications, backend, and love to automate everything from development to deployment. Building state-of-the-art and user-friendly websites and applications that help other people is truly a passion of mine and I enjoy every minute I spend on developing, whether I’m developing in a team or independently.\n\nIn addition to my knowledge base, I actively seek out new technologies and stay up-to-date on industry trends and advancements. This has allowed me to stay ahead of the curve and deliver exceptional work.\n\nBesides developing, I’m passionate about cars, music, and exploring nature. I also like to do puzzles, watch movies, and cook in my free time.",
"favorites": [
{
"name": "family",
"class": ""
},
{
"name": "develop",
"class": ""
},
{
"name": "car",
"class": "big"
},
{
"name": "music",
"class": ""
},
{
"name": "coffee",
"class": ""
},
{
"name": "customize",
"class": ""
},
{
"name": "cooking",
"class": ""
},
{
"name": "game",
"class": "big"
},
{
"name": "boardgame",
"class": ""
},
{
"name": "puzzle",
"class": ""
},
{
"name": "nature",
"class": ""
},
{
"name": "adventure",
"class": ""
},
{
"name": "movie",
"class": ""
}
]
},
"experience": {
"description": "",
"items": [
{
"company": "Systemnegar Saina",
"position": "CTO",
"date_start": "April 2015",
"description": "Something"
},
{
"company": "Rubytek AB",
"position": "Full Stack Developer",
"date_start": "February 2015",
"date_end": "June 2020"
},
{
"company": "Bahamta",
"position": "Web Developer",
"date_start": "November 2015",
"date_end": "December 2019",
"tech_stack": ["Django", "Angular"]
},
{
"company": "Snapp",
"position": "Web Developer - Freelance",
"date_start": "May 2015",
"date_end": "June 2015"
},
{
"company": "Soren Group",
"position": "Web Developer",
"date_start": "March 2014",
"date_end": "April 2017"
},
{
"custom_title": "Freelancer",
"date_start": "February 2013",
"date_end": "March 2015"
},
{
"company": "Saye Gostar Aria Zamin",
"position": "Web Developer",
"date_start": "January 2012",
"date_end": "February 2013"
}
]
},
"skills": {
"description": "I love to stay up-to-date and discover new stuff in my life. These are development technologies and tools which I needed or liked them and began to learn to make my work better:",
"items": [
{
"title": "Languages",
"items": [
"Python",
"Javascript",
"Typescript",
"Dart",
"Swift",
"Java",
"Kotlin",
"C++"
]
},
{
"title": "Mobile Application",
"items": [
"Flutter",
"React Native",
"Native Script",
"Ionic Framework",
"Swift",
"Java",
"Kotlin"
]
},
{
"title": "Backend",
"items": ["Django", "Flask", "ExpressJS"]
},
{
"title": "Frontend",
"items": [
"Angular",
"AngularJS",
"ReactJS",
"VanillaJS",
"HTML5",
"CSS3",
"SCSS",
"LESS"
]
},
{
"title": "Database",
"items": [
"MongoDB",
"PostgreSQL",
"MySQL",
"Redis",
"Neo4j",
"Couchbase"
]
},
{
"title": "CI-CD",
"items": [
"Docker",
"Gitlab-CI",
"Ansible",
"Travis-CI",
"Jenkins",
"Kubernetes"
]
},
{
"title": "Development Tools",
"items": [
"Yarn",
"NPM",
"Git",
"Gradle",
"Maven",
"pip",
"Grunt",
"Webpack",
"Gulp"
]
},
{
"title": "Other",
"items": ["Nginx", "Apache Tomcat", "Elastic Search", "RabbitMQ"]
}
]
},
"portfolio": {
"description": "Actually I have done many more projects, but these are some of them which I love them more:",
"sections": [
{
"title": "Most Recent",
"projects": [
{
"name": "Porject 1",
"link": "https://example.com",
"date_start": "2012 Jan",
"date_end": "Ongoing",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."
},
{
"name": "Porject 2",
"date_start": "2018 Jan",
"date_end": "Ongoing",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."
},
{
"name": "Porject 3",
"link": "https://example.com",
"date_start": "2013 Jan",
"date_end": "2027 Jan",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."
},
{
"name": "Porject 4",
"date_start": "2014 Jan",
"date_end": "2016 Jan",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."
}
]
},
{
"title": "Side Projects",
"projects": [
{
"name": "Movie Hunter",
"date_start": "2018 Jan",
"date_end": "2021 Jan",
"description": "Movie Hunter Development",
"tech_stack": ["Django", "Angular"]
}
]
}
]
},
"contact": {
"description": "I love to help people in all things I can do. You can reach me using these ways:",
"email": "amirajorloo@gmail.com",
"telephone": "xxxxxxxxxxxxxx",
"social": [
{
"icon": "github",
"link": "https://github.com/theSinner"
},
{
"icon": "twitter",
"link": "https://twitter.com/amirajorloo"
},
{
"icon": "instagram",
"link": "https://instagram.com/xxxxxxx"
},
{
"icon": "spotify",
"link": "https://open.spotify.com/user/xxxxxxx"
},
{
"icon": "facebook",
"link": "https://www.facebook.com/xxxxxx/"
},
{
"icon": "pinterest",
"link": "https://www.pinterest.com/xxxxxx/"
}
]
}
}