<?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: Picky Pear</title>
    <description>The latest articles on DEV Community by Picky Pear (@picky_pear_793d97a5ebfcc6).</description>
    <link>https://dev.to/picky_pear_793d97a5ebfcc6</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%2F3925858%2F04ed397f-aa06-4960-9da3-be5a551dde03.png</url>
      <title>DEV Community: Picky Pear</title>
      <link>https://dev.to/picky_pear_793d97a5ebfcc6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/picky_pear_793d97a5ebfcc6"/>
    <language>en</language>
    <item>
      <title>Introducing PickyPear: Our First 24 Hours After Launch</title>
      <dc:creator>Picky Pear</dc:creator>
      <pubDate>Sat, 16 May 2026 18:54:02 +0000</pubDate>
      <link>https://dev.to/picky_pear_793d97a5ebfcc6/introducing-pickypear-our-first-24-hours-after-launch-1k3m</link>
      <guid>https://dev.to/picky_pear_793d97a5ebfcc6/introducing-pickypear-our-first-24-hours-after-launch-1k3m</guid>
      <description>&lt;h1&gt;
  
  
  We launched PickyPear yesterday — here’s what happened in the first 24 hours
&lt;/h1&gt;

&lt;p&gt;Yesterday we launched PickyPear.&lt;/p&gt;

&lt;p&gt;No huge team.&lt;br&gt;
No investors.&lt;br&gt;
No massive ad campaign.&lt;/p&gt;

&lt;p&gt;Just an idea, a laptop, and a lot of late nights trying to make something people would actually use.&lt;/p&gt;

&lt;h2&gt;
  
  
  The idea
&lt;/h2&gt;

&lt;p&gt;PickyPear started from a simple problem:&lt;/p&gt;

&lt;p&gt;Sometimes people know they want food… but don’t know &lt;em&gt;what&lt;/em&gt; they want.&lt;/p&gt;

&lt;p&gt;We wanted to build something lightweight, fast, and simple that helps users discover food options without opening 10 different apps and scrolling endlessly.&lt;/p&gt;

&lt;h2&gt;
  
  
  The launch
&lt;/h2&gt;

&lt;p&gt;We officially launched yesterday and honestly, we didn’t know what to expect.&lt;/p&gt;

&lt;p&gt;Within the first 24 hours:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Traffic started hitting the site almost immediately&lt;/li&gt;
&lt;li&gt;Cloudflare showed our first live requests&lt;/li&gt;
&lt;li&gt;Google began discovering pages&lt;/li&gt;
&lt;li&gt;Friends started sharing links&lt;/li&gt;
&lt;li&gt;We found bugs we somehow never saw during development 😅&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It wasn’t viral.&lt;/p&gt;

&lt;p&gt;But it was real.&lt;/p&gt;

&lt;p&gt;And that matters more.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we learned immediately
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Traffic means nothing without retention
&lt;/h3&gt;

&lt;p&gt;Getting visitors feels exciting at first.&lt;/p&gt;

&lt;p&gt;But the real question is:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Are people staying?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That changed our thinking quickly.&lt;/p&gt;

&lt;p&gt;We stopped focusing only on page views and started thinking more about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;user experience&lt;/li&gt;
&lt;li&gt;speed&lt;/li&gt;
&lt;li&gt;simplicity&lt;/li&gt;
&lt;li&gt;onboarding&lt;/li&gt;
&lt;li&gt;engagement&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  2. Performance matters a LOT
&lt;/h2&gt;

&lt;p&gt;One thing we noticed quickly:&lt;br&gt;
small delays feel huge for new users.&lt;/p&gt;

&lt;p&gt;We started optimizing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;image loading&lt;/li&gt;
&lt;li&gt;caching&lt;/li&gt;
&lt;li&gt;page speed&lt;/li&gt;
&lt;li&gt;API response times&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because users leave fast if a site feels slow.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. SEO starts earlier than expected
&lt;/h2&gt;

