<?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: jalpesh Vadgama</title>
    <description>The latest articles on DEV Community by jalpesh Vadgama (@jalpeshvadgama).</description>
    <link>https://dev.to/jalpeshvadgama</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%2F35496%2F5e09babe-994d-4481-a267-67558e64da51.jpg</url>
      <title>DEV Community: jalpesh Vadgama</title>
      <link>https://dev.to/jalpeshvadgama</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jalpeshvadgama"/>
    <language>en</language>
    <item>
      <title>Adding free Cursive(Italic) font to visual studio code</title>
      <dc:creator>jalpesh Vadgama</dc:creator>
      <pubDate>Sat, 13 Aug 2022 06:47:56 +0000</pubDate>
      <link>https://dev.to/jalpeshvadgama/adding-free-cursiveitalic-font-to-visual-studio-code-fl1</link>
      <guid>https://dev.to/jalpeshvadgama/adding-free-cursiveitalic-font-to-visual-studio-code-fl1</guid>
      <description>&lt;p&gt;We all love visual studio code editor for it's features, extensibility. In this article I'm going to show a great tip about setting up the cursive(italic) font absolutely free.&lt;/p&gt;

&lt;p&gt;Recently, It has been trend that people are using the fonts that supports cursive fonts when visual studio code show the keyword and other parts at italic. For that people were paying for the font like Operator Mono, Dank mono etc. &lt;/p&gt;

&lt;p&gt;I really like this kind of setup but I don't wanted to pay for it. I have searched couple options but I was not liking the font implementation specially the cursive parts and recently I came to know about this font and that blew up mind. It's look so cool you can see that in below image.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.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%2F9oomp47m8s0fhi8ntqz0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2F9oomp47m8s0fhi8ntqz0.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So do you want the same font for the your Visual Studio code editor. If yes, there tip is for you.&lt;/p&gt;

&lt;p&gt;So let's me introduce the font it's called "Cascadia Code" font which is from Microsoft. Yeah Microsoft is making some cool fonts since so many years and this one is one of them. I also love consolas from Microsoft and I have used it so many year for the same. &lt;/p&gt;

&lt;p&gt;The "Cascadia Code" font is created by Microsoft and If you are using "Terminal" app by Microsoft then it's comes by default with that. You can download the font from the following GitHub link. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/microsoft/cascadia-code" rel="noopener noreferrer"&gt;https://github.com/microsoft/cascadia-code&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After that you need to got setting of visual studio code and then you need to find the following setting font and add "Cascadia Code" as your editor font like below.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="w"&gt;

&lt;/span&gt;&lt;span class="nl"&gt;"editor.fontFamily"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"Cascadia Code ,Consolas"&lt;/span&gt;&lt;span class="w"&gt;


&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;And then you if you have enabled font ligature by default in visual studio code settings then you need to find the following settings.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="w"&gt;

&lt;/span&gt;&lt;span class="nl"&gt;"editor.fontLigatures"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="err"&gt;,&lt;/span&gt;&lt;span class="w"&gt;


&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;And replace that setting with following.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="w"&gt;

 &lt;/span&gt;&lt;span class="nl"&gt;"editor.fontLigatures"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'"&lt;/span&gt;&lt;span class="w"&gt;


&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;And that's it. You are good to go you will get great looking italic font.&lt;/p&gt;

&lt;p&gt;P.S. Please do remember that you need to have visual studio theme that supports the italic fonts. There are tons of themes available for that and I'm sure you must be aware about it.&lt;/p&gt;

&lt;p&gt;For more information about this font. You can see the GitHub link they have clear instructions on it.&lt;/p&gt;

&lt;p&gt;If you struggling with setting up the font in visual studio code. I have created a youtub video for the same. You can watch this video and follow the instructions given this video.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/JetVBxrPT1s"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;I have been creating lots of video related to programing, Visual Studio code and If you like this video, Please do subscribe to my channel at &lt;a href="https://bit.ly/subscribetocodewithv" rel="noopener noreferrer"&gt;https://bit.ly/subscribetocodewithv&lt;/a&gt; and hit like button on the video.&lt;/p&gt;

