<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Devkult Blog</title>
    <link>https://www.devkult.com/blog</link>
    <description>Practical developer notes from Devkult.</description>
    <language>en</language>
    <item>
      <title>Cron Expressions Explained, Field by Field</title>
      <link>https://www.devkult.com/blog/cron-expressions-explained</link>
      <guid isPermaLink="true">https://www.devkult.com/blog/cron-expressions-explained</guid>
      <pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate>
      <description>A cron expression is five fields that describe a schedule. Here's what each field means, how the special characters work, and the one gotcha that trips everyone up.</description>
    </item>
    <item>
      <title>px, rem, and em in CSS: When to Use Each</title>
      <link>https://www.devkult.com/blog/px-rem-em-css-units</link>
      <guid isPermaLink="true">https://www.devkult.com/blog/px-rem-em-css-units</guid>
      <pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
      <description>px is absolute, rem is relative to the root, em is relative to the element. Here's a practical guide to choosing the right CSS unit — and avoiding em's compounding trap.</description>
    </item>
    <item>
      <title>How JWT Signing Works (and Why You Can't Verify It in the Browser)</title>
      <link>https://www.devkult.com/blog/how-jwt-signing-works</link>
      <guid isPermaLink="true">https://www.devkult.com/blog/how-jwt-signing-works</guid>
      <pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate>
      <description>A JWT's signature is what makes it trustworthy. Here's how HS256 and RS256 signing actually work, and why verifying a token client-side is impossible.</description>
    </item>
    <item>
      <title>Base64 vs Base64URL: What's the Difference?</title>
      <link>https://www.devkult.com/blog/base64-vs-base64url</link>
      <guid isPermaLink="true">https://www.devkult.com/blog/base64-vs-base64url</guid>
      <pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate>
      <description>Base64 and Base64URL encode the same bytes but use different alphabets. Here's why JWTs and URLs use the URL-safe variant, and how to convert between them.</description>
    </item>
  </channel>
</rss>