&lt;p&gt;Even on day one:&lt;br&gt;
Google bots already started visiting pages.&lt;/p&gt;

&lt;p&gt;That made us realize how important:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;metadata&lt;/li&gt;
&lt;li&gt;page titles&lt;/li&gt;
&lt;li&gt;sitemap setup&lt;/li&gt;
&lt;li&gt;semantic HTML&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;actually are.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;p&gt;We built PickyPear using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Next.js&lt;/li&gt;
&lt;li&gt;FastAPI&lt;/li&gt;
&lt;li&gt;PostgreSQL&lt;/li&gt;
&lt;li&gt;Cloudflare&lt;/li&gt;
&lt;li&gt;Tailwind CSS&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal was to keep the stack fast, scalable, and simple enough to iterate quickly.&lt;/p&gt;

&lt;h2&gt;
  
  
  The hardest part
&lt;/h2&gt;

&lt;p&gt;Not coding.&lt;/p&gt;

&lt;p&gt;Launching.&lt;/p&gt;

&lt;p&gt;At some point you have to stop polishing and let real users see the product.&lt;/p&gt;

&lt;p&gt;That’s uncomfortable — but necessary.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we’re doing next
&lt;/h2&gt;

&lt;p&gt;Right now our focus is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;improving UX&lt;/li&gt;
&lt;li&gt;better SEO&lt;/li&gt;
&lt;li&gt;analytics integration&lt;/li&gt;
&lt;li&gt;performance optimization&lt;/li&gt;
&lt;li&gt;social content&lt;/li&gt;
&lt;li&gt;collecting user feedback&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Still very early.&lt;br&gt;
Still learning.&lt;/p&gt;

&lt;p&gt;But shipping something real already taught us more than months of planning.&lt;/p&gt;

&lt;p&gt;If you’re building something too:&lt;br&gt;
launch earlier than you think you should.&lt;/p&gt;

&lt;p&gt;You learn faster once real users arrive.&lt;/p&gt;

</description>
      <category>buildinpublic</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>startup</category>
    </item>
    <item>
      <title>We’re Launching PickyPear</title>
      <dc:creator>Picky Pear</dc:creator>
      <pubDate>Thu, 14 May 2026 17:34:41 +0000</pubDate>
      <link>https://dev.to/picky_pear_793d97a5ebfcc6/were-launching-pickypear-ki6</link>
      <guid>https://dev.to/picky_pear_793d97a5ebfcc6/were-launching-pickypear-ki6</guid>
      <description>&lt;p&gt;The internet has more tools, apps, and products than ever before.&lt;/p&gt;

&lt;p&gt;But finding the right one? That’s still frustrating.&lt;/p&gt;

&lt;p&gt;Every day, people search through endless directories, random blog posts, sponsored recommendations, and crowded marketplaces just to discover a tool that actually solves their problem.&lt;/p&gt;

&lt;p&gt;That’s exactly why we built PickyPear.&lt;/p&gt;

&lt;p&gt;What is PickyPear?&lt;/p&gt;

&lt;p&gt;PickyPear is a platform built to help people discover useful digital products more easily.&lt;/p&gt;

&lt;p&gt;Instead of spending hours searching through cluttered websites and overwhelming lists, users can explore products in a cleaner and more focused way.&lt;/p&gt;

&lt;p&gt;Our goal is simple:&lt;/p&gt;

&lt;p&gt;Help users discover the right tools faster.&lt;/p&gt;

&lt;p&gt;Whether you’re a developer, creator, startup founder, designer, student, or simply someone looking for a useful product, PickyPear is designed to make discovery easier.&lt;/p&gt;

&lt;p&gt;Why We Started Building It&lt;/p&gt;

&lt;p&gt;We noticed a common problem.&lt;/p&gt;

&lt;p&gt;There are thousands of amazing products launching every month, but many of them never reach the right audience.&lt;/p&gt;

&lt;p&gt;At the same time, users struggle to:&lt;/p&gt;

