-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
155 lines (155 loc) · 4.54 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
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/schema.json",
"basics": {
"name": "Eyno Perevodchikov",
"label": "Software Engineer",
"email": "eynopv@gmail.com",
"phone": "+358 50 5688871",
"summary": "Experienced software developer proficient in frontend and backend development, cloud computing, and agile methodologies. Adept at solving complex problems efficiently and delivering top-notch solutions, with experience in startups and large companies.",
"location": {
"city": "Espoo",
"countryCode": "FI"
},
"profiles": [
{
"network": "Github",
"username": "eynopv",
"url": "https://github.com/eynopv"
},
{
"network": "LinkedIn",
"username": "eyno-perevodchikov",
"url": "https://www.linkedin.com/in/eyno-perevodchikov/"
}
]
},
"work": [
{
"name": "Nitor Creations Oy",
"position": "Software Engineer",
"url": "https://nitor.com",
"startDate": "2022-10",
"highlights": [
"Developed a proof of concept, leading to the acquisition of a long-term client in a cutting-edge industry",
"Lead a team development of an indoor location mobile application for high value customer",
"Created a real-time data synchronisation between ERP and delivery service enhancing logistics efficiency"
]
},
{
"name": "Vello Solutions Oy",
"position": "Senior Back-end Developer",
"url": "https://www.vello.fi",
"startDate": "2021-10",
"endDate": "2022-10",
"highlights": [
"Integrated back-end with national patient registry (Kanta), streamlining patient data access",
"Refactored a monolithic application to serverless architecture with CI/CD pipelines, increasing frequency of deployments from once a week to multiple a day",
"Managed lifecycle of company products, ensuring high-quality releases",
"Provided mentorship and guidance to junior developers, fostering collaborative environment"
]
},
{
"name": "Vello Solutions Oy",
"position": "Back-end Developer",
"url": "https://www.vello.fi",
"startDate": "2019-10",
"endDate": "2021-10",
"highlights": [
"Implemented billing and payment solution integrated with Stripe API, increasing company revenue by 40%",
"Developed synchronisation with external calendars, enhancing scheduling capabilities",
"Implemented federated authentication, improving securing and user experience"
]
},
{
"name": "Wapice Oy",
"position": "Software Developer",
"startDate": "2018-05",
"endDate": "2019-06",
"highlights": [
"Lead developer for an AI sound anomaly detection solution.",
"Led the development of an automated program for IoT device interfacing.",
"Principal developer for a web-based hybrid cloud monitoring solution."
]
}
],
"education": [
{
"institution": "Vaasa University of Applied Science (VAMK)",
"area": "Information Technology",
"studyType": "Bachelor",
"endDate": "2019"
}
],
"certificates": [
{
"name": "AWS Certified Solutions Architect - Associate",
"date": "2023-08"
},
{
"name": "Azure Fundamentals",
"date": "2024-04"
},
{
"name": "Google Associate Cloud Engineer",
"date": "2024-07"
},
{
"name": "Certified SAFe 6 Agilist",
"date": "2023-11"
},
{
"name": "W3C Introduction to Web Accessibility",
"date": "2023-07"
}
],
"skills": [
{
"name": "Languages",
"keywords": ["TypeScript", "Python", "Go"]
},
{
"name": "Frameworks",
"keywords": [
"React",
"React Native",
"Next.js",
"Flask",
"Express.js",
"Node.js"
]
},
{
"name": "Databases",
"keywords": ["PostgreSQL", "MongoDB", "DynamoDB", "Redis", "OpenSearch"]
},
{
"name": "DevOps",
"keywords": ["AWS", "Terraform", "Docker", "GitHub Actions"]
},
{
"name": "Tools",
"keywords": ["Figma"]
}
],
"languages": [
{
"language": "English",
"fluency": "Fluent"
},
{
"language": "Finnish",
"fluency": "Limited"
},
{
"language": "Russian",
"fluency": "Native"
}
],
"projects": [
{
"name": "lac",
"description": "command-line HTTP client with filesystem based collection management",
"url": "https://github.com/eynopv/lac"
}
]
}