<?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: CreeperGuy14</title>
    <description>The latest articles on DEV Community by CreeperGuy14 (@creeperkid2014).</description>
    <link>https://dev.to/creeperkid2014</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%2F3306529%2F3d23c6cd-a282-4829-b7df-48de6a979d10.jpeg</url>
      <title>DEV Community: CreeperGuy14</title>
      <link>https://dev.to/creeperkid2014</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/creeperkid2014"/>
    <language>en</language>
    <item>
      <title>I'm 12 and I built a 2KB 0 dependency alternative to CASL!</title>
      <dc:creator>CreeperGuy14</dc:creator>
      <pubDate>Fri, 03 Apr 2026 20:45:08 +0000</pubDate>
      <link>https://dev.to/creeperkid2014/im-12-and-i-built-a-2kb-0-dependency-alternative-to-casl-g4a</link>
      <guid>https://dev.to/creeperkid2014/im-12-and-i-built-a-2kb-0-dependency-alternative-to-casl-g4a</guid>
      <description>&lt;p&gt;I built permzplus, a 2KB auth engine with 0 dependencies and a 100/100 Socket quality score. It replaces recursive graph-walking with a one-pass linear scan to turn complex role-inheritance into $O(1)$ cached lookups. Check out the logic at policy.ts:111 and drop a star if you want high-performance ABAC without the 100KB library bloat. Link: &lt;a href="https://github.com/PermzPlus/Permzplus" rel="noopener noreferrer"&gt;https://github.com/PermzPlus/Permzplus&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;:D&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>npm</category>
      <category>typescript</category>
      <category>node</category>
    </item>
    <item>
      <title>A new tool I built: Crashvault</title>
      <dc:creator>CreeperGuy14</dc:creator>
      <pubDate>Tue, 10 Mar 2026 21:35:44 +0000</pubDate>
      <link>https://dev.to/creeperkid2014/a-new-tool-i-built-crashvault-28hc</link>
      <guid>https://dev.to/creeperkid2014/a-new-tool-i-built-crashvault-28hc</guid>
      <description>&lt;p&gt;After months of coding and testing, I finally finished programming a tool called CrashVault, a lightweight, local-first crash/error vault with a simple CLI. Log errors, group them into issues, search, export/import, and keep a local history. Not only that, I'm implementing auto update, instancing, and more features!!!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I built it&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I was looking for a tool to monitor errors that was open source, unlike Datadog or Sentry. But I couldn't find anything that suited my needs, so finally, I decided to build my own in Python.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt;: CrashVault uses a tool called Patchy (another tool I made) that only has support for Node.js and Python(looking for help on adding support for other languages)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;LINKS&lt;/strong&gt;&lt;br&gt;
Crashvault: &lt;a href="https://github.com/Thundered-Studios/crashvault" rel="noopener noreferrer"&gt;https://github.com/Thundered-Studios/crashvault&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Patchy: &lt;a href="https://github.com/Thundered-Studios/patchy" rel="noopener noreferrer"&gt;https://github.com/Thundered-Studios/patchy&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>python</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
