<?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: Gokul Kumar</title>
    <description>The latest articles on DEV Community by Gokul Kumar (@koolgokul22).</description>
    <link>https://dev.to/koolgokul22</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%2F504342%2Fd28024a0-aef2-4662-81e9-6e5356d36ee1.jpg</url>
      <title>DEV Community: Gokul Kumar</title>
      <link>https://dev.to/koolgokul22</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/koolgokul22"/>
    <language>en</language>
    <item>
      <title>Significance of SSR ....</title>
      <dc:creator>Gokul Kumar</dc:creator>
      <pubDate>Mon, 15 Sep 2025 10:17:15 +0000</pubDate>
      <link>https://dev.to/koolgokul22/significance-of-ssr--3343</link>
      <guid>https://dev.to/koolgokul22/significance-of-ssr--3343</guid>
      <description>&lt;p&gt;A few days ago, I shared a link, to a website that had a form, with ChatGPT and asked it to generate answers for the form.&lt;/p&gt;

&lt;p&gt;But it gave me a weird response like it was unable to see any content on the page. It was able to see only a empty container instead of the form elements. At first, I thought something went wrong. Then came the “aha!” moment:&lt;/p&gt;

&lt;p&gt;The form was Client-Side Rendered (CSR).&lt;br&gt;
All the real questions were being injected later with JavaScript — which meant crawlers (and even ChatGPT) couldn’t see them initially.&lt;/p&gt;

&lt;p&gt;That’s when it clicked for me: this is exactly why Server-Side Rendering (SSR) is so important.&lt;/p&gt;

&lt;p&gt;✅ With SSR, the content is available right away — ready for search engines, crawlers, and tools to index.&lt;br&gt;
❌ With CSR, you risk having “invisible” content if you don’t handle SEO properly.&lt;/p&gt;

&lt;p&gt;In a world where discoverability matters, the choice between CSR and SSR can directly impact your SEO, accessibility, and overall reach.&lt;/p&gt;

&lt;p&gt;Modern frameworks (Next.js, Nuxt, Angular Universal, etc.) now offer hybrid rendering to balance performance and SEO.&lt;/p&gt;

&lt;p&gt;For me, this was a great eye opener:&lt;br&gt;
It’s not just about building apps that look good for users, but also about making sure machines can read and rank them.&lt;/p&gt;

&lt;h1&gt;
  
  
  WebDevelopment #SEO #SSR #CSR #FrontendDevelopment #Angular #React #JavaScript #Performance #SearchEngineOptimization #Developers
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7ppvjek3pujcp5e9kd0f.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7ppvjek3pujcp5e9kd0f.jpg" alt="Chatgpt response" width="800" height="551"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ssr</category>
      <category>seo</category>
      <category>javascript</category>
    </item>
    <item>
      <title>🚀 I Finally Built My First Chrome Extension: LinkHopper!</title>
      <dc:creator>Gokul Kumar</dc:creator>
      <pubDate>Fri, 04 Jul 2025 16:31:27 +0000</pubDate>
      <link>https://dev.to/koolgokul22/i-finally-built-my-first-chrome-extension-linkhopper-3ejb</link>
      <guid>https://dev.to/koolgokul22/i-finally-built-my-first-chrome-extension-linkhopper-3ejb</guid>
      <description>&lt;p&gt;So... I built my first Chrome extension! 🎉&lt;/p&gt;

&lt;p&gt;This idea has been bouncing around in my brain for ages. I procrastinated so hard that browsers basically looked at me and said:&lt;br&gt;
"Don’t worry bro, we’ll just build it in ourselves."&lt;br&gt;
And they did. 😅&lt;/p&gt;

&lt;p&gt;But hey, I still wanted to build it, ship it, and share it for the fun&lt;/p&gt;

&lt;p&gt;🐇 Meet LinkHopper!&lt;br&gt;
LinkHopper is like AirDrop for URLs (but without the Apple tax). Just scan the QR code and boom — your desktop site magically appears on your phone like it’s 2050.&lt;br&gt;
No cables, no copy-paste, no drama. Just pure link teleportation. 🛸📱&lt;/p&gt;

&lt;p&gt;Perfect for checking how a site looks on mobile, sharing links fast, or pretending you're a hacker transferring data through quantum wormholes.&lt;/p&gt;

&lt;p&gt;Yes, it’s small.&lt;br&gt;
Yes, it’s simple.&lt;br&gt;
Yes, I’m still proud because I didn’t give up this time.&lt;/p&gt;

&lt;p&gt;Check it out, give it a spin, maybe star it? ⭐ Or just laugh and close the tab – I’ll take either as a win 😎&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chromewebstore.google.com/detail/igkffepamaelmkbbbmihiiklabbdhlnp?utm_source=item-share-cb" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/igkffepamaelmkbbbmihiiklabbdhlnp?utm_source=item-share-cb&lt;/a&gt;&lt;/p&gt;

</description>
      <category>extensions</category>
      <category>firstproject</category>
      <category>programming</category>
      <category>javascript</category>
    </item>
    <item>
      <title>My First Hacktoberfest</title>
      <dc:creator>Gokul Kumar</dc:creator>
      <pubDate>Mon, 02 Nov 2020 14:04:36 +0000</pubDate>
      <link>https://dev.to/koolgokul22/my-first-hacktoberfest-2a9d</link>
      <guid>https://dev.to/koolgokul22/my-first-hacktoberfest-2a9d</guid>
      <description>&lt;p&gt;My first PR's and also my first Hacktoberfest !!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fekhze30ztd3q814i1rud.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fekhze30ztd3q814i1rud.png" alt="Alt Text" width="800" height="399"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>firstyearincode</category>
      <category>firstpost</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
