summaryrefslogtreecommitdiff
path: root/content/projects
diff options
context:
space:
mode:
Diffstat (limited to 'content/projects')
-rw-r--r--content/projects/certn-ada-diner.md37
-rw-r--r--content/projects/certn-intl-framework.md38
2 files changed, 75 insertions, 0 deletions
diff --git a/content/projects/certn-ada-diner.md b/content/projects/certn-ada-diner.md
new file mode 100644
index 0000000..259902a
--- /dev/null
+++ b/content/projects/certn-ada-diner.md
@@ -0,0 +1,37 @@
++++
+title = "Certn - ADA DINER (Adverse Data Aggregator Data INgestER)"
+author = ["Roger Gonzalez"]
+date = 2020-11-01
+lastmod = 2023-01-02T18:43:13-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
+- 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
new file mode 100644
index 0000000..6f1f1e1
--- /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 = 2023-01-02T18:39:19-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/).