
The top 3 common-sense rules for using consumer data ethically
Leveraging rich consumer data for growth is both powerful and perilous. Luckily, avoiding the most dangerous pitfalls is simple.
Articles related to data security from the team that helps B2C companies build and defend revenue with AI.
Leveraging rich consumer data for growth is both powerful and perilous. Luckily, avoiding the most dangerous pitfalls is simple.
This is part of our cloud security and things that are obvious once you see them series. Duhh... safe! Amazon's explanation of deleting a versioned object and the SDK documentation do not give an example of permanently deleting a versioned object. Here's how to do it: require 'aws-sdk' s3 = Aws:
This is part of our cloud security series. Do you have unencrypted S3 objects lying around? Don't! Here's the safe way to retroactively enable server-side encryption: Step 1: Make a backup bucket AWS management console is easiest. Call it [my-bucket]-backup. Step 2: Copy one way require 'aws-sdk' s3 = Aws:
This is part of our antipatterns and cloud security series. Nothing's worse than a data breach, so protect yourself by cleaning up your gists—both public and private. git clone https://github.com/faradayio/gistkiller.git cd gistkiller bundle install ruby gistkiller.rb The first time you run it, it