&lt;p&gt;Find trustworthy tools&lt;br&gt;
Compare products quickly&lt;br&gt;
Discover new startups&lt;br&gt;
Keep up with new launches&lt;br&gt;
Avoid low-quality recommendations&lt;/p&gt;

&lt;p&gt;Most platforms today are either:&lt;/p&gt;

&lt;p&gt;Too crowded&lt;br&gt;
Filled with ads&lt;br&gt;
Hard to navigate&lt;br&gt;
Focused only on big companies&lt;/p&gt;

&lt;p&gt;We wanted to create something cleaner, simpler, and more community-focused.&lt;/p&gt;

&lt;p&gt;That idea became PickyPear.&lt;/p&gt;

&lt;p&gt;Built for Both Users and Creators&lt;/p&gt;

&lt;p&gt;PickyPear is not only for people searching for tools.&lt;/p&gt;

&lt;p&gt;It’s also for creators and startup founders.&lt;/p&gt;

&lt;p&gt;If you’ve built a product, you know how difficult distribution can be.&lt;/p&gt;

&lt;p&gt;Launching is hard. Getting discovered is even harder.&lt;/p&gt;

&lt;p&gt;With PickyPear, creators can:&lt;/p&gt;

&lt;p&gt;Submit and showcase their products&lt;br&gt;
Reach early users&lt;br&gt;
Improve visibility&lt;br&gt;
Get discovered by the right audience&lt;br&gt;
Grow organically&lt;/p&gt;

&lt;p&gt;We believe great products deserve attention — even if they’re built by small teams or indie founders.&lt;/p&gt;

&lt;p&gt;What We’re Focused On&lt;/p&gt;

&lt;p&gt;Right now, we’re focused on building:&lt;/p&gt;

&lt;p&gt;A clean product discovery experience&lt;br&gt;
Faster browsing and search&lt;br&gt;
Better categorization&lt;br&gt;
Simple product submissions&lt;br&gt;
A modern and lightweight platform&lt;/p&gt;

&lt;p&gt;This is just the beginning.&lt;/p&gt;

&lt;p&gt;We’re continuously improving the platform based on feedback from early users and creators.&lt;/p&gt;

&lt;p&gt;The Journey So Far&lt;/p&gt;

&lt;p&gt;Building PickyPear has been an exciting journey.&lt;/p&gt;

&lt;p&gt;From designing the platform to developing the backend and improving the user experience, every step has been focused on solving a real problem.&lt;/p&gt;

&lt;p&gt;Like every startup, we faced challenges:&lt;/p&gt;

&lt;p&gt;Choosing the right tech stack&lt;br&gt;
Optimizing performance&lt;br&gt;
Improving SEO and discoverability&lt;br&gt;
Building scalable systems&lt;br&gt;
Designing a clean UI/UX&lt;/p&gt;

&lt;p&gt;But we kept building.&lt;/p&gt;

&lt;p&gt;Because we genuinely believe product discovery can be better.&lt;/p&gt;

&lt;p&gt;We’re Officially Launching&lt;/p&gt;

&lt;p&gt;Today, we’re excited to announce that PickyPear is launching.&lt;/p&gt;

&lt;p&gt;This is a huge milestone for us.&lt;/p&gt;

&lt;p&gt;But more importantly, it’s the start of a larger vision.&lt;/p&gt;

&lt;p&gt;We want to build a platform where:&lt;/p&gt;

&lt;p&gt;Users discover quality products faster&lt;br&gt;
Creators get visibility&lt;br&gt;
Startups grow organically&lt;br&gt;
Innovation becomes easier to find&lt;br&gt;
Thank You&lt;/p&gt;

&lt;p&gt;To everyone who supported us, gave feedback, tested the platform, or encouraged us during development — thank you.&lt;/p&gt;

&lt;p&gt;Your support helped bring this idea to life.&lt;/p&gt;

&lt;p&gt;And we’re just getting started.&lt;/p&gt;

&lt;p&gt;What’s Next?&lt;/p&gt;

