<?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: Harsh Jain</title>
    <description>The latest articles on DEV Community by Harsh Jain (@hjain5164).</description>
    <link>https://dev.to/hjain5164</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%2F405915%2F0ebfdbc4-4957-45f7-a31a-bf578be6a257.jpeg</url>
      <title>DEV Community: Harsh Jain</title>
      <link>https://dev.to/hjain5164</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hjain5164"/>
    <language>en</language>
    <item>
      <title>Building Web-Based Games and Utility Projects Using JavaScript</title>
      <dc:creator>Harsh Jain</dc:creator>
      <pubDate>Wed, 03 May 2023 14:22:44 +0000</pubDate>
      <link>https://dev.to/hjain5164/building-web-based-games-and-utility-projects-using-javascript-4pp4</link>
      <guid>https://dev.to/hjain5164/building-web-based-games-and-utility-projects-using-javascript-4pp4</guid>
      <description>&lt;p&gt;Do you want to learn JavaScript in a way that is engaging and hands-on? My latest course is perfect for you!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--6xqcgC6m--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bku6bf383vykn42qktv9.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--6xqcgC6m--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bku6bf383vykn42qktv9.gif" alt="Building Web-Based Games and Utility Projects Using JavaScript" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Learning a programming language can be intimidating, but this course is designed to help you learn JavaScript by creating real-world projects. You'll get to work on web-based games and utility projects using different data structures, such as arrays, linked lists, LRU cache, and graphs.&lt;/p&gt;

&lt;p&gt;The course will start with the basics of JavaScript, such as classes, objects, variables, and DOM manipulation. You'll then build on that foundation to create interactive games and utility projects, like a memory game, a calculator, and a tic-tac-toe game.&lt;/p&gt;

&lt;p&gt;Throughout the course, you'll receive clear step-by-step instructions for each project, as well as assessments to help monitor your progress. By the end of the course, you'll have a solid understanding of JavaScript and how to use its different data structures to create actual projects.&lt;/p&gt;

&lt;p&gt;This course is ideal for anyone looking to enhance their skills and take their career to the next level. Whether you're interested in web development, game programming, or interactive media, this course will give you a solid foundation to grow your career in these areas.&lt;/p&gt;

&lt;p&gt;So why wait? Join me now and enrol in this exciting new course here: &lt;a href="https://lnkd.in/dV-crEXi"&gt;https://lnkd.in/dV-crEXi&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>tutorial</category>
      <category>node</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Course Launch: Build a REST API Using Python and Deploy it to Microsoft Azure</title>
      <dc:creator>Harsh Jain</dc:creator>
      <pubDate>Thu, 01 Jul 2021 03:54:40 +0000</pubDate>
      <link>https://dev.to/hjain5164/course-launch-build-a-rest-api-using-python-and-deploy-it-to-microsoft-azure-3n50</link>
      <guid>https://dev.to/hjain5164/course-launch-build-a-rest-api-using-python-and-deploy-it-to-microsoft-azure-3n50</guid>
      <description>&lt;p&gt;There are tons of articles out there about why you should learn Python, but I’ll keep it simple. It is easily one of the most versatile languages that you can pick up. It’s great for machine learning, data science, web development, and in some extreme cases, building out distributed systems.&lt;/p&gt;

&lt;p&gt;If you plan on becoming a software engineer, you need to have a solid understanding of how to build and work with APIs, particularly RESTful APIs.&lt;/p&gt;

&lt;p&gt;They are the glue that connects data together and allows authorized applications to easily access it. APIs define the interactions of your product (i.e. what it does / how it can be used) and allow those interactions to be easily integrated into other platforms. In a sense, they underpin the apps we use everyday. Learn them now, and learn them well. It will pay huge dividends down the road.&lt;/p&gt;

&lt;p&gt;Checkout the course now at &lt;a href="https://www.educative.io/courses/rest-api-python-microsoft-azure?aff=xg3L"&gt;Educative.io&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>python</category>
      <category>azure</category>
      <category>cloud</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Course Launch: Competitive Programming - Crack Your Coding Interview</title>
      <dc:creator>Harsh Jain</dc:creator>
      <pubDate>Wed, 02 Jun 2021 15:53:05 +0000</pubDate>
      <link>https://dev.to/hjain5164/course-launch-competitive-programming-crack-your-coding-interview-18e1</link>
      <guid>https://dev.to/hjain5164/course-launch-competitive-programming-crack-your-coding-interview-18e1</guid>
      <description>&lt;p&gt;Coding interviews. Code-a-thons. Coding challenges. What do they all have in common?&lt;/p&gt;

&lt;p&gt;You’re required to solve difficult problems under pressure. Doing this well takes practice. Lots of practice and placing yourself in somewhat uncomfortable situations.&lt;/p&gt;

&lt;p&gt;Imagine your CTO reaching out to you about an urgent bug. You have to roll up your sleeves and solve the problem quickly.&lt;/p&gt;

&lt;p&gt;Trust me, it happens.&lt;/p&gt;

&lt;p&gt;That’s where experience comes in, and it’s like the old saying goes, "practice makes perfect." So today I'm excited to share a new course that will help you crush your next interview or coding challenge.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.educative.io/courses/competitive-programming-intvw?aff=xg3L"&gt;Competitive Programming - Crack Your Coding Interview&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this course, you will hone your problem-solving skills - one of the biggest assets a software engineer has.&lt;/p&gt;

&lt;p&gt;You will solve some of the most frequently asked questions that are brought up in FAANG interviews. You will start with the concepts of Number Theory and Divide &amp;amp; Conquer, then you’ll move towards more complex problems like dynamic programming and graph theory.&lt;/p&gt;

&lt;p&gt;With each problem you solve, there will be insightful explanations and full implementation details to really hammer home the concepts. By the time you finish this course, you will have the confidence to solve any problem, no matter the difficulty.&lt;/p&gt;

</description>
      <category>career</category>
      <category>programming</category>
      <category>computerscience</category>
    </item>
  </channel>
</rss>
