Skip to content

Instantly share code, notes, and snippets.

View christophergraber's full-sized avatar

Chris Graber christophergraber

View GitHub Profile
@christophergraber
christophergraber / past-project.md
Last active November 30, 2021 23:24
Past project summary

ClearBalance Summary

clearbalance.org

Position Introduction

Software Engineering Manager (9 years) - The proprietary account servicing system (Fundman) processed over 2 million records annually, integrating with major credit bureau data infrastructure to make real-time credit decisions based on individual customer risk criteria. At its height the Fundman system drove loan funding of over $150 million annually. The software continued successfully for multiple years after my departure. Worked closely with CEO, CFO, IT Director, Funding Director, Call Center Director, and Accounting Department.

About ClearBalance Healthcare

Leading provider of consumer-friendly patient financing programs to U.S. hospitals and health systems. Serving 4.5 million patient accounts at over 200 healthcare organizations nationwide, ClearBalance brings its healthcare partners improved operating margins, reduced bad debt expense, and accelerated cash.

Accomplishments

Webpacker::Manifest::MissingEntryError in Articles#index

(trying to route to articles)

Virtual Environment Setup with Django on Mac

Note: This assumes python3 is already installed

To initially get virtualenv set up:

$ sudo pip3 install virtualenv

And then:

$ mkdir ~/newproject  &&  cd newproject