-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
189 lines (189 loc) · 5.15 KB
/
data.json
File metadata and controls
189 lines (189 loc) · 5.15 KB
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"experiences": [
{
"date": "2024 - Present",
"title": "Senior Software Developer",
"company": "BizCommerce"
},
{
"date": "2016 - 2023",
"title": "Mid-level Software Developer",
"company": "BizCommerce"
},
{
"date": "2014 - 2016",
"title": "Junior Software Developer",
"company": "BizCommerce"
},
{
"date": "2012 - 2014",
"title": "Computer Instructor",
"company": "FlexComp - Professional Courses"
},
{
"date": "2010",
"title": "Computer Monitor",
"company": "Government of São Paulo"
}
],
"certifications": {
"primary": [
{
"title": "Jenkins: Automate Pipelines with Code Quality and Secure Deployment",
"company": "Alura",
"issued": "Mar 2025"
},
{
"title": "Microservices: Exploring the Concepts",
"company": "Alura",
"issued": "Mar 2025"
},
{
"title": "The Complete Microservices & Event-Driven Architecture",
"company": "Udemy",
"issued": "Mar 2025"
},
{
"title": "Cloud: Deploy Applications on AWS",
"company": "Alura",
"issued": "Feb 2025"
},
{
"title": "Docker: Creating and Managing Containers",
"company": "Alura",
"issued": "Feb 2025"
}
],
"more": [
{
"title": "Getting Started in Cloud: Using AWS and Exploring Cloud as a Service",
"company": "Alura",
"issued": "Feb 2025"
},
{
"title": "How to Deploy a Website Course",
"company": "Codecademy",
"issued": "Apr 2024"
},
{
"title": "SQL Queries: Advancing in MySQL",
"company": "Alura",
"issued": "Jan 2023"
},
{
"title": "Hexagonal Architecture Course",
"company": "Full Cycle",
"issued": "Sep 2022"
},
{
"title": "Magento Course - Creating Themes - Part 01",
"company": "School of Net",
"issued": "Sep 2022"
},
{
"title": "Firebase Authentication: Integration with Android Apps",
"company": "Alura",
"issued": "Sep 2022"
},
{
"title": "Terraform: Automate Cloud Infrastructure",
"company": "Alura",
"issued": "Sep 2022"
},
{
"title": "Microservices: Design Patterns",
"company": "Alura",
"issued": "Aug 2022"
},
{
"title": "Ansible: Infrastructure as Code",
"company": "Alura",
"issued": "Aug 2022"
},
{
"title": "Software Architecture Fundamentals Course",
"company": "Full Cycle",
"issued": "Aug 2022"
},
{
"title": "MVC with PHP: Understanding the Model-View-Controller Pattern",
"company": "Alura",
"issued": "Aug 2022"
},
{
"title": "Microservices: Design Patterns (Repeated)",
"company": "Alura",
"issued": "Aug 2022"
},
{
"title": "Vagrant: Managing Virtual Machines",
"company": "Alura",
"issued": "Aug 2022"
},
{
"title": "Software Architecture: Introduction to System Design",
"company": "LinkedIn",
"issued": "Jul 2022"
},
{
"title": "SOLID Express Course",
"company": "Full Cycle",
"issued": "Jul 2022"
},
{
"title": "Introduction to Cybersecurity",
"company": "Cisco",
"issued": "Jul 2022"
},
{
"title": "E-commerce Platform: Early Decisions for Your Online Store",
"company": "Alura",
"issued": "Jul 2022"
},
{
"title": "Continuous Integration Course",
"company": "Full Cycle",
"issued": "Apr 2021"
}
]
},
"projects": [
{
"title": "Epikcart",
"description": "An e-commerce platform for a frictionless online shopping experience.",
"technologies": "React • Redux • Stripe • Tailwind CSS",
"url": "https://github.com/bizcommerce/vindi-magento2"
},
{
"title": "Resume Roaster",
"description": "A tool to generate professional resumes using GPT-4.",
"technologies": "GPT-4 • React • PostgreSQL",
"url": "https://github.com/bizcommerce/vindi-magento2"
},
{
"title": "Real Estate",
"description": "An application for managing and listing properties.",
"technologies": "React.js • Redux • Tailwind CSS",
"url": "https://github.com/bizcommerce/vindi-magento2"
},
{
"title": "Consulting Finance",
"description": "A platform for financial advisory services.",
"technologies": "HTML • CSS & SCSS • Javascript",
"url": "https://github.com/bizcommerce/vindi-magento2"
},
{
"title": "devLinks",
"description": "A project to create a collection of useful development links.",
"technologies": "Next.js • Framer • Drag & Drop",
"url": "https://github.com/bizcommerce/vindi-magento2"
}
],
"education": [
{
"date": "2014 - 2017",
"title": "Analysis and Systems Development",
"institution": "Fatec Garça"
}
]
}