&lt;p&gt;We’ll continue improving PickyPear with:&lt;/p&gt;

&lt;p&gt;More product categories&lt;br&gt;
Better discovery features&lt;br&gt;
Improved search and filtering&lt;br&gt;
Community-driven recommendations&lt;br&gt;
More tools for creators&lt;/p&gt;

&lt;p&gt;If you’re interested in discovering new products or launching your own product to more users, stay connected with us.&lt;/p&gt;

&lt;p&gt;The journey is only beginning.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmvotgot2d4satkzrfx4i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmvotgot2d4satkzrfx4i.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>The Biggest Problem in AI Right Now Is Discovery</title>
      <dc:creator>Picky Pear</dc:creator>
      <pubDate>Mon, 11 May 2026 21:21:17 +0000</pubDate>
      <link>https://dev.to/picky_pear_793d97a5ebfcc6/the-biggest-problem-in-ai-right-now-is-discovery-2inb</link>
      <guid>https://dev.to/picky_pear_793d97a5ebfcc6/the-biggest-problem-in-ai-right-now-is-discovery-2inb</guid>
      <description>&lt;h1&gt;
  
  
  The AI Tool Market Is Becoming Too Crowded
&lt;/h1&gt;

&lt;p&gt;Every day, new AI tools are launching.&lt;/p&gt;

&lt;p&gt;Tools for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;writing&lt;/li&gt;
&lt;li&gt;coding&lt;/li&gt;
&lt;li&gt;design&lt;/li&gt;
&lt;li&gt;automation&lt;/li&gt;
&lt;li&gt;video editing&lt;/li&gt;
&lt;li&gt;productivity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The problem is not the lack of tools anymore.&lt;/p&gt;

&lt;p&gt;The real problem is:&lt;br&gt;
finding the right tool.&lt;/p&gt;

&lt;p&gt;Most users spend hours:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;searching on Google&lt;/li&gt;
&lt;li&gt;scrolling through threads&lt;/li&gt;
&lt;li&gt;watching comparison videos&lt;/li&gt;
&lt;li&gt;testing random products&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And many genuinely useful tools get buried under the noise.&lt;/p&gt;

&lt;p&gt;That is one of the reasons I started building Pickypear.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I’m Trying to Build
&lt;/h2&gt;

&lt;p&gt;Pickypear is a platform focused on helping users discover useful AI tools more easily.&lt;/p&gt;

&lt;p&gt;The goal is to make exploration simpler instead of overwhelming.&lt;/p&gt;

&lt;p&gt;Not every user wants:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;500 confusing options&lt;/li&gt;
&lt;li&gt;spammy directories&lt;/li&gt;
&lt;li&gt;outdated listings&lt;/li&gt;
&lt;li&gt;endless ads&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Sometimes users just want:&lt;br&gt;
“Show me something actually useful.”&lt;/p&gt;

&lt;h2&gt;
  
  
  Also for Product Creators
&lt;/h2&gt;

&lt;p&gt;If you are building an AI product or startup, visibility is becoming harder too.&lt;/p&gt;

&lt;p&gt;A lot of founders build amazing products but struggle with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;discovery&lt;/li&gt;
&lt;li&gt;SEO&lt;/li&gt;
&lt;li&gt;early traffic&lt;/li&gt;
&lt;li&gt;reaching the right audience&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That’s why creators can also list their products on Pickypear.&lt;/p&gt;

&lt;p&gt;If users discover useful tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;users benefit&lt;/li&gt;
&lt;li&gt;creators get exposure&lt;/li&gt;
&lt;li&gt;the platform grows naturally&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Still early in the journey, but improving the platform step by step.&lt;/p&gt;

&lt;p&gt;Would love feedback from builders and developers here.&lt;/p&gt;

