<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Will Trapp</title>
    <description>The latest articles on DEV Community by Will Trapp (@trappology).</description>
    <link>https://dev.to/trappology</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F155116%2F01097ec9-8f19-4635-9f35-98259d3673bc.jpg</url>
      <title>DEV Community: Will Trapp</title>
      <link>https://dev.to/trappology</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/trappology"/>
    <language>en</language>
    <item>
      <title>Limit Request On Public API: Video Upload Form</title>
      <dc:creator>Will Trapp</dc:creator>
      <pubDate>Tue, 26 May 2020 15:04:56 +0000</pubDate>
      <link>https://dev.to/trappology/limit-request-on-public-api-video-upload-form-34ll</link>
      <guid>https://dev.to/trappology/limit-request-on-public-api-video-upload-form-34ll</guid>
      <description>&lt;p&gt;Hey all, &lt;/p&gt;

&lt;p&gt;I have an idea to let my clients collect video testimonials from their users. I will build a unique but public video record and upload link/page for each one of my clients. Their users will record a video, then click upload on the page. &lt;/p&gt;

&lt;p&gt;My question is how do I protect against abuse such as a user uploading 100s of videos and running up my storage fees? Should I grab the IP of each user uploading then save that to my db, and check it before each upload? Cookies? Local storage? &lt;/p&gt;

&lt;p&gt;Thanks!  &lt;/p&gt;

</description>
      <category>api</category>
      <category>security</category>
      <category>discuss</category>
      <category>webdev</category>
    </item>
    <item>
      <title>SQL vs Elastic Search for storing CRM Data</title>
      <dc:creator>Will Trapp</dc:creator>
      <pubDate>Thu, 11 Apr 2019 02:22:19 +0000</pubDate>
      <link>https://dev.to/trappology/sql-vs-elastic-search-9ik</link>
      <guid>https://dev.to/trappology/sql-vs-elastic-search-9ik</guid>
      <description>&lt;p&gt;Hey everyone, &lt;br&gt;
First post here.I need some help choosing a cloud service to store CRM data for a website I'm building. At the least, I need user's to upload a csv of their customer emails (per group) and save that in a database. I'm very familiar with Firebase and I am using that for auth and RTDB, but I don't think it makes sense for storing the CRM emails and their group associations (ie - email and groupId). &lt;/p&gt;

&lt;p&gt;I'm leaning towards AWS Elasticsearch or Google Postgres SQL. Any recco's? &lt;/p&gt;

&lt;p&gt;Thanks. &lt;/p&gt;

</description>
      <category>help</category>
      <category>sql</category>
      <category>elasticsearch</category>
      <category>crm</category>
    </item>
  </channel>
</rss>
