by Ben Rodriguez | Aug 10, 2016 | Tech Notes
Problem: Need to find data from Table A where a.name contains ‘term’. Also need to search Table B where b.name contains ‘term’ and include the associated row from Table A where A.primary_id = B.other_id in the returned data. Sadly, Ruby on...
by Patrick Knott | Feb 10, 2016 | Tech Notes
DevBridge auto-sorts local json, but requires that remote json be presorted. This article describes how to implement a json filter for remote json files. It accepts multiple json files and converts them to a “suggestion” format. A value key must still be...
by Ben Rodriguez | Nov 11, 2015 | Tech Notes
Here is a walk-thru from AWS that has worked well. If AWS, or anyone, comes up with a simpler way to do this, then this page will be updated and credit given to the solution creator. https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sendmail.html Here is a PDF...