</description>
      <category>visualstudio</category>
      <category>visualstudiocode</category>
      <category>code</category>
      <category>javascript</category>
    </item>
    <item>
      <title> CRUD Operation with ASP.NET Core MVC, Entity Framework Core And SQL Server</title>
      <dc:creator>jalpesh Vadgama</dc:creator>
      <pubDate>Sat, 10 Apr 2021 05:04:21 +0000</pubDate>
      <link>https://dev.to/jalpeshvadgama/crud-operation-with-asp-net-core-mvc-entity-framework-core-and-sql-server-2jch</link>
      <guid>https://dev.to/jalpeshvadgama/crud-operation-with-asp-net-core-mvc-entity-framework-core-and-sql-server-2jch</guid>
      <description>&lt;p&gt;In this video, You will learn about ASP.NET Core MVC framework. How it's works and then create a basic Crud operation with Entity Framework core code first with SQL Server Database.&lt;/p&gt;

&lt;p&gt;Topic discussed in this video are&lt;/p&gt;

&lt;p&gt;➤ What is Model View Controller Pattern&lt;br&gt;
➤ How MVC works&lt;br&gt;
➤ Structure of ASP.NET Core MVC Application&lt;br&gt;
➤ How to install Nuget packages for Entity Framework Core &lt;br&gt;
➤ How to create model classes with Annotation for validation&lt;br&gt;
➤ How to create Entity Framework Context class and how to configure the database connection.&lt;br&gt;
➤ How to Create Migration with Help of Entity Framework Tools Nuget package and Use of Add-Migration command. &lt;br&gt;
➤ How to apply migration with Entity Framework Core in SQL Server database with Update-Database Command&lt;br&gt;
➤ How to create Scaffolding and How to create Controller and Views with Scaffolding in Visual Studio.&lt;br&gt;
➤ Explanation of Code generated and How entity Framework Core works.&lt;br&gt;
➤ How to do validation in Forms and how to use ASP.NET Core Tag helpers for that.&lt;/p&gt;

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

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/zHaMymuCBDo"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;📂 Source Code:&lt;/p&gt;

&lt;p&gt;You can find source code from the following GitHub Repository. &lt;br&gt;
&lt;a href="https://github.com/JalpeshVadgama/ASPNETCoreMVCEFCoreCrudOperation"&gt;https://github.com/JalpeshVadgama/ASPNETCoreMVCEFCoreCrudOperation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you like this video and wanted to see a similar kind of video then, please subscribe to my YouTube channel at - &lt;a href="https://bit.ly/codewithjv"&gt;https://bit.ly/codewithjv&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aspnet</category>
      <category>aspnetcore</category>
      <category>efcore</category>
      <category>sqlserver</category>
    </item>
    <item>
      <title>Visual Studio Code Customization - Postfix JS/TS Completion</title>
      <dc:creator>jalpesh Vadgama</dc:creator>
      <pubDate>Sat, 27 Mar 2021 04:48:09 +0000</pubDate>
      <link>https://dev.to/jalpeshvadgama/visual-studio-code-customization-postfix-js-ts-completion-5hng</link>
      <guid>https://dev.to/jalpeshvadgama/visual-studio-code-customization-postfix-js-ts-completion-5hng</guid>
      <description>&lt;p&gt;If you are coming from Visual Studio with Resharper background or Jetbrain's IDE. You must have heard term called "Postfix Template".&lt;/p&gt;

&lt;p&gt;Postfix templates help you transform expressions that you have already typed without jumping backwards. So basically it will speedup your development by providing lot of templates and you can use that when you write code.&lt;/p&gt;

&lt;p&gt;In this video, I have demonstrate you an extension which provides you same exact functionality.  It will covert you array into for loop with array.&lt;/p&gt;

&lt;p&gt;Below is the link for the same extension&lt;br&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=ipatalas.vscode-postfix-ts"&gt;https://marketplace.visualstudio.com/items?itemName=ipatalas.vscode-postfix-ts&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For more details please do watch my video.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/ZRXWELJS2yc"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;If you like this video and wanted to see a similar kind of video then, please subscribe to my you tube channel at - &lt;a href="https://bit.ly/codewithjv"&gt;https://bit.ly/codewithjv&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Also, Please comment about what content you want to see in my YouTube channel.&lt;/p&gt;

