-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
89 lines (89 loc) · 2.91 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
{
"Education": [
{
"Bootcamp": "UCLA Extension",
"Certificate": "Full Stack Web Development Bootcamp Certificate"
},
{
"Uni": "Yerevan State University of Linguistics & Social Sciences",
"Certificate": "BA in Linguistics"
},
{
"Uni": "Yerevan State University of Linguistics & Social Sciences",
"Certificate": "MA in Public Administration"
}
],
"Experience": [
{
"Position": "Current",
"Company": "Security Pro USA",
"Title": "Digital Content Manager",
"Description": "Day-to-day manager of marketing content and materials on different media channels. Wordpress and Shopify based websites admin. Driver of SEO, Mailchimp, Google & Facebook ads."
},
{
"Company": "Decolux LA",
"Title": "Digital Content Manager",
"Description": "The wear-all-hats person running weekly newsletters, social media ads, marketing content to media channels, events and occasional admin tasks."
}
],
"Tech Skills": [
{
"Skill": "Front-End",
"Languages & Frameworks": "JavaScript, React.js, HTML5 & CSS3, JQuery."
},
{
"Skill": "Back-End",
"Languages & Frameworks": "Node.js, Express, Sequelize."
},
{
"Skill": "Design & Editing",
"Tools": "Adobe Creative Suite"
},
{
"Skill": "Web Admin",
"CMS": "Wordpress, Shopify"
},
{
"Skill": "Databases",
"Frameworks": "MySQL, MongoDB, Firebase"
}
],
"Other Skills": [
{
"Skill": "Languages",
"Languages": "English, Armenian, Russian"
}
],
"Projects": [
{
"Name": "HelpFull",
"Link": "https://mkdr-project2.herokuapp.com/",
"Description": "Platform for businesses to register free services for their communities during natural disasters.",
"Technologies": "Javascript, Node, MySQL, Sequelize, HTML & CSS."
},
{
"Name": "TiskTask",
"Link": "https://tisktask.herokuapp.com/",
"Description": "Full-stack app allowing Landlords and Tenants to manage ongoing maintenance issues in one platform.",
"Technologies": "React, ES6, MySQL, Node, Sequelize, BCrypt, CSS, Sass."
}
],
"Contact Me": [
{
"Name": "Website",
"Link": "https://marinemekhakyan.dev"
},
{
"Name": "GitHub",
"Link": "https://github.com/marinemekhakyan"
},
{
"name": "LinkedIn",
"link": "https://www.linkedin.com/in/marine-mekhakyan"
},
{
"name": "Email",
"link": "[email protected]"
}
]
}