forked from sedouard/resume
-
Notifications
You must be signed in to change notification settings - Fork 1
/
resume.json
180 lines (179 loc) · 5.68 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
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
{
"basics": {
"name": "Michael Asimakopoulos",
"label": "Software Engineer",
"picture": "https://media.licdn.com/media/p/8/005/0a3/1a2/2efb51f.jpg",
"email": "[email protected]",
"website": "http://maddev.gr",
"summary": "Software engineer that loves developing great software. Experience in all software tiers with a focus in well architectured, testable, clean code that leads to a final product that should be as easy to maintain and expand as it is to use.",
"location": {
"city": "Athens",
"countryCode": "GR",
"region": "Attika"
},
"profiles": [
{
"network": "LinkedIn",
"username": "masimakopoulot",
"url": "https://gr.linkedin.com/in/masimakopoulos"
},
{
"network": "Twitter",
"username": "mxa055",
"url": "http://twitter.com/mxa055"
},
{
"network": "Github",
"username": "masimakopoulos",
"url": "https://github.com/masimakopoulos"
}
]
},
"work": [
{
"company": "Covve",
"position": "Lead Software Engineer",
"website": "http://covve.com",
"startDate": "2013-11-01",
"summary": "Responsible for helping shape the next generation address book",
"highlights": [
"Created the apps' SPA frontend based on AngularJS and D3",
"PaaS & IaaS devops for Azure and DigitalOcean infrastructures",
"Built various microservices using Node.js and achieving low latency - high throughput scalable infrastructures",
"Setup Continuous Deployment scenarios across services and infrastuctures",
"OrientDB graph database design",
"technologies: Node, AngularJS, D3, C#, WebApi 2, Ninject, EF6, MSSQL, OrientDB, ElasticSearch, Cassandra, Redis, NUnit, Mocha/Tape, Socket.io, Teamcity CI, Azure PaaS & IaaS, Puppet, Powershell, Webpack"
]
},
{
"company": "Sonak",
"position": "Senior Software Engineer",
"website": "http://www.sonak.gr",
"startDate": "2008-03-04",
"endDate": "2013-11-01",
"summary": "Responsible for increasing adoption of Microsoft developer platforms.",
"highlights": [
"Implemented the GIS module for three major C&C applications",
"Helped the dev team migrate from VB6 to C#",
"Created a gamified module for 3D visualizing all the 2D mapping artifacts and exporing strategic options in 3D",
"Improved C GIS calculation libraries by migrating them to C# and using parallelism to improve performance",
"technologies: C#, VB6, C, SlimDX, EF4.0, Oracle 11g, MapObjects, ArcGIS, GDAL, Mercurial, TeamCity CI, InnoSetup, in-house communication protocols"
]
},
{
"company": "Q&E Consulting",
"position": "IT Consultant",
"website": "http://www.qne.gr",
"startDate": "2007-05-10",
"endDate": "2004-09-05",
"summary": "Responsible for integration, dynamic testing and diagnostics of the Common Language Runtime.",
"highlights": [
"Created small and medium size windows & mobile applications for industrial projects",
"Build various web applications (intranet/internet) and corporate web sites",
"Consulted on improving production through the use of modern technologies",
"SEO, online marketing & campaigns",
"technologies: C#, MySql, Actionscript, Flash, HTML/CSS, Drupal"
]
}
],
"education": [
{
"institution": "Athens University of Economics and Business",
"area": "Master in Business Administration",
"studyType": "MBA",
"startDate": "2004-09-01",
"endDate": "2006-09-01",
"courses": [
"Thesis: The effects of CRM technology in performance of its human resources department sales"
]
},
{
"institution": "The University of Birmingham",
"area": "Electronic & Computer Engineering",
"studyType": "MSc",
"startDate": "2003-09-01",
"endDate": "2004-07-01",
"gpa": "2-1 with Merit",
"courses":[
"Thesis: Forensic Evidence Collection Support System using Portable Technology"
]
},
{
"institution": "The University of Birmingham",
"area": "Computer Systems Engineering",
"studyType": "BSc",
"startDate": "2000-09-10",
"endDate": "2003-07-01",
"gpa": "2-1 awarded Lambda prize",
"courses":[
"Thesis: Khepera miniature robot featuring cockroach behaviour model development through neural-networks and knowledge based systems."
]
}
],
"awards": [
{
"title": "Lambda Prize",
"date": "2004-02-01",
"awarder": "The University of Birmingham",
"summary": "Given to university student showing exceptional and constantly improving performance."
}
],
"skills": [
{
"name": "C# and .NET",
"level": "Master",
"keywords": [
"C#"
]
},
{
"name": "Node.js",
"level": "Intermediate",
"keywords": [
"javascript",
"express",
"streams"
]
},
{
"name": "FrontEnd",
"level": "Master",
"keywords": [
"AngularJS",
"D3",
"HTML5",
"SASS",
"Build"
]
},
{
"name": "Cloud Services",
"level": "Master",
"keywords": [
"PaaS",
"IaaS",
"Storage",
"Load Balancing",
"APIs"
]
},
{
"name": "Cross-platform Mobile Development",
"level": "Intermediate",
"keywords": [
"Cordova",
"IonicFramework"
]
}
],
"languages": [
{
"language": "Greek",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Profficient"
}
]
}