</description>
      <category>typescript</category>
      <category>webdev</category>
      <category>dotnet</category>
      <category>vscode</category>
    </item>
    <item>
      <title>Visual Studio Code Tips in 2 minutes - How to highlight current line</title>
      <dc:creator>jalpesh Vadgama</dc:creator>
      <pubDate>Mon, 22 Mar 2021 04:22:58 +0000</pubDate>
      <link>https://dev.to/jalpeshvadgama/visual-studio-code-tips-in-2-minutes-how-to-highlight-current-line-585m</link>
      <guid>https://dev.to/jalpeshvadgama/visual-studio-code-tips-in-2-minutes-how-to-highlight-current-line-585m</guid>
      <description>&lt;p&gt;In this video, I am going to show you a tip about highlighting current line visual studio code. It can be done via "workbench.colorCustomizations". There are other tons of options provided in workbench color customizations I will talk about that in upcoming videos.&lt;/p&gt;

&lt;p&gt;Here is the code the same.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&lt;br&gt;
"workbench.colorCustomizations": {&lt;br&gt;
        "editor.lineHighlightBackground": "#e9f2fa",&lt;br&gt;
        // "editor.lineHighlightBackground": "#171a1a",&lt;br&gt;
        "editor.lineHighlightBorder": "#9292ac"&lt;br&gt;
    }&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;For more details please do watch my video.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/xKuf_j_GqNA"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;If you like this video and wanted to see a similar kind of video then, please subscribe to my you tube channel at - &lt;a href="https://bit.ly/codewithjv"&gt;https://bit.ly/codewithjv&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Also, Please comment about what content you want to see in my YouTube channel.&lt;/p&gt;

</description>
      <category>typescript</category>
      <category>webdev</category>
      <category>dotnet</category>
      <category>vscode</category>
    </item>
    <item>
      <title>C# 9.0 Feature - Omit New Expression</title>
      <dc:creator>jalpesh Vadgama</dc:creator>
      <pubDate>Wed, 10 Mar 2021 19:46:43 +0000</pubDate>
      <link>https://dev.to/jalpeshvadgama/c-9-0-feature-omit-new-expression-4a4a</link>
      <guid>https://dev.to/jalpeshvadgama/c-9-0-feature-omit-new-expression-4a4a</guid>
      <description>&lt;p&gt;With .NET 5.0, Microsoft has released new version of C# and It got some cool new features. So I'm creating a video series about those new features and this is video is second of them. In this video,  We are going to learn how we can omit the new expression and we have to write less code when we know the type of object we are creating. &lt;/p&gt;

&lt;p&gt;In this video, I have created an simple console application and explained how we can omit the New Expression in C# 9.0. If we know the type and if we don't know the type i.e. we use var keyword then its giving errors.&lt;/p&gt;

&lt;p&gt;For more details please do watch my video.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/mt2t-qd6CQ4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Here is a complete list of video series:&lt;/p&gt;

&lt;p&gt;Part 1: C# 9.0 Feature - Top New Level Statement&lt;br&gt;
&lt;a href="http://bit.ly/CS9TopLevelStatement%E2%80%8B"&gt;http://bit.ly/CS9TopLevelStatement​&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Part 2: C# 9.0 Feature - Omit New Expression&lt;br&gt;
&lt;a href="http://bit.ly/CS9OmitNewExpression"&gt;http://bit.ly/CS9OmitNewExpression&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you like this video and wanted to see a similar kind of video then, please subscribe to my you tube channel at - &lt;a href="https://bit.ly/codewithjv"&gt;https://bit.ly/codewithjv&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Also, Please comment about what content you want to see in my YouTube channel.&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>webdev</category>
      <category>dotnet</category>
      <category>vscode</category>
    </item>
    <item>
      <title>C# 9.0 Feature - Top Level Statements</title>
      <dc:creator>jalpesh Vadgama</dc:creator>
      <pubDate>Fri, 05 Mar 2021 10:19:25 +0000</pubDate>
      <link>https://dev.to/jalpeshvadgama/c-9-0-feature-top-level-statements-45p2</link>
      <guid>https://dev.to/jalpeshvadgama/c-9-0-feature-top-level-statements-45p2</guid>
      <description>&lt;p&gt;With .NET 5.0, Microsoft has released new version of C# and It got some cool new features. So I'm creating a video series about those new features and this is video is first of them. In this video, We are going learn about C# 9.0 Top Level Statement feature. With this feature now you don't need to write the boilerplate code like classes and you can directly write your statement and functions.&lt;/p&gt;

