<?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: Ahmed889-code</title>
    <description>The latest articles on DEV Community by Ahmed889-code (@ahmed889code).</description>
    <link>https://dev.to/ahmed889code</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4021879%2Fa86e5f9f-cbc6-4ab6-b6d4-35c8a0f24f54.png</url>
      <title>DEV Community: Ahmed889-code</title>
      <link>https://dev.to/ahmed889code</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ahmed889code"/>
    <language>en</language>
    <item>
      <title>I built a free tool to scan your package.json for API deprecations</title>
      <dc:creator>Ahmed889-code</dc:creator>
      <pubDate>Wed, 08 Jul 2026 21:13:28 +0000</pubDate>
      <link>https://dev.to/ahmed889code/i-built-a-free-tool-to-scan-your-packagejson-for-api-deprecations-3pfp</link>
      <guid>https://dev.to/ahmed889code/i-built-a-free-tool-to-scan-your-packagejson-for-api-deprecations-3pfp</guid>
      <description>&lt;p&gt;While researching API changes I noticed something — Google Maps &lt;br&gt;
removed DirectionsService on May 1 2026 with no soft fallback. &lt;br&gt;
Calls just throw runtime errors after the deadline.&lt;/p&gt;

&lt;p&gt;Most developers won't know until something breaks.&lt;/p&gt;

&lt;p&gt;So I built DepRadar — paste your package.json, it checks your &lt;br&gt;
exact stack against known deprecations and shows only the ones &lt;br&gt;
affecting you, with severity, sunset dates, and migration links.&lt;/p&gt;

&lt;p&gt;Currently tracks 13 real deprecations across:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Google Maps (DirectionsService, DistanceMatrixService removed)&lt;/li&gt;
&lt;li&gt;OpenAI (Realtime API Beta sunset)&lt;/li&gt;
&lt;li&gt;AWS SDK v2 (maintenance mode)&lt;/li&gt;
&lt;li&gt;Microsoft Actionable Messages (retired)&lt;/li&gt;
&lt;li&gt;moment.js, request package&lt;/li&gt;
&lt;li&gt;And more&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Free → depradar.netlify.app&lt;br&gt;
Open source → github.com/Ahmed889-code/depradar&lt;/p&gt;

&lt;p&gt;What deprecations am I missing from your stack?&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>opensource</category>
      <category>node</category>
    </item>
  </channel>
</rss>
