<?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>Forem: Shubham Bhosale</title>
    <description>The latest articles on Forem by Shubham Bhosale (@shubhamcodes).</description>
    <link>https://forem.com/shubhamcodes</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%2F1066357%2F70f1e22b-fe78-43d9-9af6-bef3e489d701.png</url>
      <title>Forem: Shubham Bhosale</title>
      <link>https://forem.com/shubhamcodes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/shubhamcodes"/>
    <language>en</language>
    <item>
      <title>10 Must-Have VSCode Extensions for Web Development 👀💻</title>
      <dc:creator>Shubham Bhosale</dc:creator>
      <pubDate>Mon, 08 Jan 2024 16:50:36 +0000</pubDate>
      <link>https://forem.com/shubhamcodes/10-must-have-vscode-extensions-for-web-development-344b</link>
      <guid>https://forem.com/shubhamcodes/10-must-have-vscode-extensions-for-web-development-344b</guid>
      <description>&lt;p&gt;Visual Studio Code stands out as one of the most widely used source code editors, boasting over 136k stars on GitHub. Its popularity is attributed to its lightw&lt;br&gt;
eight design, flexibility, open-source nature, simplicity, and extensibility.&lt;/p&gt;

&lt;p&gt;When it comes to extensibility, Visual Studio Code offers thousands of extensions that you can install to enhance your developer productivity and automate routine tasks. These extensions are readily available in the Visual Studio Code marketplace, with the majority being free of charge.&lt;/p&gt;

&lt;p&gt;In this article, we'll delve into 09 powerful Visual Studio Code extensions that significantly enhance the web development experience. Each extension is accompanied by examples of usage and links for easy installation.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Prettier
&lt;/h2&gt;

&lt;p&gt;Prettier is a useful tool that automatically formats your code using opinionated and customizable rules. It ensures that all your code has a consistent format and can help enforce a specific styling convention in a collaborative project involving multiple developers.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aqJ10aho--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xhs9jzn6wbnppijo8khf.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aqJ10aho--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xhs9jzn6wbnppijo8khf.jpg" alt="Image description" width="800" height="427"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. ESLint
&lt;/h2&gt;

&lt;p&gt;ESLint is a tool that finds and fixes problems in your JavaScript code. It deals with both code quality and coding style issues, helping to identify programming patterns that are likely to produce tricky bugs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--T1yme4JN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kiohi9tjfjusxev506wn.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--T1yme4JN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kiohi9tjfjusxev506wn.jpg" alt="Image description" width="800" height="424"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3. GitLens
&lt;/h2&gt;

&lt;p&gt;GitLens is another powerful extension that helps you take full advantage of Git source control in Visual Studio Code.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--992CSmdK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5fursgma9fhn81167ch3.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--992CSmdK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5fursgma9fhn81167ch3.jpg" alt="Image description" width="800" height="424"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Live Server
&lt;/h2&gt;

&lt;p&gt;The Live Server extension for VSCode starts a local server that serves pages using the contents of files in the workspace. The server will automatically reload when an associated file is changed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--pgN8vmdb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hp1jh862rwl37ytih61o.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pgN8vmdb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hp1jh862rwl37ytih61o.jpg" alt="Image description" width="800" height="424"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  5. CSS Peek
&lt;/h2&gt;

&lt;p&gt;The CSS Peek Extension lets you quickly view the CSS style definitions for various class names and IDs assigned in HTML.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--A3qtVkx1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xhwu22nod5bb4gsoehcy.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A3qtVkx1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xhwu22nod5bb4gsoehcy.jpg" alt="Image description" width="800" height="419"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Intellisense for CSS Class Names in HTML
&lt;/h2&gt;

