<?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: Issah Yoder</title>
    <description>The latest articles on DEV Community by Issah Yoder (@issah_yoder_8b734f7881679).</description>
    <link>https://dev.to/issah_yoder_8b734f7881679</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3963680%2F2a6c431e-079f-4075-a67d-3f2c182bc3b8.png</url>
      <title>DEV Community: Issah Yoder</title>
      <link>https://dev.to/issah_yoder_8b734f7881679</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/issah_yoder_8b734f7881679"/>
    <language>en</language>
    <item>
      <title>I Built a Simple Tool for Creating Seamless Repeating Patterns</title>
      <dc:creator>Issah Yoder</dc:creator>
      <pubDate>Mon, 31 Aug 2026 06:47:28 +0000</pubDate>
      <link>https://dev.to/issah_yoder_8b734f7881679/i-built-a-simple-tool-for-creating-seamless-repeating-patterns-k6i</link>
      <guid>https://dev.to/issah_yoder_8b734f7881679/i-built-a-simple-tool-for-creating-seamless-repeating-patterns-k6i</guid>
      <description>&lt;p&gt;Creating a repeating pattern sounds simple: place the same image side by side and export it.&lt;/p&gt;

&lt;p&gt;In practice, the edges rarely match. Visible seams appear, previews become difficult to inspect, and exporting large repeated layouts can quickly become tedious.&lt;/p&gt;

&lt;p&gt;That’s why I built Seamlessify, a browser-based tool for turning ordinary images into seamless, tileable patterns.&lt;/p&gt;

&lt;p&gt;What it can do&lt;/p&gt;

&lt;p&gt;The free direct-stitching workspace lets you:&lt;/p&gt;

&lt;p&gt;Upload PNG, JPG, or WebP images&lt;/p&gt;

&lt;p&gt;Use direct stitching or blend visible edges&lt;/p&gt;

&lt;p&gt;Preview the result as a 3×3 repeating pattern&lt;/p&gt;

&lt;p&gt;Zoom in to inspect boundaries&lt;/p&gt;

&lt;p&gt;Control repeat count and output dimensions&lt;/p&gt;

&lt;p&gt;Process multiple images in batches&lt;/p&gt;

&lt;p&gt;Export PNG, JPG, or ZIP files&lt;/p&gt;

&lt;p&gt;The direct-stitching workflow runs in the browser and doesn’t require an account.&lt;/p&gt;

&lt;p&gt;Optional AI pattern generation&lt;/p&gt;

&lt;p&gt;I also added an AI workspace for creating new seamless images from:&lt;/p&gt;

&lt;p&gt;A text prompt&lt;/p&gt;

&lt;p&gt;A reference image&lt;/p&gt;

&lt;p&gt;A reference image combined with written instructions&lt;/p&gt;

&lt;p&gt;Generated images can be downloaded directly or sent into the stitching workspace for additional processing, cropping, and batch export.&lt;/p&gt;

&lt;p&gt;The goal was to keep the workflow simple: generate or upload an image, inspect the repetition, make adjustments, and export—all without jumping between several different tools.&lt;/p&gt;

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

&lt;p&gt;Many existing pattern tools are either too limited for batch work or include complicated controls that make a small task feel much bigger than it should.&lt;/p&gt;

&lt;p&gt;Seamlessify is designed to stay approachable for designers, print-on-demand creators, textile projects, wallpapers, backgrounds, packaging, and game assets.&lt;/p&gt;

&lt;p&gt;You can try it here:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://seamlessify.com" rel="noopener noreferrer"&gt;https://seamlessify.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love to hear what formats, controls, or workflows would make it more useful for your projects.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>showdev</category>
      <category>design</category>
    </item>
    <item>
      <title>I built a small tool to make PDFs easier to read at night</title>
      <dc:creator>Issah Yoder</dc:creator>
      <pubDate>Tue, 02 Jun 2026 03:23:25 +0000</pubDate>
      <link>https://dev.to/issah_yoder_8b734f7881679/i-built-a-small-tool-to-make-pdfs-easier-to-read-at-night-3po6</link>
      <guid>https://dev.to/issah_yoder_8b734f7881679/i-built-a-small-tool-to-make-pdfs-easier-to-read-at-night-3po6</guid>
      <description>&lt;p&gt;I read a lot of PDFs at night, especially on my phone.&lt;/p&gt;

&lt;p&gt;And honestly, PDFs are not great for that.&lt;/p&gt;

&lt;p&gt;Most of them still feel like digital paper: white background, fixed layout, and tiny text. Dark mode helps a bit, but many tools only change the page color.&lt;/p&gt;

&lt;p&gt;The bigger problem for me was mobile reading.&lt;/p&gt;

&lt;p&gt;When the text is too small, I have to pinch zoom, move the page left and right, zoom out again, then repeat the same thing on the next paragraph.&lt;/p&gt;

&lt;p&gt;After doing that too many times, I thought:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Why can’t I just read the PDF text like an article?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So I built a small free tool:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pdfdarkmode.org" rel="noopener noreferrer"&gt;PDF Dark Mode&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It has two reading modes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Page color mode
&lt;/h2&gt;

&lt;p&gt;This keeps the original PDF layout, but makes the page darker and easier to read at night.&lt;/p&gt;

&lt;p&gt;I use this for scanned PDFs, tables, image-heavy documents, or files where the original layout matters.&lt;/p&gt;

&lt;h2&gt;
  
  
  Text reading mode
&lt;/h2&gt;

&lt;p&gt;For selectable PDFs, the tool can extract the text and show it in a cleaner reading view.&lt;/p&gt;

&lt;p&gt;You can adjust the font size, line height, font family, and theme.&lt;/p&gt;

&lt;p&gt;This is the part I personally wanted most, because it makes mobile reading much more comfortable. Instead of constantly pinch-zooming a fixed PDF page, the PDF starts to feel more like a normal article.&lt;/p&gt;

&lt;h2&gt;
  
  
  Privacy
&lt;/h2&gt;

&lt;p&gt;The tool runs locally in the browser.&lt;/p&gt;

&lt;p&gt;Your PDF is not uploaded to a server, and refreshing the page clears the current session.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;You can try it here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pdfdarkmode.org" rel="noopener noreferrer"&gt;PDF Dark Mode&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I built it for my own night reading, but I’d love to hear feedback from anyone who reads PDFs on mobile.&lt;/p&gt;

&lt;p&gt;Also, if you ever need to convert a dark PDF back to a light version, I made a related tool for that too:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pdflightmode.com" rel="noopener noreferrer"&gt;PDF Light Mode&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tools</category>
      <category>webdev</category>
      <category>pdf</category>
    </item>
  </channel>
</rss>
