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/certn-intl-framework.md | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 content/projects/certn-intl-framework.md (limited to 'content/projects/certn-intl-framework.md') 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/). -- cgit v1.2.3