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 "Python",
21 "SQL DB (MySQL, Postgre & Maria DB)",
22 "NoSQL DB (Mongo, Firebase & Redis)",
23 "AWS Services (EC2, ECS, ELB, S3, Lambda Functions)",
24 "Docker & Docker Compose",
25 "Git",
26 ],
27 "concepts": [
28 "OOP",
29 "TDD",
30 "Clean Architecture",
31 "Clean Code",
32 "Micro Services",
33 "Events",
34 ],
35 "soft": [
36 "Criatividade",
37 "Comunicação",
38 "Trabalho em equipe",
39 "Autodidata",
40 ],
41 },
42 "academics": [
43 {
44 "name": "Sistemas de Informação",
45 "school": "PUC MG",
46 "type": "Graduação",
47 }
48 ],
49 "experiences": [
50 {
51 "name": "Blackbook",
52 "from": "02/2022",
53 "to": undefined,
54 },
55 {
56 "name": "Picpay",
57 "from": "05/2021",
58 "to": "02/2022",
59 },
60 {
61 "name": "Sympla",
62 "from": "10/2020",
63 "to": "04/2021",
64 },
65 {
66 "name": "Gamefik",
67 "from": "01/2020",
68 "to": "10/2020",
69 },
70 {
71 "name": "MaxMilhas",
72 "from": "10/2018",
73 "to": "01/2020",
74 },
75 {
76 "name": "4yousee",
77 "from": "10/2017",
78 "to": "10/2018",
79 },
80 {
81 "name": "Quartel Design",
82 "from": "02/2017",
83 "to": "10/2017",
84 },
85 ]
86}