&lt;p&gt;In this video, I have created an simple console application and explained how we can use the C# 9.0 top level statements. You can even use the functions and few other C# features with top levels statements&lt;/p&gt;

&lt;p&gt;But there are certain limitations also there.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You can use top level statement in only one file in your visual studio project.&lt;/li&gt;
&lt;li&gt;You can not combine main method and top level statement together otherwise it will give errors.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For more details please do watch my video.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/UYlk8McCkYw"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Here is a complete list of video series:&lt;/p&gt;

&lt;p&gt;Part 1: C# 9.0 Feature - Top New Level Statement&lt;br&gt;
&lt;a href="http://bit.ly/CS9TopLevelStatement%E2%80%8B"&gt;http://bit.ly/CS9TopLevelStatement​&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Part 2: C# 9.0 Feature - Omit New Expression&lt;br&gt;
&lt;a href="http://bit.ly/CS9OmitNewExpression"&gt;http://bit.ly/CS9OmitNewExpression&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you like this video and wanted to see a similar kind of video then, please subscribe to my you tube channel at - &lt;a href="https://bit.ly/codewithjv"&gt;https://bit.ly/codewithjv&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Also, Please comment about what content you want to see in my YouTube channel.&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>webdev</category>
      <category>dotnet</category>
      <category>vscode</category>
    </item>
    <item>
      <title>How to create project with Visual Studio 2019 – New Project Dialog</title>
      <dc:creator>jalpesh Vadgama</dc:creator>
      <pubDate>Thu, 04 Mar 2021 18:05:03 +0000</pubDate>
      <link>https://dev.to/jalpeshvadgama/how-to-create-project-with-visual-studio-2019-new-project-dialog-4ab5</link>
      <guid>https://dev.to/jalpeshvadgama/how-to-create-project-with-visual-studio-2019-new-project-dialog-4ab5</guid>
      <description>&lt;p&gt;With Visual Studio 2019, A new project dialog has been introduced and there are lots of improvement done from the new project dialog. In this video, I have explained all the features of New project dialog for visual studio 2019 &lt;/p&gt;

&lt;p&gt;Following is video for the same.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/PCeJhfvgQ_A"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;If you like this video and wanted to see a similar kind of video then, please subscribe to my you tube channel at - &lt;a href="https://bit.ly/codewithjv"&gt;https://bit.ly/codewithjv&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Also, Please comment about what content you want to see in my you tube channel.&lt;/p&gt;

</description>
      <category>visualstudio</category>
      <category>visualstudiocode</category>
      <category>vscode</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Create your first REST API with ASP.NET Core And Visual Studio Part-1</title>
      <dc:creator>jalpesh Vadgama</dc:creator>
      <pubDate>Mon, 10 Aug 2020 13:30:08 +0000</pubDate>
      <link>https://dev.to/jalpeshvadgama/create-your-first-rest-api-with-asp-net-core-and-visual-studio-part-1-2ji0</link>
      <guid>https://dev.to/jalpeshvadgama/create-your-first-rest-api-with-asp-net-core-and-visual-studio-part-1-2ji0</guid>
      <description>&lt;p&gt;A simple video about Creating ASP.NET Core  Web API(Rest API) with Entity framework core and SQLServer using Visual Studio 2019.&lt;/p&gt;

&lt;p&gt;In this introductory video, We have created an ASP.NET Web API project with Visual Studio 2019 from the template we have already there by default. We have also learned how we can integrate the simple routing with ASP.NET Core controllers.&lt;/p&gt;

&lt;p&gt;We also saw a startup file and a few other items in the ASP.NET Core Web API template.&lt;/p&gt;

&lt;p&gt;The technology used in this video are:&lt;br&gt;
ASP.NET Core 3.1&lt;br&gt;
Entity framework core 3.1&lt;br&gt;
Visual Studio 2019&lt;/p&gt;

&lt;p&gt;Following is video for the same.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/g0dya5evC1Q"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;If you like this video and wanted to see a similar kind of video then, please subscribe to my youtube channel at - &lt;a href="https://bit.ly/codewithjv"&gt;https://bit.ly/codewithjv&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Also, Do let me know what more content you wanted to see in for ASP.NET Core&lt;/p&gt;

