<?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: Shubham Saurav</title>
    <description>The latest articles on DEV Community by Shubham Saurav (@shubhamsaurav).</description>
    <link>https://dev.to/shubhamsaurav</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%2F203431%2F6f3394bf-687e-4269-ba18-4bee8c4a5534.jpg</url>
      <title>DEV Community: Shubham Saurav</title>
      <link>https://dev.to/shubhamsaurav</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shubhamsaurav"/>
    <language>en</language>
    <item>
      <title>Arrow Function In Javascript | Javascript Crash Course</title>
      <dc:creator>Shubham Saurav</dc:creator>
      <pubDate>Mon, 17 Aug 2020 02:32:50 +0000</pubDate>
      <link>https://dev.to/shubhamsaurav/arrow-function-in-javascript-javascript-crash-course-4p20</link>
      <guid>https://dev.to/shubhamsaurav/arrow-function-in-javascript-javascript-crash-course-4p20</guid>
      <description>&lt;p&gt;Hey YOU!&lt;br&gt;
In this video, we are going to learn about the most exciting and interesting topic in Javascript, Arrow Functions. So, let's watch the video and learn what arrow function is and how are they different from normal function. After clearing the basics, we will write out very first arrow function.&lt;br&gt;
Exciting! Huh, If you have any question about arrow function then feel free to ask me in the comments below.&lt;/p&gt;

&lt;p&gt;Connect With Me:&lt;br&gt;
Youtube: &lt;a href="https://www.youtube.com/c/ShubhamSauravYT" rel="noopener noreferrer"&gt;ShubhamSauravYT&lt;/a&gt;.&lt;br&gt;
Twitter: &lt;a href="https://www.twitter.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Instagram: &lt;a href="https://www.instagram.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Facebook: &lt;a href="https://facebook.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Functions In Javascript | Javascript Crash Course</title>
      <dc:creator>Shubham Saurav</dc:creator>
      <pubDate>Sun, 16 Aug 2020 03:21:36 +0000</pubDate>
      <link>https://dev.to/shubhamsaurav/functions-in-javascript-javascript-crash-course-58ld</link>
      <guid>https://dev.to/shubhamsaurav/functions-in-javascript-javascript-crash-course-58ld</guid>
      <description>&lt;p&gt;Hey YOU!&lt;br&gt;
In this video, we will be learning about function in Javascript. We will learn what functions really are and then we will learn to implement functions. If you have any problem and any question regarding the topic taught in the video then feel free to ask me in the comments below.&lt;/p&gt;

&lt;p&gt;Connect With Me:&lt;br&gt;
Youtube: &lt;a href="https://www.youtube.com/c/ShubhamSauravYT" rel="noopener noreferrer"&gt;ShubhamSauravYT&lt;/a&gt;.&lt;br&gt;
Twitter: &lt;a href="https://www.twitter.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Instagram: &lt;a href="https://www.instagram.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Facebook: &lt;a href="https://facebook.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Loops in Javascript | Javascript Crash Course</title>
      <dc:creator>Shubham Saurav</dc:creator>
      <pubDate>Sat, 15 Aug 2020 03:09:02 +0000</pubDate>
      <link>https://dev.to/shubhamsaurav/loops-in-javascript-javascript-crash-course-5gde</link>
      <guid>https://dev.to/shubhamsaurav/loops-in-javascript-javascript-crash-course-5gde</guid>
      <description>&lt;p&gt;Hey YOU!&lt;br&gt;
In this video, we will learn about loops in Javascript. We will learn about &lt;code&gt;for&lt;/code&gt; loop, &lt;code&gt;while&lt;/code&gt; loop and &lt;code&gt;for of&lt;/code&gt; loop in this video.&lt;/p&gt;

&lt;p&gt;Connect With Me:&lt;br&gt;
Youtube: &lt;a href="https://www.youtube.com/c/ShubhamSauravYT" rel="noopener noreferrer"&gt;ShubhamSauravYT&lt;/a&gt;.&lt;br&gt;
Twitter: &lt;a href="https://www.twitter.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Instagram: &lt;a href="https://www.instagram.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Facebook: &lt;a href="https://facebook.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>tutorial</category>
      <category>webdev</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Switch Statement In Javascript | Javascript Crash Course</title>
      <dc:creator>Shubham Saurav</dc:creator>
      <pubDate>Tue, 11 Aug 2020 12:52:20 +0000</pubDate>
      <link>https://dev.to/shubhamsaurav/switch-statement-in-javascript-javascript-crash-course-95k</link>
      <guid>https://dev.to/shubhamsaurav/switch-statement-in-javascript-javascript-crash-course-95k</guid>
      <description>&lt;p&gt;Hey YOU!&lt;br&gt;
