<?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>Forem: Muhammad Umer </title>
    <description>The latest articles on Forem by Muhammad Umer  (@muhammad_umer_2).</description>
    <link>https://forem.com/muhammad_umer_2</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%2F3655940%2Fbb896ec2-bf1a-403d-b276-f0ed1cf7960d.jpg</url>
      <title>Forem: Muhammad Umer </title>
      <link>https://forem.com/muhammad_umer_2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/muhammad_umer_2"/>
    <language>en</language>
    <item>
      <title>Efficiently Convert Images to WebP for Web Projects</title>
      <dc:creator>Muhammad Umer </dc:creator>
      <pubDate>Sun, 14 Dec 2025 09:59:06 +0000</pubDate>
      <link>https://forem.com/muhammad_umer_2/efficiently-convert-images-to-webp-for-web-projects-4b9d</link>
      <guid>https://forem.com/muhammad_umer_2/efficiently-convert-images-to-webp-for-web-projects-4b9d</guid>
      <description>&lt;p&gt;Images are often the largest assets on a website, and optimizing them is key for faster page loads and better SEO. WebP is a modern image format that reduces file size while maintaining quality.&lt;/p&gt;

&lt;p&gt;Challenges Developers Face:&lt;/p&gt;

&lt;p&gt;Bulk conversion — dozens of images can be tedious to convert manually&lt;/p&gt;

&lt;p&gt;Large files — high-res images up to 50MB need fast processing&lt;/p&gt;

&lt;p&gt;Workflow integration — ideally fits into your development pipeline&lt;/p&gt;

&lt;p&gt;Solutions:&lt;/p&gt;

&lt;p&gt;CLI Tools like cwebp for scripting&lt;/p&gt;

&lt;p&gt;Node.js libraries like sharp for batch conversion&lt;/p&gt;

&lt;p&gt;Web-based converters that handle bulk uploads in the browser&lt;/p&gt;

&lt;p&gt;If you want a fast, web-based bulk converter for up to 50 images at once, &lt;br&gt;
check out: &lt;a href="https://pixel-press.app/" rel="noopener noreferrer"&gt;PixelPress&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>frontend</category>
      <category>webperf</category>
      <category>seo</category>
    </item>
    <item>
      <title>The story behind a tool that helped speed up my workflow</title>
      <dc:creator>Muhammad Umer </dc:creator>
      <pubDate>Wed, 10 Dec 2025 17:33:41 +0000</pubDate>
      <link>https://forem.com/muhammad_umer_2/the-story-behind-a-tool-that-helped-speed-up-my-workflow-4421</link>
      <guid>https://forem.com/muhammad_umer_2/the-story-behind-a-tool-that-helped-speed-up-my-workflow-4421</guid>
      <description>&lt;p&gt;A few weeks ago, I was working on a client project and ran into the same problem again. Large images were slowing down the entire site, and I was spending more time converting JPGs and PNGs than actually building features.&lt;/p&gt;

&lt;p&gt;I tried several tools, but most had limits, required signups, or uploaded files to a server which I wanted to avoid. So I built something small for myself, and it turned out to be really useful.&lt;/p&gt;

&lt;p&gt;I named it Pixel Press. It is a simple browser based converter that turns JPEG, PNG, and AVIF into WebP, supports bulk upload, and handles images up to 50MB. There is no server involved and nothing is stored. Everything happens locally in the browser.&lt;/p&gt;

&lt;p&gt;It solved the problem for me, so I’m sharing it in case it helps anyone who deals with image optimization in their workflow.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pixel-press.app/" rel="noopener noreferrer"&gt;https://pixel-press.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you try it, I would appreciate your feedback.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>performance</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
