<?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: Aditya Dahale</title>
    <description>The latest articles on DEV Community by Aditya Dahale (@aditya_dahale_24861a7094e).</description>
    <link>https://dev.to/aditya_dahale_24861a7094e</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%2F4083071%2F044b45aa-c613-49a0-b57e-6b2fa05a8fde.png</url>
      <title>DEV Community: Aditya Dahale</title>
      <link>https://dev.to/aditya_dahale_24861a7094e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aditya_dahale_24861a7094e"/>
    <language>en</language>
    <item>
      <title>DevProxy – Zero-latency local HTTP/HTTPS proxy in Go</title>
      <dc:creator>Aditya Dahale</dc:creator>
      <pubDate>Sun, 27 Sep 2026 12:42:16 +0000</pubDate>
      <link>https://dev.to/aditya_dahale_24861a7094e/devproxy-zero-latency-local-httphttps-proxy-in-go-2cam</link>
      <guid>https://dev.to/aditya_dahale_24861a7094e/devproxy-zero-latency-local-httphttps-proxy-in-go-2cam</guid>
      <description>&lt;p&gt;Hey HN!&lt;/p&gt;

&lt;p&gt;I built DevProxy (&lt;a href="https://github.com/Aditya-9-6/DevProxy" rel="noopener noreferrer"&gt;https://github.com/Aditya-9-6/DevProxy&lt;/a&gt;), an open-source local HTTP/HTTPS development proxy written in Go that combines network debugging, developer resilience tools, and passive security auditing into a single binary.&lt;/p&gt;

&lt;p&gt;Key Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Zero-Latency Decoupled Ring Buffer: Forwards requests in microseconds.&lt;/li&gt;
&lt;li&gt;Zero-Allocation Streaming: sync.Pool buffer recycling.&lt;/li&gt;
&lt;li&gt;Passive Security Audits: Secret scanning (Aho-Corasick), JWT linter (alg: none), GraphQL abuse, PII (Luhn mod-10).&lt;/li&gt;
&lt;li&gt;Developer Superpowers: Map Local, Map Remote, Chaos Fault Injection, Network Throttling (Slow 3G, LTE, Offline), OpenAPI 3.0 Contract Validator.&lt;/li&gt;
&lt;li&gt;Single static binary with embedded dark-mode web console.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Repository: &lt;a href="https://github.com/Aditya-9-6/DevProxy" rel="noopener noreferrer"&gt;https://github.com/Aditya-9-6/DevProxy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear your thoughts and feedback!&lt;/p&gt;

</description>
      <category>security</category>
      <category>go</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
