<?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: segfault.elf</title>
    <description>The latest articles on DEV Community by segfault.elf (@segfaultelf).</description>
    <link>https://dev.to/segfaultelf</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%2F3974763%2F569b0fa4-5cc0-4e1d-b68d-de680fbeb731.jpeg</url>
      <title>DEV Community: segfault.elf</title>
      <link>https://dev.to/segfaultelf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/segfaultelf"/>
    <language>en</language>
    <item>
      <title>Devlog, day 1: paddery</title>
      <dc:creator>segfault.elf</dc:creator>
      <pubDate>Mon, 08 Jun 2026 20:10:07 +0000</pubDate>
      <link>https://dev.to/segfaultelf/devlog-day-1-paddery-e90</link>
      <guid>https://dev.to/segfaultelf/devlog-day-1-paddery-e90</guid>
      <description>&lt;p&gt;So, I needed to pad some strings for a project I was working on, and I remembered left-pad. Thing is, it only pads to the left.... I needed more features, including: padding to the right, padding to the left and right at the same time with the same character(s) (did I mention it can pad strings too instead of singular characters??), pad in both directions independently in one line of code. That's why I wrote paddery: to fix what I think is broken. Yes, I know, a lot of other padding tools exist, but I couldn't fathom how cool having an NPM package would be and how easy it was to code. Personally, I'm going to take the Linus approach: if someone down the line makes a padder library that's better than mine, I will stop development and use that. Sure, the community will and can maintain it after I stop development, but I personally am going to move to the better package. But until then, you and I can use this wonderful package.&lt;/p&gt;

&lt;p&gt;Anyways, with that out of the way, I built it in an afternoon! Not to say it's anything crazy, but I genuinely needed a quick fix and that's exactly what I got! I'm sharing it with you guys so you can use it too and help me improve it:&lt;br&gt;
GitHub: &lt;a href="https://github.com/segfault-elf/paddery" rel="noopener noreferrer"&gt;https://github.com/segfault-elf/paddery&lt;/a&gt;&lt;br&gt;
NPM: paddery&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;segfault.elf&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>javascript</category>
      <category>npm</category>
      <category>devlog</category>
    </item>
  </channel>
</rss>