In this video, we are going to learn about the Switch Statement. We will do so by eliminating some if-else block of code which we have written in the last video. If you have any question, feel free to ask me in the comment below. Enjoy!&lt;/p&gt;

&lt;p&gt;Connect With Me:&lt;br&gt;
Youtube: &lt;a href="https://www.youtube.com/c/ShubhamSauravYT" rel="noopener noreferrer"&gt;ShubhamSauravYT&lt;/a&gt;.&lt;br&gt;
Twitter: &lt;a href="https://www.twitter.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Instagram: &lt;a href="https://www.instagram.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Facebook: &lt;a href="https://facebook.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>tutorial</category>
      <category>webdev</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>If Else Statement In Javascript | Javascript Crash Course</title>
      <dc:creator>Shubham Saurav</dc:creator>
      <pubDate>Tue, 11 Aug 2020 04:52:28 +0000</pubDate>
      <link>https://dev.to/shubhamsaurav/if-else-statement-in-javascript-javascript-crash-course-3i8f</link>
      <guid>https://dev.to/shubhamsaurav/if-else-statement-in-javascript-javascript-crash-course-3i8f</guid>
      <description>&lt;p&gt;In this video, we will learn about the conditionals in Javascript. We will go over If, If else, else if conditionals. If you have any question, feel free to ask in the comments below.&lt;/p&gt;

&lt;p&gt;Connect With Me:&lt;br&gt;
Youtube: &lt;a href="https://www.youtube.com/c/ShubhamSauravYT" rel="noopener noreferrer"&gt;ShubhamSauravYT&lt;/a&gt;.&lt;br&gt;
Twitter: &lt;a href="https://www.twitter.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Instagram: &lt;a href="https://www.instagram.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Facebook: &lt;a href="https://facebook.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>tutorial</category>
      <category>webdev</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Array of Object Literals | Javascript Crash Course</title>
      <dc:creator>Shubham Saurav</dc:creator>
      <pubDate>Sun, 09 Aug 2020 05:33:26 +0000</pubDate>
      <link>https://dev.to/shubhamsaurav/array-of-object-literals-javascript-crash-course-1963</link>
      <guid>https://dev.to/shubhamsaurav/array-of-object-literals-javascript-crash-course-1963</guid>
      <description>&lt;p&gt;Hey YOU!&lt;br&gt;
In this video, we are going to learn about one of the most important concept in Javascript. We will learn and implement an array of object literals. This is the essence of what you'll do daily as a JS developer. If you have any question then please feel free to ask me in the comments below.&lt;/p&gt;

&lt;p&gt;Connect With Me:&lt;br&gt;
Youtube: &lt;a href="https://www.youtube.com/c/ShubhamSauravYT" rel="noopener noreferrer"&gt;ShubhamSauravYT&lt;/a&gt;.&lt;br&gt;
Twitter: &lt;a href="https://www.twitter.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Instagram: &lt;a href="https://www.instagram.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Facebook: &lt;a href="https://facebook.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>tutorial</category>
      <category>webdev</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Object Literals In Javascript | Javascript Crash Course</title>
      <dc:creator>Shubham Saurav</dc:creator>
      <pubDate>Sat, 08 Aug 2020 04:29:15 +0000</pubDate>
      <link>https://dev.to/shubhamsaurav/object-literals-in-javascript-javascript-crash-course-6ni</link>
      <guid>https://dev.to/shubhamsaurav/object-literals-in-javascript-javascript-crash-course-6ni</guid>
      <description>&lt;p&gt;Hey YOU!&lt;br&gt;
In this video, we are going to learn about object literals in Javascript. They are probably the most powerful thing in javascript and today we are going to learn just that. If you have any question please ask me in the comments below.&lt;/p&gt;

