From 409a7e8dbd7eac0623bdeb40149e637b3c098904 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 14 Nov 2020 14:26:14 -0300 Subject: Added projects --- content/projects/axelerist.md | 31 ++++++++++++++++++++++ content/projects/certn-ada-diner.md | 35 +++++++++++++++++++++++++ content/projects/certn-intl-framework.md | 38 +++++++++++++++++++++++++++ content/projects/knac.md | 29 +++++++++++++++++++++ content/projects/tus-tapas-valen.md | 43 +++++++++++++++++++++++++++++++ content/projects/volition.md | 44 ++++++++++++++++++++++++++++++++ 6 files changed, 220 insertions(+) create mode 100644 content/projects/axelerist.md create mode 100644 content/projects/certn-ada-diner.md create mode 100644 content/projects/certn-intl-framework.md create mode 100644 content/projects/knac.md create mode 100644 content/projects/tus-tapas-valen.md create mode 100644 content/projects/volition.md (limited to 'content/projects') diff --git a/content/projects/axelerist.md b/content/projects/axelerist.md new file mode 100644 index 0000000..0c270d1 --- /dev/null +++ b/content/projects/axelerist.md @@ -0,0 +1,31 @@ ++++ +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 new file mode 100644 index 0000000..0b275d6 --- /dev/null +++ b/content/projects/certn-ada-diner.md @@ -0,0 +1,35 @@ ++++ +title = "Certn - ADA DINER (Adverse Data Aggregator Data INgestER)" +author = ["Roger Gonzalez"] +date = 2020-10-01 +lastmod = 2020-11-14T14:02:31-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 +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 + + +## 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 +- This app is still in development, so I'm still adding new features diff --git a/content/projects/certn-intl-framework.md b/content/projects/certn-intl-framework.md new file mode 100644 index 0000000..db61c55 --- /dev/null +++ b/content/projects/certn-intl-framework.md @@ -0,0 +1,38 @@ ++++ +title = "Certn - International framework" +author = ["Roger Gonzalez"] +date = 2020-09-01 +lastmod = 2020-11-14T14:02:31-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 +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/knac.md b/content/projects/knac.md new file mode 100644 index 0000000..8850e3e --- /dev/null +++ b/content/projects/knac.md @@ -0,0 +1,29 @@ ++++ +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 new file mode 100644 index 0000000..9dce009 --- /dev/null +++ b/content/projects/tus-tapas-valen.md @@ -0,0 +1,43 @@ ++++ +title = "CocaCola - Tus Tapas Valen" +author = ["Roger Gonzalez"] +date = 2019-04-01 +lastmod = 2020-11-14T14:02:31-03:00 +draft = false +weight = 1004 ++++ + +## About the project {#about-the-project} + +"Tus Tapas Valen" is an application that will allow clients to participate in +promotions and auctions, and win prizes. We are expecting 5 million users for +January 2020. First I worked FrontEnd with ReactJS, Redux and redux-observable, +but now I'm working in 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 new file mode 100644 index 0000000..fce8e06 --- /dev/null +++ b/content/projects/volition.md @@ -0,0 +1,44 @@ ++++ +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. -- cgit v1.2.3