Piggybacking off our work with Defend Your Money, we built another web application for a financing company.
The goal is to automate the whole funding pipeline, from application and underwriting to payment and pay off.
We worked with the entrepreneur to create the designs and flows, and then implemented the designs as both front-end user facing functionality as well as back-end api (application program interface).
One highlight was the implementation of encryption all the way through the technology stack. We started with the common requirement of encrypting the data from the server to the browser (SSL), implemented an encrypted database, and finished by encrypting individual data within a database table. Combined with other security features, our apps exceed some of the highest security requirements in the industry.