JSON APIs with Drupal 7 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 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…
Why A Small Consulting Company is a Great Place to Start Your Career When your software development career is young, you have many options on where to start. My first job was at a small consulting company and I think it's the best way to go. Why? Small companies are great because of…
Beyond Customized Part 2: Shopify and Javascript 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 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…