From bcaba319874c9657370f7159edaf459d160c4b5a Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 14 Jan 2023 14:20:16 -0300 Subject: Added Certn workday project --- content/projects/certn-ada-diner.md | 8 +++--- content/projects/certn-intl-framework.md | 8 +++--- content/projects/certn-workday.md | 45 ++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 8 deletions(-) create mode 100644 content/projects/certn-workday.md (limited to 'content/projects') diff --git a/content/projects/certn-ada-diner.md b/content/projects/certn-ada-diner.md index 259902a..4af92d9 100644 --- a/content/projects/certn-ada-diner.md +++ b/content/projects/certn-ada-diner.md @@ -2,16 +2,16 @@ title = "Certn - ADA DINER (Adverse Data Aggregator Data INgestER)" author = ["Roger Gonzalez"] date = 2020-11-01 -lastmod = 2023-01-02T18:43:13-03:00 +lastmod = 2023-01-14T14:07:08-03:00 draft = false -weight = 1001 +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 +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. diff --git a/content/projects/certn-intl-framework.md b/content/projects/certn-intl-framework.md index 6f1f1e1..8b6da09 100644 --- a/content/projects/certn-intl-framework.md +++ b/content/projects/certn-intl-framework.md @@ -2,16 +2,16 @@ title = "Certn - International framework" author = ["Roger Gonzalez"] date = 2020-09-01 -lastmod = 2023-01-02T18:39:19-03:00 +lastmod = 2023-01-14T14:07:18-03:00 draft = false -weight = 1002 +weight = 1003 +++ ## 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 +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)). diff --git a/content/projects/certn-workday.md b/content/projects/certn-workday.md new file mode 100644 index 0000000..b9ce8a8 --- /dev/null +++ b/content/projects/certn-workday.md @@ -0,0 +1,45 @@ ++++ +title = "Certn - Workday Integration" +author = ["Roger Gonzalez"] +date = 2020-01-14 +lastmod = 2023-01-14T14:18:46-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 Workday I had to work with their client, [Loblaws](https://www.loblaws.ca/), to integrate Certn with their [Workday](https://www.workday.com/) instance. I +quickly realized that their Workday implementation was not standard, so I had to modify multiple +open-source SOAP projects (including [python-zeep](https://github.com/mvantellingen/python-zeep)) to work with their setup. + +We had 6 months to finish the project and I was able to finish it in only 3 months, which allowed us to +make changes, improve the security and work on client changes that came up almost at the end of the +project. + +This project led to Certn closing a multi-million dollars a year contract with Loblaws. + + +## Tech Stack {#tech-stack} + +- Python +- Django +- Django REST Framework +- Celery +- PostgreSQL +- Docker-docker/compose +- SOAP +- OpenSource development +- Jenkins + + +## What did I work on? {#what-did-i-work-on} + +- Worked with Loblaws to integrate Certn with their Workday integration. +- Refactored an old implementation they had for Workday, which didn't work for the latest Workday + implementation. +- Developed multiple jobs to pull data from Workday, convert it to what Certn needs and then process it + on their main application. -- cgit v1.2.3