&lt;p&gt;Connect With Me:&lt;br&gt;
Youtube: &lt;a href="https://www.youtube.com/c/ShubhamSauravYT" rel="noopener noreferrer"&gt;ShubhamSauravYT&lt;/a&gt;.&lt;br&gt;
Twitter: &lt;a href="https://www.twitter.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Instagram: &lt;a href="https://www.instagram.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Facebook: &lt;a href="https://facebook.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Array In Javascript | Javascript Crash Course</title>
      <dc:creator>Shubham Saurav</dc:creator>
      <pubDate>Wed, 05 Aug 2020 12:02:33 +0000</pubDate>
      <link>https://dev.to/shubhamsaurav/array-in-javascript-javascript-crash-course-35f0</link>
      <guid>https://dev.to/shubhamsaurav/array-in-javascript-javascript-crash-course-35f0</guid>
      <description>&lt;p&gt;In this video, we are going to learn about arrays. We will take a look at what actually are arrays then we will learn how to implement and use an array.&lt;/p&gt;

&lt;p&gt;Connect With Me:&lt;br&gt;
Youtube: &lt;a href="https://www.youtube.com/c/ShubhamSauravYT" rel="noopener noreferrer"&gt;ShubhamSauravYT&lt;/a&gt;.&lt;br&gt;
Twitter: &lt;a href="https://www.twitter.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Instagram: &lt;a href="https://www.instagram.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Facebook: &lt;a href="https://facebook.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>String In Javascript | Javascript Crash Course</title>
      <dc:creator>Shubham Saurav</dc:creator>
      <pubDate>Sun, 02 Aug 2020 03:42:58 +0000</pubDate>
      <link>https://dev.to/shubhamsaurav/string-in-javascript-javascript-crash-course-1pof</link>
      <guid>https://dev.to/shubhamsaurav/string-in-javascript-javascript-crash-course-1pof</guid>
      <description>&lt;p&gt;Hello wonderful person!&lt;br&gt;
Thank you for clicking on this post. In this video, I will be talking about String In javascript. I hope that you learn a ton and if you have any questions, don't forget to ask me in the comments below.&lt;/p&gt;

&lt;p&gt;Connect With Me:&lt;br&gt;
Youtube: &lt;a href="https://www.youtube.com/c/ShubhamSauravYT" rel="noopener noreferrer"&gt;ShubhamSauravYT&lt;/a&gt;.&lt;br&gt;
Twitter: &lt;a href="https://www.twitter.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Instagram: &lt;a href="https://www.instagram.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Facebook: &lt;a href="https://facebook.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Data Types In Javascript | Javascript Crash Course</title>
      <dc:creator>Shubham Saurav</dc:creator>
      <pubDate>Sat, 01 Aug 2020 08:39:46 +0000</pubDate>
      <link>https://dev.to/shubhamsaurav/data-types-in-javascript-javascript-crash-course-2j7h</link>
      <guid>https://dev.to/shubhamsaurav/data-types-in-javascript-javascript-crash-course-2j7h</guid>
      <description>&lt;p&gt;In this video, we will learn about the data types. We will learn about String, Number, Boolean, Null, and Undefined data types.&lt;/p&gt;

&lt;p&gt;Hope you enjoy this video.&lt;/p&gt;

&lt;p&gt;Connect With Me:&lt;br&gt;
Youtube: &lt;a href="https://www.youtube.com/c/ShubhamSauravYT" rel="noopener noreferrer"&gt;ShubhamSauravYT&lt;/a&gt;.&lt;br&gt;
Twitter: &lt;a href="https://www.twitter.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Instagram: &lt;a href="https://www.instagram.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Facebook: &lt;a href="https://facebook.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>codenewbie</category>
      <category>tutorial</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Variable and Constant In Javascript | Javascript Crash Course</title>
      <dc:creator>Shubham Saurav</dc:creator>
      <pubDate>Fri, 31 Jul 2020 06:46:36 +0000</pubDate>
      <link>https://dev.to/shubhamsaurav/variable-and-constant-in-javascript-javascript-crash-course-58jl</link>
      <guid>https://dev.to/shubhamsaurav/variable-and-constant-in-javascript-javascript-crash-course-58jl</guid>
      <description>&lt;p&gt;In this video, we will learn about variables and constant in Javascript. We will learn about their concept and the difference between them. Then, we will learn how to create then using the let and const keyword.&lt;/p&gt;

&lt;p&gt;Hope you enjoy it.&lt;/p&gt;

