back to portfolio

IBAN Parser

Dec 2020, 1 month

Position

Backend developer

Responsibilities

Proof of concept and prototyping
Writing unit tests
Work within a lean software process to design and develop new product features
Acquiring skills enabling the creation of scalable functionality with Python

Link

https://rapidapi.com/thorin-jIaVlPVNt/api/iban-parser/details

Technologies

Project description

IBAN parser is a miniproject showcasing the API marketplace RapidAPI for me. While the IBAN parsing is not a hard task itself, integrating in a quickly growing plug and play marketplace for APIs took a while to achieve.

The IBAN parsing was done with FastAPI, the newly developed REST-oriented mini framework. In short, it is for REST what flask is for vanilla html apps. FastAPI utilises the python3 type hints and pydantic library, build on top of that new functionality for the data validation.

The project is deployed privately on gitlab CI and Heroku.

The point of the project is to create a proof of concept for the concept of API marketplace.

Check out my medium post about this project.