summaryrefslogtreecommitdiff
path: root/content/resume/certn-ada-diner.md
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/resume/certn-ada-diner.md
parentf9adc4b0892115c7a2281b76a8a89d37d113e80a (diff)
Moved projects to resume
Diffstat (limited to 'content/resume/certn-ada-diner.md')
-rw-r--r--content/resume/certn-ada-diner.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/content/resume/certn-ada-diner.md b/content/resume/certn-ada-diner.md
new file mode 100644
index 0000000..4af92d9
--- /dev/null
+++ b/content/resume/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-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