<?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: Miloš P.</title>
    <description>The latest articles on DEV Community by Miloš P. (@milos74).</description>
    <link>https://dev.to/milos74</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%2F1768252%2F5b18ca4d-51d2-422a-80d7-611cb47e6159.png</url>
      <title>DEV Community: Miloš P.</title>
      <link>https://dev.to/milos74</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/milos74"/>
    <language>en</language>
    <item>
      <title>Leaving GitHub: A Senior Developer’s Warning on "Digital Hostage" Situations</title>
      <dc:creator>Miloš P.</dc:creator>
      <pubDate>Sat, 31 Jan 2026 21:11:46 +0000</pubDate>
      <link>https://dev.to/milos74/leaving-github-after-25-years-a-senior-developers-warning-on-digital-hostage-situations-1ne2</link>
      <guid>https://dev.to/milos74/leaving-github-after-25-years-a-senior-developers-warning-on-digital-hostage-situations-1ne2</guid>
      <description>&lt;p&gt;The Incident: 70 days ago, my GitHub account (active for years, clean record, paying Copilot subscriber) was suspended without a single email or explanation. My work, including tools supporting research in Antarctica, was instantly turned into 404 pages.&lt;/p&gt;

&lt;p&gt;The Reality Check: Despite 25 years of engineering experience and a paid subscription, I’ve been met with total silence. My professional email addresses are now "trapped" in their system, and I cannot move my identity elsewhere.&lt;/p&gt;

&lt;p&gt;The Lesson:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Copilot is a productivity trap: The seconds it saves you are nothing compared to the weeks lost in "support limbo."&lt;/li&gt;
&lt;li&gt;90% of GitHub is noise: Most solutions are mediocre; don't waste your time building a reputation on a platform that treats you like a row in a database.&lt;/li&gt;
&lt;li&gt;The ROI isn't there: I have spent more time fighting their bots than I ever gained from their services.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The Future: I am moving my work to independent channels. My code is safe in my local archives. GitHub is no longer part of my workflow. If you value your time and autonomy, have a "Plan B".&lt;/p&gt;

&lt;h2&gt;
  
  
  A note for employers and juniors: GitHub is not a CV
&lt;/h2&gt;

&lt;p&gt;In recent years, I’ve noticed a worrying trend: GitHub profiles being treated as résumés. Commit graphs, public repositories, and stars are increasingly used as hiring filters.&lt;/p&gt;

&lt;p&gt;This is a mistake. GitHub activity measures visibility, not competence. It favors those with time for public demos and self-promotion, while penalizing engineers who work on private, long-lived, or regulated systems — often the most critical ones.&lt;/p&gt;

&lt;p&gt;For junior developers, this creates a harmful illusion: that constant public output matters more than understanding fundamentals, problem-solving skills, or the ability to reason about systems.&lt;/p&gt;

&lt;p&gt;A professional engineer is not defined by a platform. When a single service becomes someone’s professional identity, any suspension — justified or not — turns into career damage without due process.&lt;/p&gt;

&lt;p&gt;GitHub can be a useful supplement. It should never be the foundation of someone’s career.&lt;/p&gt;

</description>
      <category>github</category>
      <category>productivity</category>
      <category>career</category>
      <category>devlife</category>
    </item>
    <item>
      <title>Bringing VB6 Back to Life: Run the Classic IDE on Windows 10/11 — No VM Needed</title>
      <dc:creator>Miloš P.</dc:creator>
      <pubDate>Wed, 30 Jul 2025 21:09:19 +0000</pubDate>
      <link>https://dev.to/milos74/bringing-vb6-back-to-life-run-the-classic-ide-on-windows-1011-no-vm-needed-3mm8</link>
      <guid>https://dev.to/milos74/bringing-vb6-back-to-life-run-the-classic-ide-on-windows-1011-no-vm-needed-3mm8</guid>
      <description>&lt;p&gt;&lt;strong&gt;UPDATE (Januar 2026):&lt;/strong&gt; GitHub has suspended my account without explanation, and all repository links below are currently broken. I have decided to stop using GitHub due to their lack of support and accountability. You can read the full story of why I am leaving the platform [&lt;a href="https://dev.to/milos74/leaving-github-after-25-years-a-senior-developers-warning-on-digital-hostage-situations-1ne2"&gt;https://dev.to/milos74/leaving-github-after-25-years-a-senior-developers-warning-on-digital-hostage-situations-1ne2&lt;/a&gt;].&lt;/p&gt;

</description>
      <category>vb6</category>
      <category>legacy</category>
      <category>development</category>
      <category>ide</category>
    </item>
    <item>
      <title>Why I Built a C# Markdown to/from HTML, and AmigaGuide to HTML/Markdown Converter</title>
      <dc:creator>Miloš P.</dc:creator>
      <pubDate>Sat, 19 Jul 2025 18:09:07 +0000</pubDate>
      <link>https://dev.to/milos74/why-i-built-a-c-markdown-to-html-converter-thats-actually-fast-and-safe-22fc</link>
      <guid>https://dev.to/milos74/why-i-built-a-c-markdown-to-html-converter-thats-actually-fast-and-safe-22fc</guid>
      <description>&lt;p&gt;&lt;strong&gt;UPDATE (Januar 2026):&lt;/strong&gt; GitHub has suspended my account without explanation, and all repository links below are currently broken. I have decided to stop using GitHub due to their lack of support and accountability. You can read the full story of why I am leaving the platform [&lt;a href="https://dev.to/milos74/leaving-github-after-25-years-a-senior-developers-warning-on-digital-hostage-situations-1ne2"&gt;https://dev.to/milos74/leaving-github-after-25-years-a-senior-developers-warning-on-digital-hostage-situations-1ne2&lt;/a&gt;].&lt;/p&gt;

</description>
      <category>markdown</category>
      <category>csharp</category>
      <category>amigaguide</category>
      <category>converter</category>
    </item>
  </channel>
</rss>
