1{
2 "name": "Diego Borges Ferreira",
3 "birthday": "1994-12-27",
4 "from": {
5 "city": "Vespasiano",
6 "state": "Minas Gerais",
7 "country": "Brasil",
8 "complete": "Vespasiano/MG - Brasil"
9 },
10 "skills": {
11 "hard": [
12 "HTML",
13 "CSS",
14 "JavaScript",
15 "React",
16 "React Native",
17 "TypeScript",
18 "Node.js",
19 "PHP",
20 "Swoole",
21 "Python",
22 "SQL DB (MySQL, Postgre & Maria DB)",
23 "NoSQL DB (Mongo, Firebase & Redis)",
24 "AWS Services (EC2, ECS, ELB, S3, Lambda Functions)",
25 "Docker & Docker Compose",
26 "Git",
27 ],
28 "concepts": [
29 "OOP",
30 "TDD",
31 "Clean Architecture",
32 "Clean Code",
33 "Micro Services",
34 "Events",
35 ],
36 "soft": [
37 "Criatividade",
38 "Comunicação",
39 "Trabalho em equipe",
40 "Autodidata",
41 ],
42 },
43 "academics": [
44 {
45 "name": "Sistemas de Informação",
46 "school": "PUC MG",
47 "type": "Graduação",
48 }
49 ],
50 "experiences": [
51 {
52 "name": "Picpay",
53 "from": "12/2022",
54 "to": undefined,
55 },
56 {
57 "name": "Blackbook",
58 "from": "02/2022",
59 "to": "12/2022",
60 },
61 {
62 "name": "Picpay",
63 "from": "05/2021",
64 "to": "02/2022",
65 },
66 {
67 "name": "Sympla",
68 "from": "10/2020",
69 "to": "04/2021",
70 },
71 {
72 "name": "Gamefik",
73 "from": "01/2020",
74 "to": "10/2020",
75 },
76 {
77 "name": "MaxMilhas",
78 "from": "10/2018",
79 "to": "01/2020",
80 },
81 {
82 "name": "4yousee",
83 "from": "10/2017",
84 "to": "10/2018",
85 },
86 {
87 "name": "Quartel Design",
88 "from": "02/2017",
89 "to": "10/2017",
90 },
91 ]
92}