<?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: Sanket</title>
    <description>The latest articles on DEV Community by Sanket (@sanket_palankar_8265ba7c5).</description>
    <link>https://dev.to/sanket_palankar_8265ba7c5</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%2F3730926%2F464903cf-718d-4857-ab89-32311b91f5f7.png</url>
      <title>DEV Community: Sanket</title>
      <link>https://dev.to/sanket_palankar_8265ba7c5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sanket_palankar_8265ba7c5"/>
    <language>en</language>
    <item>
      <title>Learning Go in 2026</title>
      <dc:creator>Sanket</dc:creator>
      <pubDate>Sun, 25 Jan 2026 05:08:49 +0000</pubDate>
      <link>https://dev.to/sanket_palankar_8265ba7c5/learning-go-in-2026-3d2i</link>
      <guid>https://dev.to/sanket_palankar_8265ba7c5/learning-go-in-2026-3d2i</guid>
      <description>&lt;p&gt;I am a newbie learning go in 2026 and want to actually learn to code and understand go not just copy pasting code from 'AI' which is the first mistake i did(ctrl+c ctrl+v)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Making a todo project:&lt;/strong&gt;&lt;br&gt;
i saw a video in youtube sharing &lt;strong&gt;&lt;a href="https://youtu.be/gXmznGEW9vo?si=ydSyjIp8-uiFhEBn" rel="noopener noreferrer"&gt;5 beginner project&lt;/a&gt;&lt;/strong&gt; to learn Go. i though this is a great approach to actually learn to code but i was way wrong. I actually dint write a single line in go. &lt;br&gt;
i asked Gemini i wanna do this project using some frameworks and it just gave me the code with some explanation and quite &lt;em&gt;understood&lt;/em&gt; how all this works making me feel i was learning go. &lt;br&gt;
I ran the project everything was working actually &lt;em&gt;perfectly&lt;/em&gt;, But at the end I dint feel like i &lt;strong&gt;actually know to "go"&lt;/strong&gt;. Understood that this all has benefit once you know after some time in go and do some actual coding first. &lt;br&gt;
So I went with different approach where i can actually hopefully learn Go:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Making a Down simple adder:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
So I asked Gemini "&lt;em&gt;I am not able to write anything in go as i learnt nothing&lt;/em&gt;" So it suggested me not to do full projects as a newbie to Go and make 'Riding Gear Calculator'. An simple console program where you can put in the name and price of gears(jacket, gloves, helmet) given a budget and it will add the price of gears and just give total and say if it fits into budget or not.&lt;br&gt;
it might sound too &lt;strong&gt;simple **and pretty **easy&lt;/strong&gt; to do but it introduces and makes you work with arrays,functions, variables,input and output and many other stuff. &lt;br&gt;
the important stuff is you code the whole thing with minimal AI help. I used Gemini to give me &lt;strong&gt;high level abstraction&lt;/strong&gt; and i have to write the code by myself. After so &lt;strong&gt;long time&lt;/strong&gt; i looked on google how do i declare struct and use it in array and access them. &lt;br&gt;
first it was very simple all stuff in the main function with no error handling and refactoring. Then more complex(at this context) stuff like returning multiple items at once from a function and assigning them to variable, or giving struct a method to print its details.&lt;/p&gt;

&lt;p&gt;Now i was actually learning to code and understand go and &lt;strong&gt;wasnt blank&lt;/strong&gt; once i tried to write some program in Go. There much to be learned ahead.&lt;br&gt;
But i fear one thing(no many): Am i learning too slow? is this all worth it? will i be obsolete ? &lt;br&gt;
Have a look at the adder: &lt;a href="https://github.com/Coder-Beast/Gear-Calculator.git" rel="noopener noreferrer"&gt;Gear Calculator&lt;/a&gt;&lt;/p&gt;

</description>
      <category>go</category>
      <category>backend</category>
      <category>programming</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