</description>
      <category>aspnet</category>
      <category>aspnetcore</category>
      <category>efcore</category>
      <category>sqlserver</category>
    </item>
    <item>
      <title>Getting Started with Angular Reactive Forms</title>
      <dc:creator>jalpesh Vadgama</dc:creator>
      <pubDate>Fri, 24 Jul 2020 07:27:59 +0000</pubDate>
      <link>https://dev.to/jalpeshvadgama/getting-started-with-angular-reactive-forms-462h</link>
      <guid>https://dev.to/jalpeshvadgama/getting-started-with-angular-reactive-forms-462h</guid>
      <description>&lt;p&gt;In Angular, There are two ways to create forms.&lt;/p&gt;

&lt;p&gt;1) Template Driven&lt;br&gt;
2) Reactive Forms.&lt;/p&gt;

&lt;p&gt;Here in this video- I have explained what are the advantages and disadvantages of using reactive forms in the angular application.&lt;/p&gt;

&lt;p&gt;I have also created a sample application and demonstrate how we can create reactive forms and also validate the same.&lt;/p&gt;

&lt;p&gt;Following is video for the same.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/-7vVgM0tU2Q"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;If you like this video and wanted to see a similar kind of video then, please subscribe to my youtube channel at - &lt;a href="https://bit.ly/codewithjv"&gt;https://bit.ly/codewithjv&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Also, Do let me know what more content you wanted to see in for Angular&lt;/p&gt;

</description>
      <category>typescript</category>
      <category>javascript</category>
      <category>angular</category>
      <category>node</category>
    </item>
    <item>
      <title>How to debug Node.js Application with VSCode without any configuration</title>
      <dc:creator>jalpesh Vadgama</dc:creator>
      <pubDate>Mon, 01 Jun 2020 12:50:32 +0000</pubDate>
      <link>https://dev.to/jalpeshvadgama/how-to-debug-node-js-application-with-vscode-without-any-configuration-57dl</link>
      <guid>https://dev.to/jalpeshvadgama/how-to-debug-node-js-application-with-vscode-without-any-configuration-57dl</guid>
      <description>&lt;p&gt;In this video, I'm going to show a quick tip about debugging Node.js application with Visual Studio Code without any configuration.&lt;/p&gt;

&lt;p&gt;In the earlier version of Visual  Studio Code, We can also debug the Node.js application but at that time we have to create launch settings and there are some parameters for that. But now with Javascript debug terminal we can directly attach node.js application with visual studio code and even it can also able to debug node.js express files.&lt;/p&gt;

&lt;p&gt;You just need to do CMD+ SHIFT + P on mac or CTRL + SHIFT + P on Visual studio code and select Create: Javascript debug terminal. That's it rest it will do all the stuff automatically.&lt;/p&gt;

&lt;p&gt;Following is video for the same.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/G47lZR3XzKc"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;If you like this video and wanted to see a similar kind of video then, please subscribe to my youtube channel at - &lt;a href="https://bit.ly/codewithjv"&gt;https://bit.ly/codewithjv&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Also, Do let me know what more content you wanted to see in for node.js.&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>node</category>
    </item>
    <item>
      <title>Angular: Interaction between Component with Shared service</title>
      <dc:creator>jalpesh Vadgama</dc:creator>
      <pubDate>Sun, 24 May 2020 11:52:46 +0000</pubDate>
      <link>https://dev.to/jalpeshvadgama/angular-interaction-between-component-with-shared-service-2303</link>
      <guid>https://dev.to/jalpeshvadgama/angular-interaction-between-component-with-shared-service-2303</guid>
      <description>&lt;p&gt;In this video, We are going to learn how we can have interaction between components via shared service.&lt;/p&gt;

&lt;p&gt;If you have not seen my first video about Interaction between Component with @Input and @Output in Angular and then I would highly recommend it to see that video. Following is a link to that video.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://bit.ly/AngularComponentInteraction"&gt;https://bit.ly/AngularComponentInteraction&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this video, I have created a shared service that has got a message source as behavior subject from rx.js which holds an observable. By default, I have initialized it as the default message. Then I have created a new method where I have created a method called "change message"  from where the user can change the message.&lt;/p&gt;

