<?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: Owino Agola</title>
    <description>The latest articles on DEV Community by Owino Agola (@agoladev).</description>
    <link>https://dev.to/agoladev</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%2F1529919%2F8eb88116-b691-4156-84c3-517230d1038d.jpg</url>
      <title>DEV Community: Owino Agola</title>
      <link>https://dev.to/agoladev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/agoladev"/>
    <language>en</language>
    <item>
      <title>Learning Golang (self-taught) I</title>
      <dc:creator>Owino Agola</dc:creator>
      <pubDate>Sat, 01 Jun 2024 08:22:25 +0000</pubDate>
      <link>https://dev.to/agoladev/learning-golang-self-taught-i-3hib</link>
      <guid>https://dev.to/agoladev/learning-golang-self-taught-i-3hib</guid>
      <description>&lt;p&gt;Go proves to be one of the most promising languages with successful future prospects despite being the youngest in the 'developer community' Learning a new programming language isn't a run in the park, especially if you're an aspiring (self-taught) developer. &lt;br&gt;
It's my second week of learning this new language, and I can attest that I'm intrigued and impressed so far. &lt;br&gt;
It has intrusive capabilities and features compared to other languages that I have encountered in the past. Getting started with Golang as a self-taught wasn't easy at the start until I resorted to the right resources, which eventually enabled me to comprehend the new language.&lt;br&gt;
 Besides, the fact that I had knowledge of programming (before I took my Computer Science degree course) worked to my advantage since I could easily wrap my head around its concepts; &lt;br&gt;
Fast forward: my 2-week stay in Golang has proved worthwhile since I have become so confident in my grasp of coding (at a basic level though) using the simplest and fastest language in the 21st century. &lt;br&gt;
And here is everything I've covered so far: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Background history of Golang development 
a. when it was developed; 
b. why it was developed; 
c. its features &lt;/li&gt;
&lt;li&gt;Syntactic Structure &lt;/li&gt;
&lt;li&gt;Variables &lt;/li&gt;
&lt;li&gt;Constants &lt;/li&gt;
&lt;li&gt;Operators &lt;/li&gt;
&lt;li&gt;Arrays &lt;/li&gt;
&lt;li&gt;Slices &lt;/li&gt;
&lt;li&gt;Maps &lt;/li&gt;
&lt;li&gt;Structs &lt;/li&gt;
&lt;li&gt;Functions &lt;/li&gt;
&lt;li&gt;Pointers &lt;/li&gt;
&lt;li&gt;Loops 
a. for 
i. range &lt;/li&gt;
&lt;li&gt;Conditional statements 
a. if 
b. if else
c. else if 
i. break 
ii. continue 
Therefore, I decided to document everything I have covered, at the basic level, before I continue getting deeper and further. I believe this documentation has to play two vital roles: &lt;/li&gt;
&lt;li&gt;Help me develop a better grasp of everything I have learned or covered so far. 2. Help in giving another aspiring (or beginner) Golang developer insights into the basics of the language. 
Part II of this documentation shall be a continuation... from "Background History of Golang Development." &lt;/li&gt;
&lt;/ol&gt;

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