summaryrefslogtreecommitdiff
path: root/content/projects
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-14 16:44:18 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-14 16:44:18 -0300
commit92906794e5c14a840b8ad92c2e18b0ecb520d6d2 (patch)
tree3833fa5e3175ec26b9d4c69a3589f44cdd9130f7 /content/projects
parentf9adc4b0892115c7a2281b76a8a89d37d113e80a (diff)
Moved projects to resume
Diffstat (limited to 'content/projects')
-rw-r--r--content/projects/axelerist.md31
-rw-r--r--content/projects/certn-ada-diner.md37
-rw-r--r--content/projects/certn-intl-framework.md38
-rw-r--r--content/projects/certn-workday.md45
-rw-r--r--content/projects/knac.md29
-rw-r--r--content/projects/tus-tapas-valen.md43
-rw-r--r--content/projects/volition.md44
7 files changed, 0 insertions, 267 deletions
diff --git a/content/projects/axelerist.md b/content/projects/axelerist.md
deleted file mode 100644
index 0c270d1..0000000
--- a/content/projects/axelerist.md
+++ /dev/null
@@ -1,31 +0,0 @@
-+++
-title = "Axelerist"
-author = ["Roger Gonzalez"]
-date = 2018-06-01
-lastmod = 2020-11-14T14:02:31-03:00
-draft = false
-weight = 1005
-+++
-
-## About the project {#about-the-project}
-
-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? {#what-did-i-work-on}
-
-
-### Backend {#backend}
-
-- Team leader
-- Database design
-- Backend REST design
-- Complete Backend development
-- Regular meetings with the client
diff --git a/content/projects/certn-ada-diner.md b/content/projects/certn-ada-diner.md
deleted file mode 100644
index 4af92d9..0000000
--- a/content/projects/certn-ada-diner.md
+++ /dev/null
@@ -1,37 +0,0 @@
-+++
-title = "Certn - ADA DINER (Adverse Data Aggregator Data INgestER)"
-author = ["Roger Gonzalez"]
-date = 2020-11-01
-lastmod = 2023-01-14T14:07:08-03:00
-draft = false
-weight = 1002
-+++
-
-## About the project {#about-the-project}
-
-[Certn](https://certn.co) 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 {#tech-stack}
-
-- Python
-- Django
-- Django REST Framework
-- Celery
-- PostgreSQL
-- Docker-docker/compose
-- Swagger
-- Github Actions
-- Scrapy/Scrapyd
-- Jenkins
-
-
-## What did I work on? {#what-did-i-work-on}
-
-- 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
diff --git a/content/projects/certn-intl-framework.md b/content/projects/certn-intl-framework.md
deleted file mode 100644
index 8b6da09..0000000
--- a/content/projects/certn-intl-framework.md
+++ /dev/null
@@ -1,38 +0,0 @@
-+++
-title = "Certn - International framework"
-author = ["Roger Gonzalez"]
-date = 2020-09-01
-lastmod = 2023-01-14T14:07:18-03:00
-draft = false
-weight = 1003
-+++
-
-## About the project {#about-the-project}
-
-[Certn](https://certn.co) 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 [RCMP](https://rcmp-grc.gc.ca)).
-
-
-## Tech Stack {#tech-stack}
-
-- Python
-- Django
-- Django REST Framework
-- Celery
-- PostgreSQL
-- Docker/docker-compose
-- Swagger
-- Sentry.io
-- Github Actions
-- Jenkins
-
-
-## What did I work on? {#what-did-i-work-on}
-
-- Database design.
-- Models and endpoints design.
-- Github Actions configurations.
-- Jenkins configuration.
-- Standardized the code with [Flake](https://flake8.pycqa.org/en/latest/), [pylint](https://www.pylint.org/) and [Black](https://black.readthedocs.io/en/stable/).
diff --git a/content/projects/certn-workday.md b/content/projects/certn-workday.md
deleted file mode 100644
index b9ce8a8..0000000
--- a/content/projects/certn-workday.md
+++ /dev/null
@@ -1,45 +0,0 @@
-+++
-title = "Certn - Workday Integration"
-author = ["Roger Gonzalez"]
-date = 2020-01-14
-lastmod = 2023-01-14T14:18:46-03:00
-draft = false
-weight = 1001
-+++
-
-## About the project {#about-the-project}
-
-[Certn](https://certn.co/) 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, [Loblaws](https://www.loblaws.ca/), to integrate Certn with their [Workday](https://www.workday.com/) instance. I
-quickly realized that their Workday implementation was not standard, so I had to modify multiple
-open-source SOAP projects (including [python-zeep](https://github.com/mvantellingen/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 {#tech-stack}
-
-- Python
-- Django
-- Django REST Framework
-- Celery
-- PostgreSQL
-- Docker-docker/compose
-- SOAP
-- OpenSource development
-- Jenkins
-
-
-## What did I work on? {#what-did-i-work-on}
-
-- 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.
diff --git a/content/projects/knac.md b/content/projects/knac.md
deleted file mode 100644
index 8850e3e..0000000
--- a/content/projects/knac.md
+++ /dev/null
@@ -1,29 +0,0 @@
-+++
-title = "Knac"
-author = ["Roger Gonzalez"]
-date = 2019-02-01
-lastmod = 2020-11-14T14:02:31-03:00
-draft = false
-weight = 1006
-+++
-
-## About the project {#about-the-project}
-
-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? {#what-did-i-work-on}
-
-
-### Backend {#backend}
-
-- Team leader
-- Servers setup (Linux, NGINX)
-- Database design
-- Backend REST design
-- Complete Backend development
-- Regular meetings with the client
diff --git a/content/projects/tus-tapas-valen.md b/content/projects/tus-tapas-valen.md
deleted file mode 100644
index 4aefb97..0000000
--- a/content/projects/tus-tapas-valen.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-title = "CocaCola - Tus Tapas Valen"
-author = ["Roger Gonzalez"]
-date = 2019-04-01
-lastmod = 2020-11-22T18:01:08-03:00
-draft = false
-weight = 1004
-+++
-
-## About the project {#about-the-project}
-
-"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? {#what-did-i-work-on}
-
-
-### FrontEnd {#frontend}
-
-- Part of the development team using ReactJS
-
-
-### Backend {#backend}
-
-- 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
diff --git a/content/projects/volition.md b/content/projects/volition.md
deleted file mode 100644
index fce8e06..0000000
--- a/content/projects/volition.md
+++ /dev/null
@@ -1,44 +0,0 @@
-+++
-title = "Volition"
-author = ["Roger Gonzalez"]
-date = 2020-07-01
-lastmod = 2020-11-14T14:02:31-03:00
-draft = false
-weight = 1003
-+++
-
-## About the project {#about-the-project}
-
-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 {#tech-stack}
-
-- JavaScript
-- TypeScript
-- NodeJS
-- PuppeteerJS
-- Docker/docker-compose
-- PostgreSQL
-- Google Cloud
-- Kubernetes
-- Bash
-- ELK (ElasticSearch, LogStash, Kibana)
-
-
-## What did I work on? {#what-did-i-work-on}
-
-- 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.