History with Rubygems

In support of the development of an NLP Service for a client. Implemented an opensource Ruby extension for a fast Levenshtein distance and similarity ratio in C.

29 April 2022

MiniLevenshtien

Ruby C NLP Opensource Rubygems
Quickly implemented an opensource Ruby extension for handlebars.js compatibility and integrated into a legacy Rails application. Enabled the clients dev team to use their new M1 MacBooks.

12 January 2022

Minibars

Ruby Rails C JavaScript HTML Templates Rubygems Opensource
An opensource Rails extension that provides a simple query interface for pulling deeply nested data from records. Helped simplify complex queries when dealing with deeply nested data (as is often the case in health care). Which lead to simpler and more reliable applications.

21 February 2020

ActiveRecord::Pull

Ruby Rails SQL Databases Opensource Functional-Programming Rubygems
Implemented an opensource Ruby module that makes it easy to treat various objects as functions, and provides other helper methods for functional programming. Developed this while working on various systems and eased the load of writing data processing code.

05 February 2020

Invokable

Ruby Opensource Functional-Programming Rubygems
An opensource Rails extension that provides union, intersect, and difference set operations for ActiveRecord (also, SQL’s UnionAll). Helped improve performance on complex queries while being able to take advantage of ActiveRecord’s ergonomic query interface.

30 January 2020

ActiveRecord::SetOps

Ruby Rails SQL Databases Opensource Math Rubygems