<?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: Richard Banguiz</title>
    <description>The latest articles on DEV Community by Richard Banguiz (@urkiddennnn).</description>
    <link>https://dev.to/urkiddennnn</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%2F2528180%2F840da5de-ab6d-4ab3-9b30-6463fa4f40f8.jpg</url>
      <title>DEV Community: Richard Banguiz</title>
      <link>https://dev.to/urkiddennnn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/urkiddennnn"/>
    <language>en</language>
    <item>
      <title>Building Real-Time Email Verification, Spam Detection, and Fraud Bot Protection from Scratch</title>
      <dc:creator>Richard Banguiz</dc:creator>
      <pubDate>Wed, 25 Mar 2026 14:41:16 +0000</pubDate>
      <link>https://dev.to/urkiddennnn/building-real-time-email-verification-spam-detection-and-fraud-bot-protection-from-scratch-45lc</link>
      <guid>https://dev.to/urkiddennnn/building-real-time-email-verification-spam-detection-and-fraud-bot-protection-from-scratch-45lc</guid>
      <description>&lt;p&gt;Recently, I’ve been working on a project to solve a specific set of challenges I was facing. My primary goal was to avoid adding unnecessary complexity to my codebase. I didn't want to add 3rd-party tools or manage additional configurations for external rate limiting. Instead, I built a custom NPM package to handle everything internally.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://veripy.site" rel="noopener noreferrer"&gt;veripy home page&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The package includes a real-time dashboard to monitor, approve, or block emails instantly. By verifying MX records and cross-referencing a massive database of over 100,000 disposable email providers, it ensures high accuracy when filtering out temporary or fraudulent addresses.&lt;/p&gt;

&lt;p&gt;Setting it up is super easy.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install &lt;/span&gt;veripy-sdk
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;for more info go to the docs &lt;a href="https://veripy.site" rel="noopener noreferrer"&gt;veripy docs&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>npm</category>
      <category>node</category>
      <category>react</category>
    </item>
  </channel>
</rss>
