<?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: Yunis Quliyev</title>
    <description>The latest articles on DEV Community by Yunis Quliyev (@ichihiroy).</description>
    <link>https://dev.to/ichihiroy</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%2F3899221%2Fffe1c7c1-f796-4965-b418-b6b2014cedba.jpeg</url>
      <title>DEV Community: Yunis Quliyev</title>
      <link>https://dev.to/ichihiroy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ichihiroy"/>
    <language>en</language>
    <item>
      <title>I learned Rust with rustlings, so I built the same thing for Go</title>
      <dc:creator>Yunis Quliyev</dc:creator>
      <pubDate>Sun, 26 Apr 2026 18:44:00 +0000</pubDate>
      <link>https://dev.to/ichihiroy/i-learned-rust-with-rustlings-so-i-built-the-same-thing-for-go-4f4m</link>
      <guid>https://dev.to/ichihiroy/i-learned-rust-with-rustlings-so-i-built-the-same-thing-for-go-4f4m</guid>
      <description>&lt;p&gt;I've been wanting to learn Go properly for a while. Tried the usual — read the docs, watched tutorials, copy-pasted&lt;br&gt;
  examples. Nothing stuck.                                                                                                    &lt;/p&gt;

&lt;p&gt;Then I remembered how I actually learned Rust: rustlings. Small exercises, fix the code, see it pass, move on. No setup, no &lt;br&gt;
  fluff. Just you and the compiler having a conversation.    &lt;/p&gt;

&lt;p&gt;So I built the same thing for Go.                          &lt;/p&gt;

&lt;p&gt;golings is a CLI tool that gives you 42 exercises across 7 topics — variables, functions, structs, interfaces, goroutines,&lt;br&gt;&lt;br&gt;
  channels, and error handling. You clone the repo, run golings watch, and it sits there waiting while you edit. Save the&lt;br&gt;
  file, instant feedback. Pass it, automatically moves to the next one.                                                       &lt;/p&gt;

&lt;p&gt;Watching: exercises/05_goroutines/goroutines2.go&lt;/p&gt;

&lt;p&gt;✗ Error:&lt;br&gt;&lt;br&gt;
  ./goroutines2.go:18:3: undefined: wg                                                                                        &lt;/p&gt;

&lt;p&gt;Fix it, save, and:                                                                                                          &lt;/p&gt;

&lt;p&gt;✓ Compiles&lt;br&gt;&lt;br&gt;
  ✓ Output matches                                           &lt;/p&gt;

&lt;p&gt;Exercise complete! Moving to next...                                                                                        &lt;/p&gt;

&lt;p&gt;Each exercise has // HINT: comments inline so you're never completely lost, but you have to actually write the code&lt;br&gt;&lt;br&gt;
  yourself.                                                  &lt;/p&gt;

&lt;p&gt;Topics go from basic syntax all the way to goroutines, channels, and errors.As — the Go-specific stuff that trips people up &lt;br&gt;
  coming from other languages.                 &lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/ichihiroy/golings" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;br&gt;&lt;br&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%2Fegc53ejnm1moma45zzxl.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%2Fuploads%2Farticles%2Fegc53ejnm1moma45zzxl.png" alt=" " width="740" height="296"&gt;&lt;/a&gt;                                                                     &lt;/p&gt;

&lt;p&gt;Would love feedback, especially on the exercise content. If something's too easy, too hard, or just wrong — let me know.    &lt;/p&gt;

</description>
      <category>go</category>
    </item>
  </channel>
</rss>
