<?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: Ameya Pai</title>
    <description>The latest articles on DEV Community by Ameya Pai (@paiatpeace).</description>
    <link>https://dev.to/paiatpeace</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%2F471384%2Fb32e998e-9e62-414e-9f6a-d5cbbb3e6f63.jpeg</url>
      <title>DEV Community: Ameya Pai</title>
      <link>https://dev.to/paiatpeace</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/paiatpeace"/>
    <language>en</language>
    <item>
      <title>VSCode's Local Port Forwarding in 1.82.0</title>
      <dc:creator>Ameya Pai</dc:creator>
      <pubDate>Wed, 13 Sep 2023 04:35:00 +0000</pubDate>
      <link>https://dev.to/paiatpeace/vscodes-local-port-forwarding-in-1820-572a</link>
      <guid>https://dev.to/paiatpeace/vscodes-local-port-forwarding-in-1820-572a</guid>
      <description>&lt;p&gt;Many a times, our clients or our colleagues would like to test some feature which is still running in our local hands-on. In this scenario, I used a handy tool from &lt;a href="https://ngrok.com/"&gt;ngrok&lt;/a&gt; called secure tunnels. This would help us in local port forwarding i.e. let's say your application is running at localhost:8081. Now through the local port forwarding tool, anyone can access your application using a url generated by ngrok. I have been using this for years. &lt;br&gt;
Today, I saw a new feature ( at least I assume it is new ), in VSCode i.e. &lt;a href="https://code.visualstudio.com/docs/editor/port-forwarding#:~:text=Once%20you%20do%2C%20the%20port,open%20an%20in%2Deditor%20preview."&gt;'Local Port Forwarding'&lt;/a&gt;. It does the same thing which ngrok. Looks like VSCode may have unintentionally put a small dent in ngrok's business. However, I found some concerns with the service.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It took around 3-4 minutes at least for initial service to start. Why? ( Ngrok takes hardly 3-4 seconds )&lt;/li&gt;
&lt;li&gt;Why did VSCode want to access my Github account? It actually registered into my Github account. ( Ngrok only needs me create an account with them and create an access token which needs to be submitted during first-time setup of app in the system )&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Anyways, this needs investigation. If I have time, I will do it. However, I suggest that you guys use both the services to see their pros and cons.&lt;/p&gt;

&lt;p&gt;If you find any concern, feel free to comment. Thank you.&lt;/p&gt;

</description>
      <category>portforwarding</category>
      <category>ngrok</category>
      <category>vscode</category>
    </item>
  </channel>
</rss>
