summaryrefslogtreecommitdiff
path: root/resume.org
blob: 72358b43fd2fb8a3d7fd7f9a132b845261887394 (plain)
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
#+hugo_base_dir: ./
#+hugo_section: ./resume
#+hugo_delete_trailing_ws: t

#+hugo_weight: auto
#+hugo_auto_set_lastmod: t

#+author: Roger Gonzalez

* Certn - Workday Integration
:PROPERTIES:
:ID:       a3207cd7-e710-44b2-a60a-22868c9e3738
:EXPORT_FILE_NAME: certn-workday
:EXPORT_DATE: 2020-01-14
:END:
** About the project
:PROPERTIES:
:ID:       974a4ccd-b8bf-4d4f-8b52-9d3aad59d664
:END:
[[https://certn.co/][Certn]] is an app that wants to ease the process of background checks for criminal records, education,
employment verification, credit reports, etc.

On Workday I had to work with their client, [[https://www.loblaws.ca/][Loblaws]], to integrate Certn with their [[https://www.workday.com/][Workday]] instance. I
quickly realized that their Workday implementation was not standard, so I had to modify multiple
open-source SOAP projects (including [[https://github.com/mvantellingen/python-zeep][python-zeep]]) to work with their setup.

We had 6 months to finish the project and I was able to finish it in only 3 months, which allowed us to
make changes, improve the security and work on client changes that came up almost at the end of the
project.

This project led to Certn closing a multi-million dollars a year contract with Loblaws.
** Tech Stack
:PROPERTIES:
:ID:       5e1b7e07-e07f-494d-aab5-b35c3d3bd181
:END:
- Python
- Django
- Django REST Framework
- Celery
- PostgreSQL
- Docker-docker/compose
- SOAP
- OpenSource development
- Jenkins
** What did I work on?
:PROPERTIES:
:ID:       ff971278-eb33-4bcf-befe-c0e5506968f7
:END:
- Worked with Loblaws to integrate Certn with their Workday integration.
- Refactored an old implementation they had for Workday, which didn't work for the latest Workday
  implementation.
- Developed multiple jobs to pull data from Workday, convert it to what Certn needs and then process it
  on their main application.
* Certn - ADA DINER (Adverse Data Aggregator Data INgestER)
:PROPERTIES:
:EXPORT_FILE_NAME: certn-ada-diner
:EXPORT_DATE: 2020-11-01
:ID:       eaec2bc2-4a58-4c36-968e-e1f32b4ad2b3
:END:
** About the project
:PROPERTIES:
:ID:       8c813e2b-593b-49fb-b281-b59e7cf30f4d
:END:
[[https://certn.co][Certn]] is an app that wants to ease the process of background checks for criminal
records, education, employment verification, credit reports, etc.
On ADA DINER we are working on an app that triggers crawls on demand, to check
criminal records for a certain person.
** Tech Stack
:PROPERTIES:
:ID:       3b958a7b-d249-4dc8-9339-2b5296fc1287
:END:
- Python
- Django
- Django REST Framework
- Celery
- PostgreSQL
- Docker-docker/compose
- Swagger
- Github Actions
- Scrapy/Scrapyd
- Jenkins
** What did I work on?
:PROPERTIES:
:ID:       6930fb8e-83c6-4827-a9b4-7ad5ba966ede
:END:
- Dockerized the old app so the development could be more streamlined
- Refactor of old Django code to DRF
- Developed multiple scrapers for multiple police sites in Canada and Interpol
- Created the Github Actions and Jenkins CI configurations

* Certn - International framework
:PROPERTIES:
:EXPORT_FILE_NAME: certn-intl-framework
:EXPORT_DATE: 2020-09-01
:ID:       d3b34f6e-56d2-45ec-a8d2-33c521c6fb8c
:END:
** About the project
:PROPERTIES:
:ID:       c394a019-19fd-453d-9e93-ec0e0621f668
:END:
[[https://certn.co][Certn]] is an app that wants to ease the process of background checks for criminal
records, education, employment verification, credit reports, etc.
On International Framework, we worked on an app that acts like a bridge between our
main app and criminal background check providers (like the [[https://rcmp-grc.gc.ca][RCMP]]).
** Tech Stack
:PROPERTIES:
:ID:       e0fde13d-994c-4c38-85cc-ee0d31d9c5c9
:END:
- Python
- Django
- Django REST Framework
- Celery
- PostgreSQL
- Docker/docker-compose
- Swagger
- Sentry.io
- Github Actions
- Jenkins
** What did I work on?
:PROPERTIES:
:ID:       edf65498-969f-41a5-9e4d-285358a0954a
:END:
- Database design.
- Models and endpoints design.
- Github Actions configurations.
- Jenkins configuration.
- Standardized the code with [[https://flake8.pycqa.org/en/latest/][Flake]], [[https://www.pylint.org/][pylint]] and [[https://black.readthedocs.io/en/stable/][Black]].

* Volition
:PROPERTIES:
:EXPORT_FILE_NAME: volition
:EXPORT_DATE: 2020-07-01
:ID:       c4c30799-7fe8-4e7b-8174-f19bc02fecba
:END:
** About the project
:PROPERTIES:
:ID:       8b5a6c66-016c-49f3-9e42-51f65a2bcb07
:END:
Volition is an app that wants to be the top selling place for a certain kind of
product. In order to achieve that, we had to develop a series of crawlers for
different vendors, in order to get all the data so the storefront could be
created .
** Tech Stack
:PROPERTIES:
:ID:       bc76e441-934e-472e-bf86-d4808dff02a7
:END:
- JavaScript
- TypeScript
- NodeJS
- PuppeteerJS
- Docker/docker-compose
- PostgreSQL
- Google Cloud
- Kubernetes
- Bash
- ELK (ElasticSearch, LogStash, Kibana)
** What did I work on?
:PROPERTIES:
:ID:       342c1c38-08b2-415b-9781-d00ff5386475
:END:
- Team lead
- Moved the entire project to docker and docker-compose. Before it, the
  development environment has pretty tricky to setup. 
- Improved the old code, introducing standards with esLint and smoke tests.
- Configured a VPN and an Ubuntu VNC session in docker to help with the proxy
  and the non-headless browser.
- Created new crawlers for the new vendors.
- Configured the new Kibana dashboard.
- Created a gatekeeper to check the crawlers status before going out to the
  internet. 
- Monitored and ran many crawlers.
* CocaCola - Tus Tapas Valen
:PROPERTIES:
:EXPORT_FILE_NAME: tus-tapas-valen
:EXPORT_DATE: 2019-04-01
:ID:       3406a9ba-8031-4835-be2d-a00fe658c7bf
:END:
** About the project
:PROPERTIES:
:ID:       b40f69b9-d4fa-4f0b-b9de-9cef25375130
:END:
"Tus Tapas Valen" was an application that allowed clients to participate in
promotions and auctions, and win prizes. We got to 400.000 users in the time the
app was online. First I worked FrontEnd with ReactJS, Redux and
redux-observable, but then I moved to the Backend. I had to plan a big
refactor while still working on new Backend functionalities. The Backend is
built using Python, Django, PostgreSQL, AWS, and AWS S3

[[/cocacola-01.jpg]]
[[/cocacola-02.jpg]]
[[/cocacola-03.jpg]]
[[/cocacola-04.jpg]]
[[/cocacola-05.jpg]]
[[/cocacola-06.jpg]]

** What did I work on?
:PROPERTIES:
:ID:       f2879213-79ab-48f5-898f-5454f18339ee
:END:
*** FrontEnd
:PROPERTIES:
:ID:       86d15f17-4ffa-467f-8627-fcfb49051d36
:END:
- Part of the development team using ReactJS
*** Backend
:PROPERTIES:
:ID:       9d9bea4d-5900-491b-9ca1-26e5998d0f6d
:END:
- Refactoring planning
- New database design
- Complete backend development
- CI setup
- AWS EC2 servers setup
- Parsed and imported 476 million records in a RDS
- Various DB optimizations
* Axelerist
:PROPERTIES:
:EXPORT_FILE_NAME: axelerist
:EXPORT_DATE: 2018-06-01
:ID:       62031619-9cb9-4df8-885a-b016ebc9b01d
:END:
** About the project
:PROPERTIES:
:ID:       60e07633-2981-4c21-b345-fa196c2bf7ed
:END:
Axelerist is a web app that connects to an external API and displays the
client’s inventory in a more friendly and ergonomic way. I worked on the
backend, managing the API connection, working on an API wrapper and user
management. 

[[/axelerist-01.jpg]]
[[/axelerist-02.jpg]]
[[/axelerist-03.jpg]]

** What did I work on?
:PROPERTIES:
:ID:       ae3e9596-5c1c-4617-95a8-b6da35910a40
:END:
*** Backend
:PROPERTIES:
:ID:       2a94f0c1-9780-4b2f-90dc-b4e445b0c576
:END:
- Team leader
- Database design
- Backend REST design
- Complete Backend development
- Regular meetings with the client

* Knac
:PROPERTIES:
:EXPORT_FILE_NAME: knac
:EXPORT_DATE: 2019-02-01
:ID:       a74a4280-fb9e-4be8-9471-55a3767707f3
:END:
** About the project
:PROPERTIES:
:ID:       ee8ccc47-1c7c-410e-8ecd-0e299138c8bd
:END:
Knac is a job application startup, empathizing on assessments to recommend
candidates to a specific job. 

[[/knac-01.jpg]]
[[/knac-02.jpg]]

** What did I work on?
:PROPERTIES:
:ID:       48240947-bc93-4892-8206-03db8d44c3b0
:END:
*** Backend
:PROPERTIES:
:ID:       f9852f08-bd89-475f-af4f-63030d242f51
:END:
- Team leader
- Servers setup (Linux, NGINX)
- Database design
- Backend REST design
- Complete Backend development
- Regular meetings with the client
* COMMENT Local Variables
:PROPERTIES:
:ID:       ca944a72-bbdb-4f7b-8b03-71087dce4d92
:END:
# Local Variables:
# eval: (org-hugo-auto-export-mode)
# End: