<?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: Hunter</title>
    <description>The latest articles on DEV Community by Hunter (@hunterwbuilds).</description>
    <link>https://dev.to/hunterwbuilds</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%2F4008698%2F34183cd7-d495-4128-8122-feaeb63a1646.jpg</url>
      <title>DEV Community: Hunter</title>
      <link>https://dev.to/hunterwbuilds</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hunterwbuilds"/>
    <language>en</language>
    <item>
      <title>Learn to code.</title>
      <dc:creator>Hunter</dc:creator>
      <pubDate>Tue, 30 Jun 2026 18:13:37 +0000</pubDate>
      <link>https://dev.to/hunterwbuilds/learn-to-code-4pck</link>
      <guid>https://dev.to/hunterwbuilds/learn-to-code-4pck</guid>
      <description>&lt;h2&gt;
  
  
  My learning so far
&lt;/h2&gt;

&lt;p&gt;I absolutely love learning to code. I gave it up to vibe code earlier last year and completely regret it. At first it felt like I was moving faster, but over time I realized I was skipping the part that actually made me better.&lt;/p&gt;

&lt;p&gt;My learning journey is fueled by passion and the hopes to move into a Go/SWE/Cloud type role. I do not know exactly how I will go about doing so, but I will work until I am noticed.&lt;/p&gt;

&lt;p&gt;Right now I am trying to focus on building real understanding. Not just getting something to work, but knowing why it works. I want to be able to read errors, debug my own code, understand the tools I am using, and slowly become the kind of developer that can solve problems without panicking.&lt;/p&gt;

&lt;h2&gt;
  
  
  Learn to code!
&lt;/h2&gt;

&lt;p&gt;If anyone has any doubts on if coding is "worth it" still, I can account for how personally fulfilling it is. Solving a bug/problem in your own code gives me a personal high.&lt;/p&gt;

&lt;p&gt;There is something different about struggling with something, walking away, coming back, and finally seeing it click. It reminds you that you are actually learning. Every small fix feels like proof that you are getting better.&lt;/p&gt;

&lt;p&gt;I am not against using tools or AI. I still think they can be helpful. But I do think there is a big difference between using them to learn and using them to avoid learning. I had to learn that the hard way.&lt;/p&gt;

&lt;p&gt;So if you are new, or if you stopped for a while like I did, I really think you should keep going. Build small things. Break stuff. Fix it. Read docs even when they are boring. Ask questions. Take notes. Let yourself be bad at it for a while.&lt;/p&gt;

&lt;p&gt;I do not know where this journey will take me yet, but I know I want to keep showing up.&lt;/p&gt;

</description>
      <category>go</category>
      <category>coding</category>
      <category>beginners</category>
      <category>learning</category>
    </item>
    <item>
      <title>I was lost and now I'm learning again!</title>
      <dc:creator>Hunter</dc:creator>
      <pubDate>Mon, 29 Jun 2026 21:49:23 +0000</pubDate>
      <link>https://dev.to/hunterwbuilds/i-was-lost-and-now-im-learning-again-453d</link>
      <guid>https://dev.to/hunterwbuilds/i-was-lost-and-now-im-learning-again-453d</guid>
      <description>&lt;h2&gt;
  
  
  Starting in IT
&lt;/h2&gt;

&lt;p&gt;I started in IT at a local school in my small town in December 2024. It was my first job out of college after earning my B.S. in Cybersecurity.&lt;/p&gt;

&lt;p&gt;None of the infrastructure was updated. Everything was failing, and luckily, I had one other IT person there: my director. I honestly think he knew less than I did, and he would get frustrated at almost every ticket.&lt;/p&gt;

&lt;p&gt;Even then, I knew I wanted a role where I could code.&lt;/p&gt;

&lt;p&gt;Fast forward to more recently, he had a freak out and quit. Now we have a two-person team, and everything is finally up to date and functioning. Even with things improving, I still knew I wanted to move toward a SWE-type role.&lt;/p&gt;

&lt;h2&gt;
  
  
  Learning to Code
&lt;/h2&gt;

&lt;p&gt;I first decided to learn C# for Unity. I was really into game dev while I was in college, so it felt like a natural place to start.&lt;/p&gt;

&lt;p&gt;I began with the Microsoft/freeCodeCamp C# certification, and I surprisingly really enjoyed it. I made a few small games on itch.io that no one cared about, but I had fun building them.&lt;/p&gt;

&lt;p&gt;After that, I went on a bit of a language-hopping spree. I jumped from C# to C++, then into full-stack web development. I actually stuck with web dev for a while and really enjoyed it. But this cycle went on for awhile of just constant swapping.&lt;/p&gt;

&lt;h2&gt;
  
  
  Wannabe Founder
&lt;/h2&gt;

&lt;p&gt;Then something switched overnight.&lt;/p&gt;

&lt;p&gt;I went from writing maybe 0-5% AI-generated code to using AI for nearly everything. I started spam-building startup ideas that did not really go anywhere. I may have made around $2-3k from them, but most of the time I was just chasing money and building whatever I thought had the quickest path to making some.&lt;/p&gt;

&lt;p&gt;I got seriously addicted to vibe coding. I tried Codex, Cursor, Claude, and basically anything with AI in it. I did like Codex the most, though.&lt;/p&gt;

&lt;p&gt;Eventually, I realized I had almost completely stopped coding by hand. I was not passionate about the startup ideas I was building. I loved coding, and I knew I had to step back.&lt;/p&gt;

&lt;h2&gt;
  
  
  Back to Coding
&lt;/h2&gt;

&lt;p&gt;Now I am back to coding without AI assistance.&lt;/p&gt;

&lt;p&gt;I will eventually mix what I know with AI, but while I am learning, I would rather stay away from it and build the fundamentals myself.&lt;/p&gt;

&lt;p&gt;I chose Go as the language I want to stick with. I am currently reading &lt;a href="https://quii.gitbook.io/learn-go-with-tests" rel="noopener noreferrer"&gt;Learn Go with Tests&lt;/a&gt;, and so far I am really enjoying it.&lt;/p&gt;

&lt;p&gt;If you are an experienced Go developer, currently learning Go, or even just thinking about learning it, please connect with me. I would love to chat more about Go or development in general!&lt;/p&gt;

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