<?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: Ievgenii Podovinnikov</title>
    <description>The latest articles on DEV Community by Ievgenii Podovinnikov (@ipodovinnikov).</description>
    <link>https://dev.to/ipodovinnikov</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%2F3844183%2Ffef94a54-6276-4f96-aeed-2c887fd0f10c.png</url>
      <title>DEV Community: Ievgenii Podovinnikov</title>
      <link>https://dev.to/ipodovinnikov</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ipodovinnikov"/>
    <language>en</language>
    <item>
      <title>Just released Fast API Tester Chrome extension</title>
      <dc:creator>Ievgenii Podovinnikov</dc:creator>
      <pubDate>Fri, 01 May 2026 05:23:44 +0000</pubDate>
      <link>https://dev.to/ipodovinnikov/just-released-fast-api-tester-chrome-extension-3143</link>
      <guid>https://dev.to/ipodovinnikov/just-released-fast-api-tester-chrome-extension-3143</guid>
      <description>&lt;p&gt;Lightweight API tester with history. Does the basics: GET/POST/PUT/DELETE/PATCH, headers, params, JSON body. Remembers last 3 requests.&lt;/p&gt;

&lt;p&gt;Pro features coming soon. I also need this to test my custom paywall service (one of the next 2 posts will revive more about it)&lt;/p&gt;

&lt;p&gt;One annoying thing: needed  permission because you can't predict which API endpoints people will call so this is very basic thing for such a thing as API test tool. That automatically flags the extension for manual review — which takes weeks instead of minutes/hours for auto-review.&lt;/p&gt;

&lt;p&gt;I am actually understand that and am okay with that. &lt;/p&gt;

&lt;p&gt;But what google does wrong - they can just hold you extension in limbo in "pending review" state for weeks and than you find some minor mistake in permissions (it still needed all_urls tho) and decide to take a risk and re-submit losing your queue in manual review and volia! you get published in 3 hours after two weeks of meaningless waiting.&lt;/p&gt;

&lt;p&gt;So as usual you can't rely that 3rd party things will act as in perfect world. Only you can!&lt;/p&gt;

&lt;p&gt;So if you're wondering why it's not live yet — that's why. &lt;/p&gt;

&lt;p&gt;P.S. Let me know if you're interested in custom paywall service which is easier than ever - updates coming soon!&lt;/p&gt;

&lt;p&gt;P.P.S Please use API tester if you need lightweight tool for that purpose and you can let me know it some specific feature is missing I will add if any. Thanks and have a nice day!&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://chromewebstore.google.com/detail/fast-api-tester/figccmomgjinafphjmodpjpgkbiloicj" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Flh3.googleusercontent.com%2FueTeY8CdGNy-JrHizBhIDec2F1A6DQl3dRokJh3ZijT5acmikyNZxMFyItXRrilcCmCTWQC5c7OgmftzbkMqhu6s-g%3Ds128-rj-sc0x00ffffff" height="128" class="m-0" width="128"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://chromewebstore.google.com/detail/fast-api-tester/figccmomgjinafphjmodpjpgkbiloicj" rel="noopener noreferrer" class="c-link"&gt;
            Fast API Tester - Chrome Web Store
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Lightweight API tester with history
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fssl.gstatic.com%2Fchrome%2Fwebstore%2Fimages%2Ficon_48px.png" width="48" height="48"&gt;
          chromewebstore.google.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&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%2F8ftya8bfxf4qdkcnxkaa.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%2F8ftya8bfxf4qdkcnxkaa.png" alt=" " width="800" height="697"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>api</category>
      <category>showdev</category>
      <category>testing</category>
      <category>tooling</category>
    </item>
    <item>
      <title>I built a Chrome extension because I just wanted to write notes</title>
      <dc:creator>Ievgenii Podovinnikov</dc:creator>
      <pubDate>Thu, 26 Mar 2026 06:51:40 +0000</pubDate>
      <link>https://dev.to/ipodovinnikov/i-built-a-chrome-extension-because-i-just-wanted-to-write-notes-20j8</link>
      <guid>https://dev.to/ipodovinnikov/i-built-a-chrome-extension-because-i-just-wanted-to-write-notes-20j8</guid>
      <description>&lt;p&gt;Hi all I am new here. &lt;/p&gt;

&lt;p&gt;Let me please share not even a story ("success story") but just a quick situation and quick satisfaction with result.&lt;/p&gt;

&lt;p&gt;I'm a Java developer with 10+ years of enterprise experience. &lt;br&gt;
But every time I needed to write down something during work, it was a pain.&lt;/p&gt;

&lt;p&gt;So I built Quick Notes. A Chrome extension that opens instantly, saves locally, and has no bullshit.&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;p&gt;Click the icon, type, hit Ctrl+Enter, done. Notes are stored in your browser. No cloud, no login, no tracking.&lt;/p&gt;

&lt;p&gt;Tech stack:&lt;/p&gt;

&lt;p&gt;Pure JavaScript, Storage API. That's it.&lt;/p&gt;

&lt;p&gt;Honest part:&lt;/p&gt;

&lt;p&gt;I used AI to help with the frontend code — I'm a Java developer, so JavaScript isn't my main thing. But I reviewed everything, made sure it works, and it does exactly what I need. The extension is solid, and that's what matters.&lt;/p&gt;

&lt;p&gt;So let me describe implementation a bit. I needed something that:&lt;/p&gt;

&lt;p&gt;Opens in under a second&lt;br&gt;
Works offline&lt;br&gt;
Doesn't ask for an account&lt;br&gt;
Stores notes locally&lt;br&gt;
Has my personal UI styling (I use same for all my products)&lt;/p&gt;

&lt;p&gt;None of the existing tools gave me that without bloat. So I solved this one exact problem at least just for me. I started using it yesterday and it's a pleasure because it solves exact tiny inconvenience I had.&lt;/p&gt;

&lt;p&gt;Next step:&lt;/p&gt;

&lt;p&gt;&lt;del&gt;I'm planning to publish it on Chrome Web Store. The review process is the only thing I'm nervous about. If you've been through it, let me know — what are the common rejections?&lt;/del&gt;&lt;/p&gt;

&lt;p&gt;Update: hurray! Quick Notes is now live! Passed review quickly!&lt;br&gt;
🔗 &lt;strong&gt;Get it on Chrome Web Store:&lt;/strong&gt; &lt;a href="https://chromewebstore.google.com/detail/quick-notes/leimoijdccoecdbglffjciheaikaeabe" rel="noopener noreferrer"&gt;Quick Notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Links:&lt;/p&gt;

&lt;p&gt;GitHub repo: &lt;a href="https://github.com/ievgeniipodovinnikov/quick-notes" rel="noopener noreferrer"&gt;https://github.com/ievgeniipodovinnikov/quick-notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Star if you find it useful. Chrome Store link coming soon.&lt;/p&gt;

&lt;p&gt;Sincerelly, &lt;br&gt;
Ievgenii&lt;/p&gt;

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

</description>
      <category>extensions</category>
      <category>javascript</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
