<?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: Фёдор Сёмочкин</title>
    <description>The latest articles on DEV Community by Фёдор Сёмочкин (@fedorsemoch).</description>
    <link>https://dev.to/fedorsemoch</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%2F2053971%2Fd8fc3457-26b3-4600-9808-1852590ad207.png</url>
      <title>DEV Community: Фёдор Сёмочкин</title>
      <link>https://dev.to/fedorsemoch</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fedorsemoch"/>
    <language>en</language>
    <item>
      <title>I built desktop tool to feed your entire codebase to ChatGPT/Claude (Svelte 5 + Tauri v2)</title>
      <dc:creator>Фёдор Сёмочкин</dc:creator>
      <pubDate>Fri, 27 Feb 2026 10:39:19 +0000</pubDate>
      <link>https://dev.to/fedorsemoch/i-built-desktop-tool-to-feed-your-entire-codebase-to-chatgptclaude-svelte-5-tauri-v2-ap5</link>
      <guid>https://dev.to/fedorsemoch/i-built-desktop-tool-to-feed-your-entire-codebase-to-chatgptclaude-svelte-5-tauri-v2-ap5</guid>
      <description>&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%2Ffd2d60a8h6c2r3wbo7yl.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%2Ffd2d60a8h6c2r3wbo7yl.png" alt=" " width="800" height="502"&gt;&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%2Fzy2rb2lu3d29yj95csfg.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%2Fzy2rb2lu3d29yj95csfg.png" alt=" " width="800" height="502"&gt;&lt;/a&gt;&lt;br&gt;
Hi everyone!&lt;/p&gt;

&lt;p&gt;I got tired of manually copy-pasting files to give context to ChatGPT/Claude. So I built Codebase-parser — a tool that scans your directory and formats your code into a single prompt-ready text.&lt;/p&gt;

&lt;p&gt;🔗 Links:&lt;br&gt;
**&lt;br&gt;
GitHub Repo: &lt;a href="https://github.com/Fedorse/Codebase-parser" rel="noopener noreferrer"&gt;https://github.com/Fedorse/Codebase-parser&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Download v1.1.1 (Mac/Win): &lt;a href="https://github.com/Fedorse/Codebase-parser/releases/tag/v1.1.1" rel="noopener noreferrer"&gt;https://github.com/Fedorse/Codebase-parser/releases/tag/v1.1.1&lt;/a&gt;&lt;br&gt;
**&lt;br&gt;
📦 How to install (macOS):&lt;/p&gt;

&lt;p&gt;You can download the .dmg from the releases page above, or use Homebrew:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Bash

brew tap fedorse/tap
brew install --cask fedorse/tap/codebase-parser
sudo xattr -cr /Applications/codebase-parser.app
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;⚠️ Important Note on Security Warnings (Unsigned App):&lt;/p&gt;

&lt;p&gt;I am an indie developer and I don't have the paid certificates from Apple or Microsoft yet. You will likely see a warning when launching the app. Here is how to bypass it:&lt;/p&gt;

&lt;p&gt;macOS: You might get a "App is damaged and can't be opened" error. This is a generic Gatekeeper error for unsigned apps. To fix it, run this in Terminal:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;sudo xattr -cr /Applications/codebase-parser.app&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
Windows: You might see a "Windows protected your PC" (SmartScreen) popup. Click "More info" -&amp;gt; "Run anyway".&lt;/p&gt;

&lt;p&gt;The code is 100% open source, so feel free to audit it yourself on GitHub if you are concerned.&lt;/p&gt;

&lt;p&gt;Feedback is welcome!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>javascript</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Sorting Algorithms Visualizer built with React</title>
      <dc:creator>Фёдор Сёмочкин</dc:creator>
      <pubDate>Thu, 12 Sep 2024 04:29:51 +0000</pubDate>
      <link>https://dev.to/fedorsemoch/sorting-algorithms-visualizer-built-with-react-407f</link>
      <guid>https://dev.to/fedorsemoch/sorting-algorithms-visualizer-built-with-react-407f</guid>
      <description>&lt;p&gt;Hey everyone! I've just completed my first real pet project - a Sorting Algorithms Visualizer, built with React. 🎉&lt;br&gt;
GitHub repo: &lt;a href="https://github.com/Fedorse/Sorting-Algorithm-Visualizer" rel="noopener noreferrer"&gt;https://github.com/Fedorse/Sorting-Algorithm-Visualizer&lt;/a&gt;&lt;br&gt;
Live demo: &lt;a href="https://algorithms-virid.vercel.app/" rel="noopener noreferrer"&gt;https://algorithms-virid.vercel.app/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcxvat2yuy1u4fmyd2vez.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcxvat2yuy1u4fmyd2vez.gif" alt="Realtime" width="600" height="317"&gt;&lt;/a&gt;&lt;br&gt;
It was a great learning experience, and i hope this project helps others visualize how sorting algorithms work.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>algorithms</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
