<?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: JustAlternate</title>
    <description>The latest articles on DEV Community by JustAlternate (@justalternate).</description>
    <link>https://dev.to/justalternate</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%2F2925805%2Fbdebf221-964f-4301-ac0d-9f6ffa4a8b95.jpg</url>
      <title>DEV Community: JustAlternate</title>
      <link>https://dev.to/justalternate</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/justalternate"/>
    <language>en</language>
    <item>
      <title>How I Vibe-Coded an App to Explore GitHub Topics and Trending Repositories</title>
      <dc:creator>JustAlternate</dc:creator>
      <pubDate>Sun, 09 Mar 2025 11:45:31 +0000</pubDate>
      <link>https://dev.to/justalternate/how-i-vibe-coded-an-app-to-explore-github-topics-and-trending-repositories-57hk</link>
      <guid>https://dev.to/justalternate/how-i-vibe-coded-an-app-to-explore-github-topics-and-trending-repositories-57hk</guid>
      <description>&lt;p&gt;TL;DR: Ever felt overwhelmed exploring GitHub topics? Check out my app, &lt;a href="https://gh-explorer.com" rel="noopener noreferrer"&gt;GitHub Topic Explorer&lt;/a&gt;, and discover a new way to visualize connections between Computer Science concepts! 🚀 Read how I built it only using vibe-coding!&lt;/p&gt;

&lt;h2&gt;
  
  
  Introduction to Vibe Coding
&lt;/h2&gt;

&lt;p&gt;Vibe coding is a revolutionary AI-powered development methodology that's changing the way I build software. 🌟 By using conversational language, you can describe the desired outcomes in natural language, and an AI tool generates the appropriate code. 💻&lt;/p&gt;

&lt;h2&gt;
  
  
  My Challenge: Turn GitHub Topics into an Explore-able Graph
&lt;/h2&gt;

&lt;p&gt;The challenge was to create a comprehensive GitHub topic explorer that could visualize connections between Computer Science concepts and find trending repositories. 📊 To achieve this, I needed to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create a frontend with smooth graph manipulation to display the complex network of GitHub topics&lt;/li&gt;
&lt;li&gt;Develop a backend that could make API calls to GitHub to fetch topic data and to LLaMA 3.3 70B to generate subtopics 🤖&lt;/li&gt;
&lt;li&gt;Deploy the application on a Virtual Private Server (VPS) using infrastructure as code (IAC) 📁&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  The Frontend
&lt;/h3&gt;

&lt;p&gt;For the frontend, I had no prior experience, so I relied entirely on Claude's capabilities. 🙏 Claude generated the entire frontend in pure JavaScript, HTML, and CSS, and even added &lt;a href="https://getbootstrap.com/" rel="noopener noreferrer"&gt;Bootstrap&lt;/a&gt; to it. This not only saved me a significant amount of time but also made my application responsive and visually appealing.&lt;/p&gt;

&lt;p&gt;As for creating the dynamic graph, I simply described my requirements to Claude, and it implemented everything using &lt;a href="https://visjs.org/" rel="noopener noreferrer"&gt;Vis&lt;/a&gt; for network graph visualization.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Backend
&lt;/h3&gt;

&lt;p&gt;Given my experience with Go, I asked Claude 3.7 Sonnet to create all the backend API routes and logic using &lt;a href="https://golang.org/" rel="noopener noreferrer"&gt;Go&lt;/a&gt; and the &lt;a href="https://github.com/gorilla/mux" rel="noopener noreferrer"&gt;Gorilla Mux&lt;/a&gt; framework. 🚀 This allowed me to leverage my existing knowledge and skills while still benefiting from the efficiency and accuracy of vibe coding.&lt;/p&gt;

&lt;p&gt;Claude also created the IAC for deploying the app on &lt;a href="https://www.hetzner.com/" rel="noopener noreferrer"&gt;Hetzner&lt;/a&gt;, using &lt;a href="https://www.terraform.io/" rel="noopener noreferrer"&gt;Terraform&lt;/a&gt; as the configuration tool. I only had to provide my Hetzner API key for VPS resource provisioning and my &lt;a href="https://www.cloudflare.com/" rel="noopener noreferrer"&gt;Cloudflare&lt;/a&gt; API key for domain name DNS entry management. 🌐&lt;/p&gt;

&lt;p&gt;Lastly, I utilized Claude 3.7's extensive thinking capabilities to implement metrics and monitoring for my application. Claude helped me set up &lt;a href="https://prometheus.io/" rel="noopener noreferrer"&gt;Prometheus&lt;/a&gt; on the VPS to collect metrics and &lt;a href="https://grafana.com/" rel="noopener noreferrer"&gt;Grafana&lt;/a&gt; for visualization and monitoring. 📈 This enabled me to gain valuable insights into my application's performance and make data-driven decisions to improve it.&lt;/p&gt;

&lt;p&gt;Now that you've read my story, I invite you to check out my app, &lt;a href="https://gh-explorer.com" rel="noopener noreferrer"&gt;GitHub Topic Explorer&lt;/a&gt; Please try it out and don't hesitate providing your feedback.&lt;/p&gt;

&lt;p&gt;Thank you for reading, and I look forward to hearing your thoughts! 👋&lt;/p&gt;

</description>
      <category>ai</category>
      <category>github</category>
      <category>learning</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
