-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
160 lines (160 loc) · 5.49 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
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Victor Bojica",
"label": "Full-stack Developer",
"picture": "https://media-exp1.licdn.com/dms/image/C4E03AQEmXz71XOvv5g/profile-displayphoto-shrink_200_200/0?e=1590019200&v=beta&t=2OcDWTzaD50Rf4pfWE6QzLj4Sc7Cx60iKpcsHaHLkk8",
"email": "[email protected]",
"phone": "+40 753 354 722",
"website": "http://niftylearning.io",
"summary": "Passionate and curios developer with a love for the challenge. Currently co-founder and CTO of Nifty Learning \n5+ years of exprience in enterprise software development\n6 years of experience in working with PHP \n4 years of experience in working with Javascript, NodeJS and React",
"location": {
"city": "Iasi",
"countryCode": "RO",
"region": "Romania"
},
"profiles": [
{
"network": "LinkedIn",
"username": "Victor Bojica",
"url": "https://www.linkedin.com/in/victor-bojica-0a1b9395/"
}
]
},
"work": [
{
"company": "Nifty Learning",
"position": "Co-founder & CTO",
"website": "https://niftylearning.io",
"startDate": "2016-10-01",
"summary": "Nifty Learning is a software solution (SaaS) that helps enterprises and training agencies plan their training sessions, track budgets and optimise fill-rates. \nI am currently in charge of (but not limited to 🤫):",
"highlights": [
"Full-stack development (NodeJS, React)",
"DevOps/SysAdmin (mostly AWS)",
"Technical support",
"Business analysis",
"Product management"
]
},
{
"company": "Hogarth Worldwide",
"position": "Senior Full-stack Developer",
"website": "https://www.hogarthww.com/",
"startDate": "2014-07-01",
"endDate": "2018-04-30",
"summary": "Hogarthw Worldwide is a big advertising company, with clients all over the world and in a lot of different fields. \nHere I've had the opportunity to work a lot of big customers such as Pfizer, Roche, Nestle, TUI Group, British American Tobacco etc. \nDuring my stay, I've worn many hats - PHP developer, Ruby Developer, Team-lead, DevOps or software architect - all of which were incredibly developmental to me."
},
{
"company": "e-CAD",
"position": "Ruby on Rails Developer",
"website": "https://www.e-cad.ro/",
"startDate": "2014-02-01",
"endDate": "2014-10-01",
"summary": "E-Cad is a romanian software solution that helps companies process and build cadastral maps. The solution is strictly targeted towards the romanian market. \n Here I was in charge of developing various modules of the app, such as:",
"highlights": [
"DXF file parsing and rendering",
"Custom Google maps implementation and integration with DXF file viewing",
"Cadastre related operations"
]
},
{
"company": "MadBits Design",
"position": "Co-founder & Full-stack Developer",
"startDate": "2010-06-01",
"endDate": "2014-10-31",
"summary": "Madbits Design was a software service company. We offered various development services for small to mid-size companies.",
"highlights": [
"Project management",
"Web development (PHP, HTML, CSS, JS)",
"Produc and website design",
"Customer development",
"Public relationships and marketing",
"Technical support"
]
}
],
"volunteer": [
{
"organization": "LSAC Iasi",
"position": "Digital",
"website": "https://lsaciasi.ro/",
"startDate": "2012-10-20",
"endDate": "2014-01-10",
"highlights": [
"Maintained the organisations web page and Facebook page",
"Worked on creating graphic designs (posters, flyers, etc.) for different events"
]
},
{
"organization": "BEST Iasi",
"position": "Public Relations",
"website": "https://www.best.eu.org/index.jsp",
"startDate": "2015-03-01",
"endDate": "2016-03-01",
"summary": "BEST, Board of European Students of Technology is a constantly growing non-profit and non-political organisation which strives to help European students of technology to become more internationally minded.",
"highlights": [
"Worked in several departments: Public Relations, Fundrasing and Human Resources.",
"Coordinated the public relations and marketing team for an external event of 400+ participants"
]
}
],
"education": [
{
"institution": "Gheorghe Asachi Technical University of Iași",
"area": "Computer Sciences and Automation and Industrial Control Systems",
"studyType": "Bachelor",
"startDate": "2012-10-01",
"endDate": "2016-08-01"
}
],
"skills": [
{
"name": "Software Development",
"level": "Master",
"keywords": [
"Javascript",
"NodeJS",
"React",
"Redux",
"AngularJS",
"PostgreSQL",
"Redis",
"PHP",
"Laravel",
"CakePHP",
"Ruby on Rails"
]
},
{
"name": "DevOps",
"level": "Master",
"keywords": [
"AWS",
"Azure",
"Google Cloud",
"CI/CD",
"Capistrano",
"GitLab",
"Git",
"Kubernetes",
"Docker"
]
},
{
"name": "Other",
"level": "Master",
"keywords": [
"REST",
"GraphQL",
"MongoDB",
"Linux",
"Typescript",
"Photoshop",
"Sketch",
"InDesign"
]
}
]
}