&lt;p&gt;This extension can work hand in hand with CSS Peek, it provides code completion for the HTML class attribute from existing CSS definitions found in the current Visual Studio Code workspace.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SN7iVuIh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6qcsp3dttrjmvo9333i0.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SN7iVuIh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6qcsp3dttrjmvo9333i0.jpg" alt="Image description" width="800" height="427"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  7. JavaScript (ES6) Code Snippets
&lt;/h2&gt;

&lt;p&gt;As the name suggests, this is an extension that comes fully loaded with heaps of time-saving code snippets for JavaScript, in ES6 syntax.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2FTjNkXp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/269xeklj7qxtqobxaktv.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2FTjNkXp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/269xeklj7qxtqobxaktv.jpg" alt="Image description" width="800" height="426"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  8. Visual Studio Intellicode
&lt;/h2&gt;

&lt;p&gt;Artificial Intelligence continues to increase worker productivity in various jobs, and developers are not left out. IntelliCode is a tool that produces smart code completion recommendations that make sense in the current code context. It does this using an AI model that has been trained on thousands of popular open-source projects on GitHub.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--i1nLnKwB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/t8ro09e2tyejnrcwm8l6.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--i1nLnKwB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/t8ro09e2tyejnrcwm8l6.jpg" alt="Image description" width="800" height="424"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  9. VSCode Icons
&lt;/h2&gt;

&lt;p&gt;Icon packs are available to customize the look of files of different types in Visual Studio Code. They enhance the look of the application and make it easier to identify and distinguish files of various sorts.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--b-lyYM2B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0y10ac3korybe66usdwu.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--b-lyYM2B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0y10ac3korybe66usdwu.jpg" alt="Image description" width="800" height="424"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;VSCode Icons is one the most popular icon pack extensions, boasting a highly comprehensive set of icons and over 11 million downloads.&lt;/p&gt;

&lt;p&gt;Certainly! Feel free to explore and choose resources that suit your preferences. If you decide to purchase a course on platforms like Udemy or Coursera, go ahead and start your learning journey!&lt;/p&gt;

&lt;p&gt;If you ever need assistance, don't hesitate to reach out to me on Instagram &lt;a href="https://www.instagram.com/coding.leo/"&gt;@coding.leo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>webdev</category>
      <category>coding</category>
    </item>
    <item>
      <title>07 Best Movies for Software Developers</title>
      <dc:creator>Shubham Bhosale</dc:creator>
      <pubDate>Thu, 04 Jan 2024 04:48:04 +0000</pubDate>
      <link>https://forem.com/shubhamcodes/07-best-movies-for-software-developers-7kp</link>
      <guid>https://forem.com/shubhamcodes/07-best-movies-for-software-developers-7kp</guid>
      <description>&lt;p&gt;If you're on the lookout for great movies centered around programming, software development, and technology, I've put together a list of my favorite films for programmers and developers.&lt;/p&gt;

&lt;h2&gt;
  
  
  1) Inception (2010)
&lt;/h2&gt;

&lt;p&gt;One of the best sci-fi movies I have watched in recent times. It reminds me a bit of the Matrix, except in people’s minds. I don’t quite think it lives up to its hype, but it’s definitely a good movie. Leonardo DiCaprio plays a thief who steals corporate secrets from sleeping minds. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--K_u-Alyq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u286nwryv8gof9ip6o5q.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--K_u-Alyq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u286nwryv8gof9ip6o5q.jpg" alt="Image description" width="675" height="1000"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2) The Social Network (2010)
&lt;/h2&gt;

&lt;p&gt;This movie is a story about the founders of the social-networking website, Facebook. One of the best movies I have watched in the last couple of years. You just need to be a little bit patient though, the start is not so exciting, but once you watch 5 or 10 minutes, you will either love it or just switch it off. I have friends who have watched this movie more than 10 times already.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7bnUxN3m--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4ijrtsfht1a62hgcwl5r.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7bnUxN3m--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4ijrtsfht1a62hgcwl5r.jpg" alt="Image description" width="675" height="1000"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3) 23
&lt;/h2&gt;