&lt;p&gt;Connect With Me:&lt;br&gt;
Youtube: &lt;a href="https://www.youtube.com/c/ShubhamSauravYT" rel="noopener noreferrer"&gt;ShubhamSauravYT&lt;/a&gt;.&lt;br&gt;
Twitter: &lt;a href="https://www.twitter.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Instagram: &lt;a href="https://www.instagram.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Facebook: &lt;a href="https://facebook.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>codenewbie</category>
      <category>tutorial</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Day 15 of #30DaysOfCode | FizzBuzz and Interfaces In Go</title>
      <dc:creator>Shubham Saurav</dc:creator>
      <pubDate>Sun, 12 Jul 2020 17:26:36 +0000</pubDate>
      <link>https://dev.to/shubhamsaurav/day-15-of-30daysofcode-fizzbuzz-and-interfaces-in-go-3ab1</link>
      <guid>https://dev.to/shubhamsaurav/day-15-of-30daysofcode-fizzbuzz-and-interfaces-in-go-3ab1</guid>
      <description>&lt;p&gt;Hey YOU! How are you doing today? I hope that you are having a fantastic day. I myself am having an amazing day. Today is the Day 15 of #30DaysOfCode challenge and it means that I have completed 50% of the challenge which is really cool. For this special day, I decided to dive into interfaces in Go. So, let's talk about that for a bit and then we will look into the example of fizzbuzz coding solution.&lt;/p&gt;

&lt;p&gt;Interfaces are really amazing. It helps you to implement polymorphism in Go. As you know that Go is not an object-oriented programming language and as a result, we don't have classes and objects in Go. But we still need to write maintainable and scalable software and the Interfaces allows us to do so. So, &lt;b&gt;What is Interface?&lt;/b&gt;&lt;/p&gt;

&lt;h3&gt;What is Interface?&lt;/h3&gt;

&lt;p&gt;An interface is a collection of method signatures that a Type can implement. Hence interface defines the behaviour of the object of the type which implements its method signature.&lt;br&gt;
This is the technical definition of Interfaces. And today, I don't understand it fully. I still need to learn more about it to be able to share with somebody. So, I am going to leave the interfaces for today and hopefully, I will have enough understanding to share about it tomorrow.&lt;/p&gt;

&lt;p&gt;Now, let's talk about the fizzbuzz coding challenge. What is it and then I will take a look at the solution. Basically, Its a programming task where if the number is divisible by 3 and 5 both then you have to return 'fizzbuzz', if the number is divisible by 3 only then you have to return 'fizz', if the number is divisible by 5 only then you have to return 'buzz' and if the number is not divisible by 3 or 5 then you have to return none. I don't know if this is actually the real task but this is the task which I know of. So the solution will be for this specific task and not the ones which are floating around the internet.&lt;/p&gt;

&lt;p&gt;Now, let's take a look at the code and try to understand it. I won't go over each line because the code is self explanatory.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LsQ0qmE7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/9o3ywr9ys1cosvr4m71q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LsQ0qmE7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/9o3ywr9ys1cosvr4m71q.png" alt="fizzbuzz coding challenge in golang"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here we have defined a function which takes a number as a parameter and then we are checking for each of the cases using the conditionals. In the first &lt;code&gt;if&lt;/code&gt; conditional, we are checking if the number is divisible by 3 and 4 both and if the number is then we are returning 'fizzbuzz'. In the second &lt;code&gt;else if&lt;/code&gt; conditional, we are checking if the number is divisible by 3 and if it is then we will return 'fizz'. In the third &lt;code&gt;else if&lt;/code&gt; conditional, we are checking if the number is divisible by 5 and if it is then we are returning 'buzz'. And if none of the cases is true then we will return 'none'.&lt;/p&gt;

&lt;p&gt;Alright! That was all about interfaces and fizzbuzz coding challenge and I hope that you loved it. If you loved it, please don't forget to follow me here.&lt;/p&gt;

&lt;p&gt;Connect With Me:&lt;br&gt;
Youtube: &lt;a href="https://www.youtube.com/c/ShubhamSauravYT" rel="noopener noreferrer"&gt;ShubhamSauravYT&lt;/a&gt;.&lt;br&gt;
Twitter: &lt;a href="https://www.twitter.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Instagram: &lt;a href="https://www.instagram.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;br&gt;
Facebook: &lt;a href="https://facebook.com/hiShubhamSaurav" rel="noopener noreferrer"&gt;@hiShubhamSaurav&lt;/a&gt;&lt;/p&gt;

</description>
      <category>challenge</category>
      <category>motivation</category>
      <category>go</category>
      <category>codenewbie</category>
    </item>
  </channel>
</rss>
