<?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: ShivamS</title>
    <description>The latest articles on DEV Community by ShivamS (@sonishivam10).</description>
    <link>https://dev.to/sonishivam10</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%2F390560%2F1a9ce00b-bb06-4d35-95c3-15dc199e4f5e.jpg</url>
      <title>DEV Community: ShivamS</title>
      <link>https://dev.to/sonishivam10</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sonishivam10"/>
    <language>en</language>
    <item>
      <title>Installing Golang on Windows WSL/WSL2</title>
      <dc:creator>ShivamS</dc:creator>
      <pubDate>Fri, 21 Feb 2025 20:23:31 +0000</pubDate>
      <link>https://dev.to/sonishivam10/installing-golang-on-windows-wslwsl2-3pn5</link>
      <guid>https://dev.to/sonishivam10/installing-golang-on-windows-wslwsl2-3pn5</guid>
      <description>&lt;p&gt;Official Go documentation might not provide the steps to install Go on WSL/WSL2. If you want to install GoLang and set up the development environment, follow these steps:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Go to &lt;a href="https://go.dev/dl/" rel="noopener noreferrer"&gt;https://go.dev/dl/&lt;/a&gt; and check the latest Go version.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open your terminal and use the command to download the specific version.&lt;br&gt;
Note: Replace &lt;strong&gt;go1.24.0.linux-amd64.tar.gz&lt;/strong&gt; with the latest version.&lt;br&gt;
&lt;code&gt;wget https://dl.google.com/go/go1.24.0.linux-amd64.tar.gz&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Unzip:&lt;br&gt;
&lt;code&gt;sudo tar -xvf go1.24.0.linux-amd64.tar.gz&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Move to the correct path.&lt;br&gt;
&lt;code&gt;sudo mv go /usr/local&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Edit the .bashrc file:&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;echo "export GOROOT=/usr/local/go" &amp;gt;&amp;gt; ~/.bashrc
echo "export GOPATH=\$HOME/go" &amp;gt;&amp;gt; ~/.bashrc
echo "export PATH=\$GOPATH/bin:\$GOROOT/bin:\$PATH" &amp;gt;&amp;gt; ~/.bashrc
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Refresh the terminal:&lt;br&gt;
&lt;code&gt;source ~/.bashrc&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Verify the Go version.&lt;br&gt;
&lt;code&gt;go version&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Happy Learning!!&lt;/p&gt;

</description>
      <category>go</category>
      <category>programming</category>
    </item>
    <item>
      <title>TheShoppeeStore</title>
      <dc:creator>ShivamS</dc:creator>
      <pubDate>Wed, 20 May 2020 11:34:54 +0000</pubDate>
      <link>https://dev.to/sonishivam10/theshoppeestore-5g78</link>
      <guid>https://dev.to/sonishivam10/theshoppeestore-5g78</guid>
      <description>&lt;h2&gt;
  
  
  My Final Project
&lt;/h2&gt;

&lt;p&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%2Fi%2Fmvyfqg54mvu02fso8sq2.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%2Fi%2Fmvyfqg54mvu02fso8sq2.png" alt="Alt Text" width="697" height="803"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Shoppee.com is a young and vibrant e-shopping platform that aims to provide good quality branded products. Shoppee.com caters to the fashion needs of men, women, and kids across footwear, apparel, jewelry, and accessories. &lt;br&gt;
We strive to achieve the highest level of “Customer Satisfaction” possible.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo Link
&lt;/h2&gt;

&lt;p&gt;&lt;a href="http://theshoppee.herokuapp.com" rel="noopener noreferrer"&gt;http://theshoppee.herokuapp.com&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How I built it
&lt;/h2&gt;

&lt;p&gt;Stack:&lt;br&gt;
------- Backend:&lt;br&gt;
-------------Django&lt;br&gt;
-------------Python&lt;br&gt;
--------Front End:&lt;br&gt;
-------------HTML&lt;br&gt;
-------------CSS&lt;br&gt;
-------------JavaScript&lt;/p&gt;

&lt;p&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%2Fi%2Fqxcfwvsb7e1q9dwhcbtl.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%2Fi%2Fqxcfwvsb7e1q9dwhcbtl.png" alt="Alt Text" width="800" height="634"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Additional Thoughts
&lt;/h2&gt;

&lt;p&gt;The building of the project has given me a precise knowledge about how Django is used to develop a website, how it connects to the database to access the data and how the data and web pages are modified to provide the user with a shopping cart application&lt;/p&gt;

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