Technology
Configuring MODX Revolution To Scale Horizontally
June 9, 2018
MODX Revolution is a PHP CMS with tons of functionality out of the box. It also has a lot of flexibility. Like most PHP CMSes, it uses a relational database to store data and puts file uploads on the filesystem.…
JSON APIs with Drupal 7
May 31, 2018
We have a client that runs a Drupal 7 site. They wanted to integrate a custom JSON API into the Drupal site. There's already a great post covering a simple read only API endpoint in Drupal 7. I wanted to…
Syncing Files Between Cloud Hosts
May 24, 2018
When you have a software system, scaling horizontally by bringing more servers online to help with higher demand gives you more flexibility and lets you build systems that can handle more use. If your compute nodes are stateless then you…
Beyond Customized Part 2: Shopify and Javascript
July 27, 2017
The techniques outlined in the previous article allow adding multiple items to the cart at once to bypass product variant limits. Note: You are reading part two of Beyond Customized: Shopify and Javascript. To read part one please click here:…
Beyond Customized Part 1: Shopify and Javascript
March 28, 2017
At Culture Foundry we’ve developed a combination of methods to allow unlimited product varieties and product customization far beyond what’s built into the default templates. The Limitations The kinds of customization which Shopify offers by default include properties and product…