<?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: w3cdpass</title>
    <description>The latest articles on DEV Community by w3cdpass (@w3cdpass).</description>
    <link>https://dev.to/w3cdpass</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%2F2897160%2Fe99ec93b-cf35-4a9d-9558-f10be5961cd3.png</url>
      <title>DEV Community: w3cdpass</title>
      <link>https://dev.to/w3cdpass</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/w3cdpass"/>
    <language>en</language>
    <item>
      <title>My First Steps in Go as a JavaScript Dev Moving to DevOps</title>
      <dc:creator>w3cdpass</dc:creator>
      <pubDate>Sun, 09 Mar 2025 06:39:55 +0000</pubDate>
      <link>https://dev.to/w3cdpass/my-first-steps-in-go-as-a-javascript-dev-moving-to-devops-281o</link>
      <guid>https://dev.to/w3cdpass/my-first-steps-in-go-as-a-javascript-dev-moving-to-devops-281o</guid>
      <description>&lt;p&gt;I’ve recently decided to take the plunge into &lt;strong&gt;Go (Golang)&lt;/strong&gt; as part of my journey into DevOps. Coming from a *&lt;em&gt;JavaScript *&lt;/em&gt; background, I’ve been curious about Go’s simplicity, performance, and its growing popularity in the DevOps world. Today, I want to share my first steps, some observations, and a couple of questions that came up while writing my first Go program.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;fmt.Println("Hello, Go!");&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question 1&lt;/strong&gt;: Is it considered good practice to use semicolons in Go, or should I avoid them unless necessary? What’s the community’s take on this?&lt;/p&gt;

&lt;p&gt;&lt;code&gt;doubleQuoteString := "Hello Go!"; // This is a string&lt;br&gt;
singleQuoteString := 'G';         // This is a rune (Unicode code point)&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question 2&lt;/strong&gt;: Why does Go differentiate between single and double quotes? Is this design choice related to Go’s type system or performance &lt;br&gt;
optimizations?&lt;/p&gt;

&lt;p&gt;Code on Github:&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/w3cdpass" rel="noopener noreferrer"&gt;
        w3cdpass
      &lt;/a&gt; / &lt;a href="https://github.com/w3cdpass/GO-Devops" rel="noopener noreferrer"&gt;
        GO-Devops
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
       My First Steps in Go as a JavaScript Dev Moving to DevOps
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;p&gt;"# GO-Devops"&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/w3cdpass/GO-Devops" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


</description>
      <category>go</category>
      <category>devops</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
