I believe in contributing back to the open source community. I very much enjoy helping others and I greatly appreciate the contributions of others to the greater community.


Samples of my open source technical work


sf-text-collection-components

The Text Collection Components has three Salesforce flows that process text and collections. Available on Github at hayeswise/sf-text-collection-components.

Unofficial SF

Contributed to the Unofficial SF Lightning flow components. Enhanced SortCollection to handle an additional 13 data types. Added “bulkification” support to SortCollection and ExecuteSOQL so that they would successfully run when in a bulk context (for example, when multiple recoreds are loaded via the Data Loader). Available on Github at alexed1/LightningFlowComponents.

Leaflet.PointInPolygon

Leaflet.PointInPolygon is a Leaflet plugin/extension that provides point-in-polygon functions based on Dan Sunday’s C++ winding number implementation.  Available on Github at hayeswise/Leaflet.PointInPolygon.

data-clone

Data Clone creates a deep clone JSON (text) representation of a Javascript object. It handles circular structures unlike JSON.stringify. Available on Github at hayeswise/data-clone.