&lt;p&gt;After that, I have injected this service into two different components and subscribe to current message observable. I have also created a button click event in both components which calls the  Change message method from shared service. As we have subscribed to both our message observable it will reflect in message change in both components.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/BwGuU1QNqcY"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Source Code for this video is available on - &lt;a href="https://github.com/JalpeshVadgama/AngularSharedService"&gt;https://github.com/JalpeshVadgama/AngularSharedService&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you like this video and wanted to see a similar kind of video then, please subscribe to my youtube channel at - &lt;a href="https://bit.ly/codewithjv"&gt;https://bit.ly/codewithjv&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>angular</category>
    </item>
    <item>
      <title>Build your first RESTful API with Node.js and Express. CRUD Operation with API in Node.js and Express</title>
      <dc:creator>jalpesh Vadgama</dc:creator>
      <pubDate>Mon, 18 May 2020 03:59:59 +0000</pubDate>
      <link>https://dev.to/jalpeshvadgama/build-your-first-restful-api-with-node-js-and-express-crud-operation-with-api-in-node-js-and-express-2jo0</link>
      <guid>https://dev.to/jalpeshvadgama/build-your-first-restful-api-with-node-js-and-express-crud-operation-with-api-in-node-js-and-express-2jo0</guid>
      <description>&lt;p&gt;I have created a video series where I have explained how we can create RESTFUL API with node.js and Express. It is a four-part video series and each part explains one operation in the details. &lt;/p&gt;

&lt;h2&gt;
  
  
  Part 1: Build your first RESTful API with Node.js and Express  Get all students and Get Students by Id:
&lt;/h2&gt;

&lt;p&gt;In this video, I have explained how we are creating A get APIs to get all the data from the data store. In this video, I have not used any database but I have used object array as a database. So in this first part, I have explained how we setup the express and express router to map functions against the URLs(Endpoints) of Web API. Then I have created two APIs 1) Get all students 2) Get Students by Id and I have also explained how it is done via code.&lt;/p&gt;

&lt;p&gt;Following is the first video of the comeplete video series:&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/9gcCKpH1vLg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Part 2: Build your first RESTful API with Node.js and Express Create Student(Post):
&lt;/h2&gt;

&lt;p&gt;In this part, I have explained how we can use Body parser a middleware to get data from the request body. Basically body parse is a middleware that extracts body from request and provides us in east format. Then I have explained how we can get data via POST API and get data from the request body. After that, I have created the 'ValidateStudent' function to demonstrate how we can validate the data coming from our body. &lt;/p&gt;

&lt;p&gt;Following is the second video of complete video series:&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/ktO-sJGmB9c"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Part3: Build your first RESTful API with Node.js and Express  Update(Put):
&lt;/h2&gt;

&lt;p&gt;In this video, We have created a put API with the help of express and node.js. Here we are passing two things there. One is Id on which we need to update Student and Student Object which we want to update. In API I am checking whether our student's array is having that Id or not&lt;br&gt;
otherwise it will return not found. If it is there then it's going to first validate student object and then update it with new data. &lt;/p&gt;

&lt;p&gt;Following is the third video of the complete video series.&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/3diZao0OHb4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Part 4: Build your first RESTful API with Node.js and Express Delete
&lt;/h2&gt;

&lt;p&gt;In this video, We have created a Delete API with the help of express and node.js. Here we are passing id for a student whom we need to delete. Then we are checking if a student with that student id exist then we are deleting that students from the array which act as our database. And the end we are sending the message that the student deleted successfully.&lt;/p&gt;

&lt;p&gt;Following is the fourth video of the complete video series.&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/IMNXsK3Iy7U"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;All the Source Code for this video series is available on - &lt;a href="https://github.com/JalpeshVadgama/FirstNodeJSRestAPI"&gt;https://github.com/JalpeshVadgama/FirstNodeJSRestAPI&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Subscribe to my channel:
&lt;/h2&gt;

&lt;p&gt;As you know there is lots of hard work required to create a video series like this. So If you like this video series and wanted to see a similar kind of videos then, please subscribe to my youtube channel at &lt;/p&gt;

&lt;p&gt;&lt;a href="https://bit.ly/codewithjv"&gt;https://bit.ly/codewithjv&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;It gives me the inspiration to create more video series like this. Also, please share your thought on the content you wanted to see on my youtube channel. I will try to create content based on popular demand. So please let me know and I will try to cover topics mentioned in the comments.&lt;/p&gt;

&lt;p&gt;Also, Do let me know what more content you wanted to see in for node.js.&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>node</category>
    </item>
  </channel>
</rss>
