-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.json
More file actions
33 lines (33 loc) · 1021 Bytes
/
experience.json
File metadata and controls
33 lines (33 loc) · 1021 Bytes
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
{
"title" : "Experience",
"experience" : [
{
"timeperiod" : "November 2013 - October 2015",
"company" : "Salesforce",
"website": "https://www.salesforce.com.com",
"description" : "FullStack Developer - Lead marketing web development team",
"order": 4
},
{
"timeperiod" : "October 2015 - July 2017",
"company" : "TrendyMinds",
"website": "https://www.trendyminds.com",
"description" : "FullStack Developer - Agency development using CraftCMS",
"order": 3
},
{
"timeperiod" : "August 2017 - July 2018",
"company" : "Sigstr",
"website": "https://www.sigstr.com",
"description" : "Lead FrontEnd Engineer - React and Rails development on an email marketing and sales communication platform",
"order": 2
},
{
"timeperiod" : "July 2018 - Present",
"company" : "Red Ventures",
"website": "https://www.redventures.com",
"description" : "FullStack Engineer - nextjs apps for the Higher Education vertical of Red Ventures",
"order": 1
}
]
}