Backend Development1 min readHow we load data at FullscriptWe’ve built a variety of custom GraphQL loaders to improve performance and provide a great developer experience.Read More
Backend Development1 min readUpgrading to Ruby 3 in small stepsUse a test ratchet to fix all the Ruby 3 kwarg errors and stop the bleedingRead More
Backend Development1 min readUpgrading Ruby and Rails at FullscriptWith Rails 7 being released at the end of last year, today I want to talk about our process for upgrading to Ruby 2.7 and Rails 6.1, and…Read More
Backend Development1 min readSimilar Products: Using Elasticsearch to Build a Content-Based Recommendation SystemThe concept of “similarity” is something that content-based recommendation systems and search engines have in common. Running a full text…Read More
Backend Development1 min readSelectively Restoring from Backup in RailsLet’s set the stage: my team messed up a data migration (aka a backfill) and now there’s data missing 😰Read More
Backend Development1 min readBuilding a Fullscript API client ruby gem with method_missingFullscript, Stripe, Slack. What do these companies have in common? You guessed it, an API client ruby gem. But this wasn’t always the case…Read More