-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
115 lines (115 loc) · 4.22 KB
/
en.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
{
"common": {
"lastUpdate": "Last update",
"date": "[year]/[month]/[day]"
},
"links": {
"linkedin": "https://www.linkedin.com/in/ceopaludetto",
"github": "https://github.com/ceopaludetto",
"curriculum": "https://www.github.com/ceopaludetto/curriculum"
},
"name": "Carlos Eduardo de Oliveira Paludetto",
"position": "Senior Software Developer",
"city": "Sao Paulo, Brazil",
"email": "ceo.paludetto@gmail.com",
"phone": "+55 (11) 95215-1529",
"summary": {
"title": "Summary",
"content": "I am a Senior Software Developer with over 5 years of experience in software development. I have a strong background in software development, with a focus on web applications, and a passion for learning new technologies. I have experience in all stages of the software development lifecycle, from requirements gathering to deployment and maintenance. I am a team player with excellent communication skills and a proven track record of delivering high-quality software on time and on budget."
},
"work": {
"title": "Work Experience",
"content": [
{
"company": "Mercado de Recebíveis",
"position": "Senior Frontend Developer",
"start": "Feb/2024",
"end": "Present",
"notes": [
"Developed and maintained a React Native application",
"Developed and maintained React.JS applications in a monorepo project",
"Created and maintained a design system (+ UI library) for the company",
"Worked closely with product managers and designers to implement new features",
"Participated in code reviews and provided feedback to other team members",
"Helped to define best practices and coding standards for the team"
]
},
{
"company": "PicPay",
"position": "Senior Backend Developer",
"start": "Mar/2023",
"end": "Feb/2024",
"notes": [
"Developed and maintained APIs using Spring, Kotlin, and Reactor",
"Created and maintained about 10 libraries for internal use (in a gradle multi-module project)",
"Worked closely with product managers and designers to implement new features",
"Participated in code reviews and provided feedback to other team members",
"Helped to define best practices and coding standards for the team"
]
},
{
"company": "Marvin",
"position": "Senior Frontend Developer",
"start": "Sep/2022",
"end": "Mar/2023",
"notes": [
"Developed and maintained web applications using Node.js, TypeScript and ReactJS",
"Developed and maintained a design system (+ UI library) for the company",
"Worked closely with product managers and designers to implement new features",
"Participated in code reviews and provided feedback to other team members",
"Responsible for the frontend architecture of the company"
]
},
{
"company": "WA Project (software house)",
"position": "Full Stack Developer",
"start": "Sep/2020",
"end": "Sep/2022",
"notes": [
"Developed and maintained web applications using Node.js, TypeScript, ReactJS and NextJS",
"Developed and maintained APIs using Node.js, TypeScript, Express and PostgreSQL",
"Worked closely with product managers and designers to implement new features",
"Allocated directly to the client and worked on 6 different projects"
]
},
{
"company": "Seno (software house)",
"position": "Junior Full Stack Developer",
"start": "Oct/2019",
"end": "Sep/2020",
"notes": [
"Developed and maintained web applications using Node.js, TypeScript and ReactJS",
"Developed and maintained wordpress websites",
"Worked on 2 different projects"
]
}
]
},
"education": {
"title": "Education",
"content": [
{
"course": "Bachelor's degree in Computer Science",
"institution": "Federal University of ABC",
"start": "2019",
"end": "2025",
"notes": []
},
{
"course": "High School Diploma",
"institution": "ETEC Horácio Augusto da Silveira",
"start": "2016",
"end": "2018",
"notes": ["IT course integrated"]
}
]
},
"languages": {
"title": "Language Proficiency",
"content": [
{ "name": "English", "level": "Advanced" },
{ "name": "Portuguese", "level": "Native" }
]
},
"footer": "This resume was created with Typst, click here to see the source code."
}