-
Copy file from one S3 bucket to another using Lambda
Copy file from one S3 bucket to another using Lambda automatically using S3 triggers
-
Inauspicious Start for Oracle Cloud Free Tier Sign up
Oracle Cloud Free Tier offerings I heard via word of mouth and Twitter of a new Oracle Cloud Free Tier (with permanently free services [for now]). The always free services looked enticing enough: The challenge was, “Who can afford ‘free’ services?” Time is worth something. But I can always make use of another cloud server…
-
MySQL Ignores Right Padded Spaces?
When working on an established Rails project, we noticed that trailing spaces weren’t getting trimmed off. Discussion ensued about whether to do data cleanup and then someone noticed that the where method in Rails didn’t care about the spaces. Not having seen this in my PostgreSQL days, I was assuming that there was some magic…