&lt;p&gt;Website:&lt;br&gt;
&lt;a href="https://pickypear.com" rel="noopener noreferrer"&gt;https://pickypear.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxytneaugbrey0co5riay.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxytneaugbrey0co5riay.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>A Platform to Discover Useful AI Tools</title>
      <dc:creator>Picky Pear</dc:creator>
      <pubDate>Mon, 11 May 2026 21:07:59 +0000</pubDate>
      <link>https://dev.to/picky_pear_793d97a5ebfcc6/a-platform-to-discover-useful-ai-tools-4hcb</link>
      <guid>https://dev.to/picky_pear_793d97a5ebfcc6/a-platform-to-discover-useful-ai-tools-4hcb</guid>
      <description>&lt;h1&gt;
  
  
  Building Pickypear: A Platform to Discover Useful AI Tools
&lt;/h1&gt;

&lt;p&gt;The AI space is growing extremely fast.&lt;/p&gt;

&lt;p&gt;Every day, new tools are launching for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;productivity&lt;/li&gt;
&lt;li&gt;coding&lt;/li&gt;
&lt;li&gt;design&lt;/li&gt;
&lt;li&gt;writing&lt;/li&gt;
&lt;li&gt;video editing&lt;/li&gt;
&lt;li&gt;automation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But finding genuinely useful tools is becoming difficult.&lt;/p&gt;

&lt;p&gt;That is why I started building Pickypear.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Pickypear?
&lt;/h2&gt;

&lt;p&gt;Pickypear is a platform where users can discover and explore AI tools in one place.&lt;/p&gt;

&lt;p&gt;The goal is simple:&lt;br&gt;
help users find tools faster without wasting hours searching across the internet.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Started It
&lt;/h2&gt;

&lt;p&gt;I noticed that many AI directories feel:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;cluttered&lt;/li&gt;
&lt;li&gt;outdated&lt;/li&gt;
&lt;li&gt;overloaded with ads&lt;/li&gt;
&lt;li&gt;difficult to navigate&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I wanted to create something cleaner and easier to explore.&lt;/p&gt;

&lt;p&gt;I’m still improving the platform every day and learning while building.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I’m Working On
&lt;/h2&gt;

&lt;p&gt;Currently focusing on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;better SEO&lt;/li&gt;
&lt;li&gt;faster page speed&lt;/li&gt;
&lt;li&gt;cleaner UI&lt;/li&gt;
&lt;li&gt;tool categorization&lt;/li&gt;
&lt;li&gt;launch pages&lt;/li&gt;
&lt;li&gt;featured tools&lt;/li&gt;
&lt;li&gt;improving discoverability&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Early Progress
&lt;/h2&gt;

&lt;p&gt;In the last 30 days:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;2k+ unique visitors&lt;/li&gt;
&lt;li&gt;thousands of requests handled&lt;/li&gt;
&lt;li&gt;growing indexed pages&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Still early, but exciting to see real users visiting the platform.&lt;/p&gt;

&lt;h2&gt;
  
  
  Biggest Learning
&lt;/h2&gt;

&lt;p&gt;Building is much harder than the idea itself.&lt;/p&gt;

&lt;p&gt;You spend time:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;fixing bugs&lt;/li&gt;
&lt;li&gt;learning SEO&lt;/li&gt;
&lt;li&gt;improving UI&lt;/li&gt;
&lt;li&gt;writing content&lt;/li&gt;
&lt;li&gt;handling deployment issues&lt;/li&gt;
&lt;li&gt;trying to get your first users&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But every small improvement compounds.&lt;/p&gt;

&lt;h2&gt;
  
  
  Looking Ahead
&lt;/h2&gt;

&lt;p&gt;The vision is to make Pickypear a useful place for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;users discovering tools&lt;/li&gt;
&lt;li&gt;founders showcasing products&lt;/li&gt;
&lt;li&gt;startups getting visibility&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Would love feedback from developers and builders here.&lt;/p&gt;

&lt;p&gt;Website:&lt;br&gt;
&lt;a href="https://pickypear.com" rel="noopener noreferrer"&gt;https://pickypear.com&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5nguud779abo52w243j9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5nguud779abo52w243j9.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
