<?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: Rebin M</title>
    <description>The latest articles on DEV Community by Rebin M (@rebin_m_9659d8ce1254f2e25).</description>
    <link>https://dev.to/rebin_m_9659d8ce1254f2e25</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%2F3877993%2Fd5b49abd-71c0-4e49-9000-99665fdda1b9.png</url>
      <title>DEV Community: Rebin M</title>
      <link>https://dev.to/rebin_m_9659d8ce1254f2e25</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rebin_m_9659d8ce1254f2e25"/>
    <language>en</language>
    <item>
      <title>I built a free Email Authentication Checker that runs entirely in your browser</title>
      <dc:creator>Rebin M</dc:creator>
      <pubDate>Thu, 23 Apr 2026 09:03:10 +0000</pubDate>
      <link>https://dev.to/rebin_m_9659d8ce1254f2e25/i-built-a-free-email-authentication-checker-that-runs-entirely-in-your-browser-h25</link>
      <guid>https://dev.to/rebin_m_9659d8ce1254f2e25/i-built-a-free-email-authentication-checker-that-runs-entirely-in-your-browser-h25</guid>
      <description>&lt;p&gt;I kept using 3 different sites just to check SPF, DKIM, and DMARC for a single domain. It was slow, most of them are covered in ads, and I was never sure what data they were keeping.&lt;br&gt;
So I built one tool that checks all three at once using DNS-over-HTTPS via Cloudflare's public resolver. Nothing goes to any server I control. You paste a domain, it returns the raw records and a plain-English explanation of what each one means.&lt;br&gt;
It also tells you if something is missing and what a basic fix looks like.&lt;br&gt;
Link: it-toolskit.org/tools/email-auth-checker&lt;br&gt;
I have 21 other free tools on the same site — subnet calculator, security headers analyzer, robots.txt tester, JSON formatter, and more. All run in the browser, no signup, no tracking.&lt;br&gt;
Built the whole thing as a static site on Cloudflare Pages. Happy to answer questions about how any of the tools work technically.&lt;/p&gt;

</description>
      <category>sysadmin</category>
      <category>webdev</category>
      <category>nocode</category>
      <category>security</category>
    </item>
    <item>
      <title>I Built a Simple Toolkit to Make Everyday Developer Tasks Faster</title>
      <dc:creator>Rebin M</dc:creator>
      <pubDate>Tue, 14 Apr 2026 07:08:49 +0000</pubDate>
      <link>https://dev.to/rebin_m_9659d8ce1254f2e25/i-built-a-simple-toolkit-to-make-everyday-developer-tasks-faster-1hgl</link>
      <guid>https://dev.to/rebin_m_9659d8ce1254f2e25/i-built-a-simple-toolkit-to-make-everyday-developer-tasks-faster-1hgl</guid>
      <description>&lt;p&gt;I kept losing time on small things during development.&lt;/p&gt;

&lt;p&gt;Not complex problems — just repetitive tasks like formatting data, cleaning text, or doing quick conversions.&lt;/p&gt;

&lt;p&gt;Individually they take seconds, but they constantly break your flow.&lt;/p&gt;

&lt;p&gt;Most tools I tried felt too heavy for this — too many steps for something simple.&lt;/p&gt;

&lt;p&gt;So I built a small toolkit for myself.&lt;/p&gt;

&lt;p&gt;Just simple utilities that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;open instantly&lt;/li&gt;
&lt;li&gt;do one job&lt;/li&gt;
&lt;li&gt;give results immediately&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No accounts, no setup.&lt;/p&gt;

&lt;p&gt;I’ve been using it daily at work, and a few people I shared it with started using it too.&lt;/p&gt;

&lt;p&gt;If you deal with similar small tasks, this might be useful:&lt;/p&gt;

&lt;p&gt;👉 Try it here: &lt;a href="https://it-toolskit.org" rel="noopener noreferrer"&gt;https://it-toolskit.org&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Curious — what’s one small task you keep repeating during development?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>tooling</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
