1
2
3
4
5
6
7
8
/** CURRICULUM VITAE **/
/*
* PERSONAL INFORMATION
*/
var PersonalInfo = {
name:
location:
phone:
email:
portfolio:
description:
9
10
11
12
13
14
15
'Rui Pedro Alves Barbosa',
'Rua Galvão - Lisboa',
'963748225',
'[email protected]',
'narayon.com',
'Web Developer, Front-End Developer, Full-Stack Developer',
16
17
};
18
19
20
21
22
/*
* PROFESSIONAL EXPERIENCE
*/
var Experience = {
23
24
2012-now: {
position: 'Full-Stack Developer',
employee: 'Freelancer',
responsability: 'Consulting and development of business solutions',
25
26
27
28
29
30
},
31
32
2012-2015: {
position: 'Full-Stack Developer',
employee: 'Visual-Kitchen',
responsability: [
'Development and maintenance of static and dynamic website,
graphic aplications, web platforms and APIs',
33
34
35
36
37
38
39
40
41
'Consulting and advice of technological solutions for solving
internal and clients problems',
42
43
'Maintaining and managing the company web server',
44
45
46
47
'Mentoring, collaborate and monitoring of
and with IT interns',
48
49
50
51
],
},
2010-2012: {
position: 'AS3 Developer',
employee: 'Logibérica - Sistemas de Informação, Lda',
responsability: 'Development of RIAs with Flex(AS3)',
52
53
54
55
56
57
58
59
60
},
61
2009: {
62
63
position: '.Net Junior Developer',
employee: 'Biodevices',
responsability: 'Development of an application of GPS information
analysis with Google Earth integration, for a real
time cardio monitor t-shirt.',
64
65
66
67
68
69
},
70
71
72
73
};
74
75
76
77
78
/*
* TECHNICAL AND PERSONAL SKILLS
*/
var TechnicalSkills = {
79
80
81
82
83
84
85
86
87
88
89
FrontEnd: [
'HTML',
'SVG',
'CSS with preprocessors, preferably SASS/SCSS',
'Javascript',
'jQuery',
'GSAP/Velocity.js',
'Knowledge in object oriented and functional programing',
'Knowledge in MV* arquitectures',
],
90
91
92
93
94
95
96
97
BackEnd: [
'PHP',
'Wordpress',
'Laravel',
'PHPList',
'MySQL',
],
98
99
100
101
102
103
UX/UI: [
'Continuous collaboration with designers to make pixel perfect
interfaces.',
'Prototyping UX animations using AfterEffects and/or CodePen.',
],
104
105
106
107
108
109
110
Workflow: [
'npm/Gulp/Grunt/Yeoman/Bower',
'HTML5 Boilerplate',
'Fireshell',
'_s Wordpress Starter Theme',
],
111
112
113
114
115
Other: [
'Processing',
'PureData/M4L',
],
116
117
118
119
120
};
121
122
123
var InterpersonalSkills = [
'Creative',
'Curious',
'Colaborative',
'Multidisciplinary',
124
125
126
127
128
129
130
];
131
132
133
134
135
/*
* EDUCATION
*/
var Education = {
136
137
138
139
140
2009-2011: {
school: 'Instituto Superior de Engenharia do Porto',
course: 'Master, Computer Science – Graphics Systems and Multimedia',
},
141
142
143
144
145
2005-2009: {
school:
course:
},
'Instituto Superior de Engenharia do Porto',
'Degree, Informatics Engineering',
146
147
};
148
149
150
151
152
/*
* PERSONAL INTERESTS
*/
var PersonalInterest = [
'Creative Coding',
'AI/Machine Learning/Big Data',
'Gaming',
'Music Production',
'DJ/VJ',
153
154
155
156
157
158
159
160
];
Download

name: `Rui Pedro Alves Barbosa`, location: `Rua Galv