summaryrefslogtreecommitdiff
path: root/content/projects/certn-intl-framework.md
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-02 18:45:13 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-02 18:45:13 -0300
commit439879c520bfb1576e8463285bbaaee94f06332b (patch)
tree9fab9261b9df4b9c4cc19753012a75d47472e82c /content/projects/certn-intl-framework.md
parentb22fbe396206ab10efc2975ef2896b228eb6d944 (diff)
Added Certn to projects
Diffstat (limited to 'content/projects/certn-intl-framework.md')
-rw-r--r--content/projects/certn-intl-framework.md38
1 files changed, 38 insertions, 0 deletions
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/).