<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>EverydayDevTools Blog</title>
    <link>https://everydaydevtools.com/</link>
    <description>Guides and explainers for free developer tools from EverydayDevTools.</description>
    <language>en-US</language>
    <lastBuildDate>Fri, 24 Jul 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://everydaydevtools.com/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>MD5 vs SHA-256: Which Hash Should You Use?</title>
      <link>https://everydaydevtools.com/blog/md5-vs-sha256/</link>
      <guid isPermaLink="true">https://everydaydevtools.com/blog/md5-vs-sha256/</guid>
      <pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate>
      <description>Compare MD5 vs SHA-256 for checksums and integrity: collision risks, compatibility, and when each algorithm still makes sense in modern development.</description>
      <category>md5 vs sha256</category><category>sha256 vs md5</category><category>hash comparison</category><category>checksum algorithm</category>
    </item>
    <item>
      <title>Regex Guide: Test Patterns Without the Guesswork</title>
      <link>https://everydaydevtools.com/blog/regex-guide/</link>
      <guid isPermaLink="true">https://everydaydevtools.com/blog/regex-guide/</guid>
      <pubDate>Thu, 23 Jul 2026 00:00:00 GMT</pubDate>
      <description>A practical regex guide for developers: how to test patterns safely, avoid catastrophic backtracking, and use browser tools to validate matches before shipping.</description>
      <category>regex guide</category><category>regular expressions</category><category>regex tester</category><category>learn regex</category>
    </item>
    <item>
      <title>JWT Explained: Headers, Payloads, and Safe Debugging</title>
      <link>https://everydaydevtools.com/blog/jwt-explained/</link>
      <guid isPermaLink="true">https://everydaydevtools.com/blog/jwt-explained/</guid>
      <pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate>
      <description>JWT explained in plain language: how header and payload claims work, why signature verification matters, and how to decode tokens locally while debugging auth.</description>
      <category>jwt explained</category><category>json web token</category><category>jwt decoder</category><category>jwt payload</category>
    </item>
    <item>
      <title>What Is Base64? Encoding Explained for Developers</title>
      <link>https://everydaydevtools.com/blog/what-is-base64/</link>
      <guid isPermaLink="true">https://everydaydevtools.com/blog/what-is-base64/</guid>
      <pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate>
      <description>Learn what Base64 is, why systems use it for data URLs and tokens, how encoding differs from encryption, and when to encode or decode in the browser.</description>
      <category>what is base64</category><category>base64 explained</category><category>base64 encoding</category><category>decode base64</category>
    </item>
    <item>
      <title>JSON Formatter Guide: Beautify, Minify, and Validate</title>
      <link>https://everydaydevtools.com/blog/json-formatter-guide/</link>
      <guid isPermaLink="true">https://everydaydevtools.com/blog/json-formatter-guide/</guid>
      <pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate>
      <description>A practical JSON Formatter guide covering when to pretty-print, when to minify, how validation helps, and how to keep API payloads private in the browser.</description>
      <category>json formatter guide</category><category>beautify json</category><category>minify json</category><category>validate json online</category>
    </item>
    <item>
      <title>UUID Guide: Version 4 IDs for Databases and APIs</title>
      <link>https://everydaydevtools.com/blog/uuid-guide/</link>
      <guid isPermaLink="true">https://everydaydevtools.com/blog/uuid-guide/</guid>
      <pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate>
      <description>UUID guide covering why v4 IDs are popular, collision probability in practice, and how to generate RFC-compliant UUIDs in the browser for tests and prototypes.</description>
      <category>uuid guide</category><category>uuid v4</category><category>generate uuid</category><category>guid vs uuid</category>
    </item>
    <item>
      <title>How to Use the JSON Formatter &amp; Validator</title>
      <link>https://everydaydevtools.com/blog/how-to-use-json-formatter/</link>
      <guid isPermaLink="true">https://everydaydevtools.com/blog/how-to-use-json-formatter/</guid>
      <pubDate>Sat, 18 Jul 2026 00:00:00 GMT</pubDate>
      <description>Learn how to beautify, minify, and validate JSON in your browser - and why a client-side formatter speeds up API and config work.</description>
      <category>how to format json</category><category>json formatter guide</category><category>validate json online</category><category>beautify minify json</category>
    </item>
    <item>
      <title>URL Encoding Explained: Percent-Encoding for Query Strings</title>
      <link>https://everydaydevtools.com/blog/url-encoding-explained/</link>
      <guid isPermaLink="true">https://everydaydevtools.com/blog/url-encoding-explained/</guid>
      <pubDate>Fri, 17 Jul 2026 00:00:00 GMT</pubDate>
      <description>URL encoding explained: which characters must be percent-encoded, encodeURIComponent vs encodeURI, and how to debug broken redirects and OAuth callbacks.</description>
      <category>url encoding explained</category><category>percent encoding</category><category>encodeURIComponent</category><category>query string encoding</category>
    </item>
    <item>
      <title>How to Use the Lorem Ipsum Generator</title>
      <link>https://everydaydevtools.com/blog/how-to-use-lorem-ipsum-generator/</link>
      <guid isPermaLink="true">https://everydaydevtools.com/blog/how-to-use-lorem-ipsum-generator/</guid>
      <pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate>
      <description>Generate the right amount of placeholder text for mockups and layouts - and why controlled Lorem Ipsum improves design reviews.</description>
      <category>lorem ipsum generator guide</category><category>placeholder text for mockups</category><category>dummy text for ui</category><category>how to generate lorem ipsum</category>
    </item>
    <item>
      <title>HTML Entities Guide: Escape Markup Safely</title>
      <link>https://everydaydevtools.com/blog/html-entities-guide/</link>
      <guid isPermaLink="true">https://everydaydevtools.com/blog/html-entities-guide/</guid>
      <pubDate>Wed, 15 Jul 2026 00:00:00 GMT</pubDate>
      <description>HTML entities guide for developers: when to escape `&lt;`, `&gt;`, and `&amp;`, how entities prevent XSS in text nodes, and how to encode or decode snippets locally.</description>
      <category>html entities</category><category>html escape</category><category>encode html entities</category><category>xss prevention</category>
    </item>
    <item>
      <title>How to Use the URL Encoder / Decoder</title>
      <link>https://everydaydevtools.com/blog/how-to-use-url-encoder-decoder/</link>
      <guid isPermaLink="true">https://everydaydevtools.com/blog/how-to-use-url-encoder-decoder/</guid>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
      <description>Encode query values and decode percent-encoded URLs safely - a practical guide for debugging links, redirects, and APIs.</description>
      <category>url encoder guide</category><category>percent encoding tutorial</category><category>encode query string</category><category>decode url online</category>
    </item>
    <item>
      <title>Slug Generation Guide: Clean URLs for Apps and CMS</title>
      <link>https://everydaydevtools.com/blog/slug-generation-guide/</link>
      <guid isPermaLink="true">https://everydaydevtools.com/blog/slug-generation-guide/</guid>
      <pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate>
      <description>Learn how slug generation works: lowercasing, stripping punctuation, collapsing spaces, and producing stable URL paths for blogs, docs, and product pages.</description>
      <category>slug generation</category><category>url slug</category><category>slugify</category><category>seo friendly urls</category>
    </item>
    <item>
      <title>How to Use the Base64 Encoder / Decoder</title>
      <link>https://everydaydevtools.com/blog/how-to-use-base64-encoder-decoder/</link>
      <guid isPermaLink="true">https://everydaydevtools.com/blog/how-to-use-base64-encoder-decoder/</guid>
      <pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate>
      <description>Convert text to Base64 and back for data URLs, tokens, and ASCII-safe transport - plus what Base64 is (and is not) good for.</description>
      <category>base64 encoder guide</category><category>decode base64 online</category><category>base64 utf-8</category><category>how to use base64</category>
    </item>
    <item>
      <title>How to Use the UUID Generator</title>
      <link>https://everydaydevtools.com/blog/how-to-use-uuid-generator/</link>
      <guid isPermaLink="true">https://everydaydevtools.com/blog/how-to-use-uuid-generator/</guid>
      <pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate>
      <description>Generate RFC-compliant UUID v4 IDs for databases, tests, and APIs - and why browser-based UUIDs save time in everyday development.</description>
      <category>uuid generator guide</category><category>uuid v4 how to</category><category>generate guid online</category><category>random uuid for databases</category>
    </item>
    <item>
      <title>How to Use the Hash Generator</title>
      <link>https://everydaydevtools.com/blog/how-to-use-hash-generator/</link>
      <guid isPermaLink="true">https://everydaydevtools.com/blog/how-to-use-hash-generator/</guid>
      <pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate>
      <description>Create MD5, SHA-1, and SHA-256 digests for checksums and cache keys - and how to choose the right algorithm for integrity checks.</description>
      <category>hash generator guide</category><category>md5 sha1 sha256</category><category>checksum online</category><category>how to hash text</category>
    </item>
  </channel>
</rss>
