<?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: Garv Jain</title>
    <description>The latest articles on DEV Community by Garv Jain (@garvjain7).</description>
    <link>https://dev.to/garvjain7</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%2F3878377%2F8203539f-fd82-40c8-a27a-b2aabfbc1e88.jpeg</url>
      <title>DEV Community: Garv Jain</title>
      <link>https://dev.to/garvjain7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/garvjain7"/>
    <language>en</language>
    <item>
      <title>This is how developers are sharing code nowadays.</title>
      <dc:creator>Garv Jain</dc:creator>
      <pubDate>Fri, 12 Jun 2026 11:37:47 +0000</pubDate>
      <link>https://dev.to/garvjain7/this-is-how-developers-are-sharing-code-nowadays-1060</link>
      <guid>https://dev.to/garvjain7/this-is-how-developers-are-sharing-code-nowadays-1060</guid>
      <description>&lt;p&gt;Try it here: &lt;a href="https://codealive.onrender.com/" rel="noopener noreferrer"&gt;https://codealive.onrender.com/&lt;/a&gt;&lt;br&gt;
Editor: &lt;a href="https://codealive.onrender.com/editor" rel="noopener noreferrer"&gt;https://codealive.onrender.com/editor&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Important tip: SignUp/Login to explore more features&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I got tired of sharing code and saying “look at line 40”, so I built this</title>
      <dc:creator>Garv Jain</dc:creator>
      <pubDate>Tue, 14 Apr 2026 11:15:02 +0000</pubDate>
      <link>https://dev.to/garvjain7/i-got-tired-of-sharing-code-and-saying-look-at-line-40-so-i-built-this-2a2b</link>
      <guid>https://dev.to/garvjain7/i-got-tired-of-sharing-code-and-saying-look-at-line-40-so-i-built-this-2a2b</guid>
      <description>&lt;p&gt;&lt;strong&gt;I got tired of sharing code as raw text, so I built CodeAlive&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Honest question — how do you share a code snippet when you want to point someone to &lt;em&gt;one specific part&lt;/em&gt; of it?&lt;/p&gt;

&lt;p&gt;I kept running into the same problem:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pastebin: no syntax highlighting, looks like 2005&lt;/li&gt;
&lt;li&gt;GitHub Gist: requires a login just to paste something quick&lt;/li&gt;
&lt;li&gt;Slack/Discord: code blocks with zero formatting, no way to say "look at line 12"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I built &lt;strong&gt;CodeAlive&lt;/strong&gt; — a no-login code sharing tool with a few things I actually wanted:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Line highlighting&lt;/strong&gt; — append &lt;code&gt;#L10&lt;/code&gt; or &lt;code&gt;#L10-L25&lt;/code&gt; to any share URL and those lines are highlighted when someone opens it. Instead of saying "look at around line 40ish", you just link directly to what matters.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Automatic language detection&lt;/strong&gt; — paste your code and it figures out the language in the background. 25+ languages supported. Syntax highlighting just works, no dropdown needed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Immutable shares + slug versioning&lt;/strong&gt; — every share is permanent. If you edit, you get a new URL. You can also create custom slugs like &lt;code&gt;codealive.app/my-auth-bug&lt;/code&gt; that act as named versions. Old links never break.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No login. No account. Just paste and share.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It's live now. Would genuinely love feedback — especially from people who share code regularly. What's missing? What's annoying? What would make you actually switch?&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://codealive.onrender.com" rel="noopener noreferrer"&gt;https://codealive.onrender.com&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
