Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 3.69 KB

File metadata and controls

63 lines (54 loc) · 3.69 KB

Web/App Development

  • FileMaker XML Sync{:target="blank"} - Sync between offline FileMaker databases using XML. I developed this to collect data in the FileMaker Go app on iPads in remote locations and sync the updates with a master system.
  • FileMaker Edit Text Files{:target="blank"} - Allows for native editing of text files stored in containers in FileMaker. I developed this as part of the XML Sync above in order to natively export an XML file from within FileMaker Go, which does not allow plugins.
  • FieldVIEW - FieldVIEW (Field Visit Information for Evaluating Work) is currently being piloted and actively developed. It is a scalable app for organizations to use for mobile monitoring and continuous evaluation. The backend uses Laravel with an API interface and the front end uses Vue.js for the user interface. Mobile data collection is done via a custom FileMaker Go app that can collect or update data offline to be synced with the backend when internet becomes available. The system includes:
    • Registering users and assigning permissions to the users
    • Registering beneficiaries
    • Tracking project inputs (equipment and field visits to beneficiaries)
    • Tracking beneficiary results (outputs, outcomes, and impact) via an online dashboard
    • Enabling users to create unique surveys and conduct them with the beneficiaries
    • Associating inputs and results with projects via tags
    • Syncing offline data collection and updates when internet becomes available

Exploratory Data Analysis (EDA)

Modeling

Custom Functions

R

  • split_indices() - Helps quickly split a dataset into training, validation, and testing sets.