-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
69 lines (69 loc) · 1.6 KB
/
db.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
{
"missions": [
{
"id": 3,
"company": "Luiza Labs",
"role": "Sr. PHP Developer",
"starts_at": "21/09/2021",
"ends_at": null,
"description": "Inventory Fiscal Control and generation of invoices related to fullfiment, using PHP, Laravel, Mysql, React, Redis, Laravel Horizon",
"completed": false
},
{
"id": 2,
"company": "Esapiens",
"role": "PHP Developer",
"starts_at": "21/09/2021",
"ends_at": "08/02/2023",
"description": "Development of improvements focused on growth by carrying out AB testing and payment integration actions using PHP, CodeIgniter and DotNet",
"completed": true
},
{
"id": 1,
"company": "M2 Center",
"role": "Sr. Backend Developer",
"starts_at": "09/08/2019",
"ends_at": "20/09/2021",
"description": "Develop SPA pages with a focus on performance and pagespeed using VueJs, support and implement new backend solutions using PHP (Laravel).",
"completed": true
}
],
"skills": [
{
"id": 1,
"icon": ["fab", "php"],
"name": "PHP",
"lvl": 8
},
{
"id": 2,
"icon": ["fab", "laravel"],
"name": "Laravel",
"lvl": 9
},
{
"id": 3,
"icon": ["fab", "js"],
"name": "Js",
"lvl": 8
},
{
"id": 4,
"icon": ["fab", "docker"],
"name": "Docker",
"lvl": 8
},
{
"id": 5,
"icon": ["fab", "aws"],
"name": "AWS",
"lvl": 6
},
{
"id": 6,
"icon": ["fab", "microsoft"],
"name": ".NET",
"lvl": 6
}
]
}