History with Rubygems

MiniLevenshtien

29 April 2022

Ruby C NLP Opensource 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.

Minibars

12 January 2022

Ruby Rails C JavaScript HTML Templates Rubygems Opensource
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.

ActiveRecord::Pull

21 February 2020

Ruby Rails SQL Databases Opensource Functional‑Programming Rubygems
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.

Invokable

05 February 2020

Ruby 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.

ActiveRecord::SetOps

30 January 2020

Ruby Rails SQL Databases Opensource Math 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.