-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
executable file
·233 lines (233 loc) · 5.43 KB
/
data.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
{
"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": "Contact",
"link": "#contact"
},
{
"title": "Blog",
"link": "https://ajorloo.medium.com/",
"new_tab": true
}
],
"about": {
"description": "With over a decade of hands-on experience crafting web and mobile applications, as well as backend solutions, I thrive on the art of automation, streamlining processes from development to deployment. Building cutting-edge 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": "Visualfabriq",
"position": "Tech Lead",
"date_start": "January 2024"
},
{
"company": "Visualfabriq",
"position": "Senior Software Engineer",
"date_start": "October 2021",
"date_end": "January 2024"
},
{
"company": "Arman Creative Solutions",
"position": "Lead Full Stack Developer",
"date_start": "April 2015",
"date_end": "October 2021"
},
{
"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"
},
{
"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"
]
},
{
"title": "Mobile Application",
"items": [
"Flutter",
"React Native",
"Ionic Framework",
"Swift",
"Java",
"Kotlin"
]
},
{
"title": "Backend",
"items": ["Django", "Flask", "ExpressJS"]
},
{
"title": "Frontend",
"items": [
"Angular",
"AngularJS",
"React",
"Single-SPA",
"HTML5",
"CSS3",
"SCSS",
"LESS"
]
},
{
"title": "Database",
"items": ["MongoDB", "PostgreSQL", "MySQL", "Redis"]
},
{
"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", "Elastic Search", "RabbitMQ"]
}
]
},
"contact": {
"email": "amirajorloo@gmail.com",
"social": [
{
"icon": "github",
"link": "https://github.com/theSinner"
},
{
"icon": "twitter",
"link": "https://twitter.com/amirajorloo"
}
]
}
}