Artificial Intelligence. Human-programmed algorithms that are designed to allow machines to learn from the environment and improve the outcome of those algorithms over time based on what they learn. It…Continue readingWhat The Duck – Thoughts On Artificial Intelligence
This is something I often come across in code. Just came across it in our MySLP project today , in fact. SELECT count(id) FROM my_table While the performance impact of…Continue readingPerformance Benefits Of COUNT(*) In SQL
Here are some tricks I use at Amazon when searching for products. I just realized today that many people don’t know these “hacker” options. Search For NOT That To search…Continue readingAmazon Search Tricks
Here are some “crib notes” on setting on an Amazon compute instance based on my most recent research (Aug 2016). You may find some of these notes useful or interesting…Continue readingIntro To Amazon Compute Instances (EC2)