&lt;p&gt;A 1998 movie is a must-watch for programmers. The plot of this movie (23) is based on the true story. It is about a group of young computer hackers from Hannover, Germany. The movie ’23 is directed by Hans-Christian Schmid.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--T0utk2mz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/uukwuk9k3en3c9nc88q3.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--T0utk2mz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/uukwuk9k3en3c9nc88q3.jpg" alt="Image description" width="188" height="268"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  4) Pirates of Silicon Valley (1999)
&lt;/h2&gt;

&lt;p&gt;This movie is about the early rise of Microsoft and Apple Computers. It tells the story of early careers and professional lives of several key people, the film depicts several events that led to the personal computer revolution. The main characters are men that most have heard of at some time or another and include Steve Jobs (Noah Wyle) and Steve Wozniak (Joey Slotnick) on the Apple side and Bill Gates (Anthony Michael Hall) and Steve Ballmer (John DiMaggio) at Microsoft.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--c2H5HXym--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jsgarafq3r1ead5v04fv.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--c2H5HXym--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jsgarafq3r1ead5v04fv.jpg" alt="Image description" width="167" height="302"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  5) The Matrix (1999)
&lt;/h2&gt;

&lt;p&gt;This was one of the first Computer programming sorts of the movie which I watched on my teen-age. It was also the one that inspired me a lot. Now I have watched all three Matrix movies, i.e. The Matrix Trilogy, but this is simply the best.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--QcAGGDmR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ods3784dpnvc605ifc7u.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QcAGGDmR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ods3784dpnvc605ifc7u.jpg" alt="Image description" width="800" height="1202"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  6) The Matrix Reloaded (2003)
&lt;/h2&gt;

&lt;p&gt;I love the whole Matrix series. In this movie, Neo, Trinity, and Morpheus lead a revolt against the Machine Army unleashing their arsenal of extraordinary skills &amp;amp; weaponry against systematic forces of repression and exploitation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3klBX4Jc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5x0vhftbrjywbx57c6jt.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3klBX4Jc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5x0vhftbrjywbx57c6jt.jpg" alt="Image description" width="800" height="1200"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  7) A Beautiful Mind (2001)
&lt;/h2&gt;

&lt;p&gt;One of the best Sci-Fi movies I have watched. It has also got 4 Academy or Oscar Awards. This winner of 4 Oscars, including Best Picture, stars Russell Crowe as a brilliant mathematician on the brink of international acclaim who becomes entangled in a mysterious conspiracy.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--5jHZQtou--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lf95g7enx21h37c5i193.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5jHZQtou--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lf95g7enx21h37c5i193.jpg" alt="Image description" width="800" height="1188"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for taking the time to read this article, everyone. If you enjoyed these movies, consider sharing them with your friends and colleagues. &lt;/p&gt;

&lt;p&gt;If you know of any other movies centered around computer programmers, feel free to share them with us in the comments.&lt;/p&gt;

</description>
      <category>movies</category>
      <category>coding</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
    <item>
      <title>FREE Resources to Learn Web Development</title>
      <dc:creator>Shubham Bhosale</dc:creator>
      <pubDate>Tue, 02 Jan 2024 14:08:39 +0000</pubDate>
      <link>https://forem.com/shubhamcodes/free-resources-to-learn-web-development-5fgd</link>
      <guid>https://forem.com/shubhamcodes/free-resources-to-learn-web-development-5fgd</guid>
      <description>&lt;p&gt;There's a wealth of free content on web development available today. You just need to explore the right places to find what suits you. Luckily, I've already compiled a list of these excellent free resources, so you don't have to search for them on your own!&lt;/p&gt;

