Configuring i3

As a developer, focus is key. An environment with minimal distractions is conducive to productivity and window managers offer minimalist user interfaces in place of the traditional desktop environment. i3 on Ubuntu will be discussed here but there are alternate window managers such as dwm and awesome. i3 can be installed with the following command: # install i3 sudo apt-get install i3 i3 Configuration i3’s configuration should be created in ~/. »

Testing Spree Commerce with RSpec

Spree commerce is a rails plugin that allows users to stand up their own ecommerce platform. I am currently working on a project that will integrate a drop shipping API with spreee commerce and insist on testing my work to prevent regressions moving forward. The current issue that I am solving for is to send an order to the drop shipper via an API call upon completion of an order. »