Added Certn workday project
This commit is contained in:
parent
97b4dd36c3
commit
bcaba31987
@ -2,16 +2,16 @@
|
|||||||
title = "Certn - ADA DINER (Adverse Data Aggregator Data INgestER)"
|
title = "Certn - ADA DINER (Adverse Data Aggregator Data INgestER)"
|
||||||
author = ["Roger Gonzalez"]
|
author = ["Roger Gonzalez"]
|
||||||
date = 2020-11-01
|
date = 2020-11-01
|
||||||
lastmod = 2023-01-02T18:43:13-03:00
|
lastmod = 2023-01-14T14:07:08-03:00
|
||||||
draft = false
|
draft = false
|
||||||
weight = 1001
|
weight = 1002
|
||||||
+++
|
+++
|
||||||
|
|
||||||
## About the project {#about-the-project}
|
## About the project {#about-the-project}
|
||||||
|
|
||||||
[Certn](https://certn.co) is an app that wants to ease the process of background checks for criminal
|
[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
|
records, education, employment verification, credit reports, etc.
|
||||||
ADA DINER we are working on an app that triggers crawls on demand, to check
|
On ADA DINER we are working on an app that triggers crawls on demand, to check
|
||||||
criminal records for a certain person.
|
criminal records for a certain person.
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,16 +2,16 @@
|
|||||||
title = "Certn - International framework"
|
title = "Certn - International framework"
|
||||||
author = ["Roger Gonzalez"]
|
author = ["Roger Gonzalez"]
|
||||||
date = 2020-09-01
|
date = 2020-09-01
|
||||||
lastmod = 2023-01-02T18:39:19-03:00
|
lastmod = 2023-01-14T14:07:18-03:00
|
||||||
draft = false
|
draft = false
|
||||||
weight = 1002
|
weight = 1003
|
||||||
+++
|
+++
|
||||||
|
|
||||||
## About the project {#about-the-project}
|
## About the project {#about-the-project}
|
||||||
|
|
||||||
[Certn](https://certn.co) is an app that wants to ease the process of background checks for criminal
|
[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
|
records, education, employment verification, credit reports, etc.
|
||||||
International Framework, we worked on an app that acts like a bridge between our
|
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)).
|
main app and criminal background check providers (like the [RCMP](https://rcmp-grc.gc.ca)).
|
||||||
|
|
||||||
|
|
||||||
|
45
content/projects/certn-workday.md
Normal file
45
content/projects/certn-workday.md
Normal file
@ -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.
|
52
projects.org
52
projects.org
@ -6,6 +6,50 @@
|
|||||||
|
|
||||||
#+author: Roger Gonzalez
|
#+author: Roger Gonzalez
|
||||||
|
|
||||||
|
* Certn - Workday Integration
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: a3207cd7-e710-44b2-a60a-22868c9e3738
|
||||||
|
:EXPORT_FILE_NAME: certn-workday
|
||||||
|
:EXPORT_DATE: 2020-01-14
|
||||||
|
:END:
|
||||||
|
** About the project
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 974a4ccd-b8bf-4d4f-8b52-9d3aad59d664
|
||||||
|
:END:
|
||||||
|
[[https://certn.co/][Certn]] 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, [[https://www.loblaws.ca/][Loblaws]], to integrate Certn with their [[https://www.workday.com/][Workday]] instance. I
|
||||||
|
quickly realized that their Workday implementation was not standard, so I had to modify multiple
|
||||||
|
open-source SOAP projects (including [[https://github.com/mvantellingen/python-zeep][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
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 5e1b7e07-e07f-494d-aab5-b35c3d3bd181
|
||||||
|
:END:
|
||||||
|
- Python
|
||||||
|
- Django
|
||||||
|
- Django REST Framework
|
||||||
|
- Celery
|
||||||
|
- PostgreSQL
|
||||||
|
- Docker-docker/compose
|
||||||
|
- SOAP
|
||||||
|
- OpenSource development
|
||||||
|
- Jenkins
|
||||||
|
** What did I work on?
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: ff971278-eb33-4bcf-befe-c0e5506968f7
|
||||||
|
:END:
|
||||||
|
- 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.
|
||||||
* Certn - ADA DINER (Adverse Data Aggregator Data INgestER)
|
* Certn - ADA DINER (Adverse Data Aggregator Data INgestER)
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:EXPORT_FILE_NAME: certn-ada-diner
|
:EXPORT_FILE_NAME: certn-ada-diner
|
||||||
@ -17,8 +61,8 @@
|
|||||||
:ID: 8c813e2b-593b-49fb-b281-b59e7cf30f4d
|
:ID: 8c813e2b-593b-49fb-b281-b59e7cf30f4d
|
||||||
:END:
|
:END:
|
||||||
[[https://certn.co][Certn]] is an app that wants to ease the process of background checks for criminal
|
[[https://certn.co][Certn]] is an app that wants to ease the process of background checks for criminal
|
||||||
records, education, employment verification, credit reports, etc. On
|
records, education, employment verification, credit reports, etc.
|
||||||
ADA DINER we are working on an app that triggers crawls on demand, to check
|
On ADA DINER we are working on an app that triggers crawls on demand, to check
|
||||||
criminal records for a certain person.
|
criminal records for a certain person.
|
||||||
** Tech Stack
|
** Tech Stack
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
@ -54,8 +98,8 @@ criminal records for a certain person.
|
|||||||
:ID: c394a019-19fd-453d-9e93-ec0e0621f668
|
:ID: c394a019-19fd-453d-9e93-ec0e0621f668
|
||||||
:END:
|
:END:
|
||||||
[[https://certn.co][Certn]] is an app that wants to ease the process of background checks for criminal
|
[[https://certn.co][Certn]] is an app that wants to ease the process of background checks for criminal
|
||||||
records, education, employment verification, credit reports, etc. On
|
records, education, employment verification, credit reports, etc.
|
||||||
International Framework, we worked on an app that acts like a bridge between our
|
On International Framework, we worked on an app that acts like a bridge between our
|
||||||
main app and criminal background check providers (like the [[https://rcmp-grc.gc.ca][RCMP]]).
|
main app and criminal background check providers (like the [[https://rcmp-grc.gc.ca][RCMP]]).
|
||||||
** Tech Stack
|
** Tech Stack
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user