&lt;h2&gt;
  
  
  Fundamentals of Web Development
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://developer.mozilla.org/en-US/"&gt;MDN Web Docs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How the Web Works (3 Part Series):
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.freecodecamp.org/news/how-the-web-works-a-primer-for-newcomers-to-web-development-or-anyone-really-b4584e63585c/"&gt;How the Web Works: A Primer for Newcomers to Web Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  HTML
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.w3schools.com/html/default.asp"&gt;W3Schools: HTML Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/kUMe1FH4CHE?si=JmQhlI2XL4Ix--Xq"&gt;freeCodeCamp: Course by Dave Gray&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  CSS
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.w3schools.com/css/default.asp"&gt;W3Schools: CSS Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://css-tricks.com/"&gt;CSS-Tricks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/yfoY53QXEnI?si=odgvnremf2blDcs2"&gt;Traversy Media&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  JavaScript
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://javascript.info/"&gt;The Modern JavaScript Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://learnjavascript.online/"&gt;Learn JavaScript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://learnjavascript.online/"&gt;W3Schools: JavaScript Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.geeksforgeeks.org/javascript/"&gt;GeeksforGeeks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/jS4aFq5-91M?si=4LUZghfJMKpnh9RX"&gt;freeCodeCamp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtube.com/playlist?list=PLu0W_9lII9ahR1blWXxgSlL4y9iQBnLpR&amp;amp;si=EA0G_jpR8g-Q6HaD"&gt;CodeWithHarry (in Hindi)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  React
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://react.dev/learn"&gt;React.dev&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtube.com/playlist?list=PLC3y8-rFHvwgg3vaYJgHGnModB54rxOk3&amp;amp;si=kWYKM0YqVoiOnfsi"&gt;Codevolution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://react-tutorial.app/"&gt;React Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Node.js/Express
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://nodejs.org/en/learn/getting-started/introduction-to-nodejs"&gt;Node.js&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://expressjs.com/"&gt;Express&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/ekRpc5YgVZU?si=13g_onPR72JjiYGS"&gt;Dipesh Malvia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtube.com/playlist?list=PLC3y8-rFHvwh8shCMHFA5kWxD9PaPwxaY&amp;amp;si=AJSh4ylQ1XIFfDMD"&gt;Codevolution&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  API
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://rapidapi.com/learn"&gt;https://rapidapi.com/learn&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  MongoDB (NoSQL Database)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.w3schools.com/mongodb/"&gt;W3Schools: MongoDB Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtube.com/playlist?list=PL4cUxeGkcC9h77dJ-QJlwGlZlTd4ecZOA&amp;amp;si=cXW7OsgfIAOpuOX1"&gt;Net Ninja&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Git and GitHub
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://learngitbranching.js.org/"&gt;Learn Git Branching&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtu.be/apGV9Kg7ics?si=XlCjTvYAhXfBcGGj"&gt;Kunal Kushwaha&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  MERN Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://youtube.com/playlist?list=PL4cUxeGkcC9iJ_KkrkBZWZRHVwnzLIoUE&amp;amp;si=LHULqQg4ZewLC8_B"&gt;Net Ninja&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtube.com/playlist?list=PLillGF-RfqbbQeVSccR9PGKHzPJSWqcsm&amp;amp;si=qmW9IhL97_KXKNdF"&gt;Traversy Media&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Next.js
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://nextjs.org/docs"&gt;Next.js official documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://youtube.com/playlist?list=PLC3y8-rFHvwgC9mj0qv972IO5DmD-H0ZH&amp;amp;si=Pe7UooLhsO9_C97U"&gt;Codevolution&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Everything
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.freecodecamp.org/"&gt;freeCodeCamp&lt;/a&gt;: This website literally has everything! DSA too!&lt;/p&gt;

&lt;p&gt;Certainly! Feel free to explore and choose resources that suit your preferences. If you decide to purchase a course on platforms like Udemy or Coursera, go ahead and start your learning journey!&lt;/p&gt;

&lt;p&gt;If you ever need assistance, don't hesitate to reach out to me on Instagram.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>learning</category>
      <category>coding</category>
    </item>
  </channel>
</rss>
