<?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: Yash Pandey (YP)</title>
    <description>The latest articles on Forem by Yash Pandey (YP) (@emperoryp7).</description>
    <link>https://forem.com/emperoryp7</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%2F531172%2Ff7325545-1e81-40b5-9001-81944d5857eb.jpeg</url>
      <title>Forem: Yash Pandey (YP)</title>
      <link>https://forem.com/emperoryp7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/emperoryp7"/>
    <language>en</language>
    <item>
      <title>Web Development Roadmap for beginners</title>
      <dc:creator>Yash Pandey (YP)</dc:creator>
      <pubDate>Tue, 26 Jan 2021 19:15:19 +0000</pubDate>
      <link>https://forem.com/emperoryp7/web-development-roadmap-for-beginners-3p53</link>
      <guid>https://forem.com/emperoryp7/web-development-roadmap-for-beginners-3p53</guid>
      <description>&lt;p&gt;Welcome to the world of Web and Mobile Applications! You'll get to know a lot about it here 😉&lt;/p&gt;

&lt;p&gt;If you're absolutely new to web development and haven't made a single website, go to the Basics section.&lt;/p&gt;

&lt;p&gt;If you have some familiarity with the basic concepts of web development or know a bit of HTML, CSS and JavaScript, you can head to the Intermediate Section.&lt;/p&gt;

&lt;p&gt;If you're well acquainted with the most popular frameworks and libraries like ReactJs, ExpressJs, Flask, or Django and have made a complete website with these, my friend, you're here for the Advanced Section (to be updated).&lt;/p&gt;

&lt;h2&gt;
  
  
  Basics for web development &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;So, you decided to explore web and app development? We got you covered!&lt;/p&gt;

&lt;p&gt;Web development cannot be learnt effectively without starting with the 3 main foundation pillars : &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML5 (HyperText Markup Language)&lt;/li&gt;
&lt;li&gt;CSS3 (Cascading StyleSheets)&lt;/li&gt;
&lt;li&gt;JavaScript ES6+ (A programming language which runs within the browser)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Apart from these look for CSS frameworks like :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;BootStrap 4 or the newer BootStrap 5&lt;/li&gt;
&lt;li&gt;Materialize CSS&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These frameworks are nothing but a whole lot of CSS classes/queries for you to get going without writing hundreds of lines of code just to get the basic formatting right.&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%2Fi%2Fdntt1gh67rvqxynu2pwj.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%2Fi%2Fdntt1gh67rvqxynu2pwj.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Before I tell you about the courses, &lt;a class="mentioned-user" href="https://dev.to/tusharjain0022"&gt;@tusharjain0022&lt;/a&gt; brought me a great resource to learn Webdev and get started in the coolest way possible! Here's a GitHub repo of &lt;a href="https://github.com/microsoft/Web-Dev-For-Beginners" rel="noopener noreferrer"&gt;Microsoft's 'Web Dev for beginners'&lt;/a&gt; which has 24 lessons for you to get a head-start! If you're taking this up, you may stop reading this and get back directly to the Intermediate Section.&lt;/p&gt;

&lt;p&gt;There are a lot of resources out there to learn these skills, here's a list of some of the best resources I found on the internet :&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name of course&lt;/th&gt;
&lt;th&gt;Language/skill(s) it covers&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.w3schools.com/" rel="noopener noreferrer"&gt;W3Schools.com&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;HTML5, CSS3, JavaScript ES7+, BootStrap 5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.youtube.com/watch?v=vQWlgd7hV4A" rel="noopener noreferrer"&gt;Learn HTML5 and CSS3 For Beginners Crash Course - Dev Ed&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;HTML5, CSS3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.youtube.com/watch?v=UB1O30fR-EE" rel="noopener noreferrer"&gt;HTML Crash Course For Absolute Beginners - Traversy Media&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;HTML5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.youtube.com/watch?v=PkZNo7MFNFg" rel="noopener noreferrer"&gt;Learn JavaScript - Full Course for Beginners - YouTube FREE course&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;JavaScript ES6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.youtube.com/watch?v=hdI2bqOjy3c" rel="noopener noreferrer"&gt;JavaScript Crash Course For Beginners - Traversy Media&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;JavaScript ES6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.youtube.com/watch?v=yfoY53QXEnI" rel="noopener noreferrer"&gt;CSS Crash Course For Absolute Beginners - Traversy Media&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;CSS3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.coursera.org/learn/html-css-javascript-for-web-developers" rel="noopener noreferrer"&gt;HTML, CSS, and Javascript for Web Developers - Coursera&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;HTML, CSS, JavaScript, BootStrap 4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/" rel="noopener noreferrer"&gt;The Complete 2020 Web Development Bootcamp - Udemy&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;HTML, CSS, JavaScript, BootStrap 4&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Important Note&lt;/strong&gt; - You don't need to go through each and every course, just choose one for each skill/language. DO NOT fall in tutorial trap where you keep on watching courses but don't seem to learn anything out of it. Choose one and stick to it.&lt;/p&gt;

&lt;p&gt;There's always something that isn't covered by these courses or you just don't know how to get that nasty &lt;code&gt;div&lt;/code&gt; centred on the screen. Just search your problem/task on the web and look for these sites :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.w3schools.com/" rel="noopener noreferrer"&gt;W3Schools.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://stackoverflow.com/" rel="noopener noreferrer"&gt;StackOverflow.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://css-tricks.com/" rel="noopener noreferrer"&gt;CSS-Tricks.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Dont be shy to start projects of your own at this stage. Infact, the best way to learn web development is by making small projects. After completing these courses, &lt;strong&gt;you should have made at least one decent website.&lt;/strong&gt; Well, we'd love to see you showoff your fancy new websites on the community's slack channel!&lt;/p&gt;

&lt;h2&gt;
  
  
  Web Development for the Intermediates &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;So you have made a shiny new website or are confident in HTML, CSS and JavaScript? Lets make this even more interesting!&lt;/p&gt;

&lt;p&gt;There are many aspects of web development, lets explore them one-by-one.&lt;/p&gt;

&lt;h3&gt;
  
  
  FrontEnd Developement
&lt;/h3&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%2Fi%2Faljb6zm80oyc89e0vkbs.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%2Fi%2Faljb6zm80oyc89e0vkbs.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is the part of a website which the user or client actually sees and interacts with in the browser. If you want to design beautiful websites and create stunning User Interface (UI) and User Experience (UX), you must learn various frameworks and libraries which help you in creating great designs without the hassle of writing and maintaining messy HTML, CSS and JavaScript codes.&lt;/p&gt;

&lt;p&gt;Here's a list of what you should probably explore next as per the latest industry trends : &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://reactjs.org/" rel="noopener noreferrer"&gt;ReactJs&lt;/a&gt;&lt;/strong&gt; - A JavaScript library based on NodeJs made by Facebook.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://angularjs.org/" rel="noopener noreferrer"&gt;AngularJS&lt;/a&gt;&lt;/strong&gt; - A JavaScript framework based on NodeJs made by Google.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://www.djangoproject.com/" rel="noopener noreferrer"&gt;Django&lt;/a&gt;&lt;/strong&gt; - A Python framework for complete website development.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://flask.palletsprojects.com/en/1.1.x/" rel="noopener noreferrer"&gt;Flask&lt;/a&gt;&lt;/strong&gt; - A micro web framework written in Python.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each and every element in the list above is an entire skill you will have to invest a considerable amount of time in. So, choose one and gain expertise in that. (I would suggest you to go for ReactJs as it is relatively easy to learn and practice for beginners compared to others. Also, most of the projects under House of Geeks are implemented using React.)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt; : NodeJs is a runtime environment for JavaScript code to run outside the browser on your local system, just like Python or C++. Various frameworks/libraries are built upon this runtime environment including ReactJs and Angular.&lt;/p&gt;

&lt;p&gt;Here's some of the best courses/materials I found to learn these skills on the internet (highly recommend you to check out the official documentations first): &lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name of course&lt;/th&gt;
&lt;th&gt;Skill/library/framework it targets&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://reactjs.org/docs/getting-started.html" rel="noopener noreferrer"&gt;Official React Documentation by Facebook (BEST)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;ReactJs&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://youtu.be/sBws8MSXN7A" rel="noopener noreferrer"&gt;React JS Crash Course - Traversy Media&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;ReactJS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.youtube.com/watch?v=dGcsHMXbSOA" rel="noopener noreferrer"&gt;React Tutorial For Beginners - Dev Ed&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;ReactJS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.youtube.com/watch?v=Ke90Tje7VS0" rel="noopener noreferrer"&gt;React Tutorial for Beginners - Programming with Mosh&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;ReactJS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://angular.io/docs" rel="noopener noreferrer"&gt;Official Angular Documentation by Google (BEST)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;AngularJS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.youtube.com/watch?v=k5E2AVpwsko" rel="noopener noreferrer"&gt;Angular Tutorial for Beginners: Learn Angular &amp;amp; TypeScript - Programming with Mosh&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;AngularJS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.youtube.com/watch?v=Fdf5aTYRW0E" rel="noopener noreferrer"&gt;Angular Crash Course - Traversy Media&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;AngularJS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.youtube.com/watch?v=T_Fe4IaG0KU" rel="noopener noreferrer"&gt;Angular Crash Course for beginners - Hitesh Choudhary&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;AngularJS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.djangoproject.com/start/" rel="noopener noreferrer"&gt;Official Django Documentation (BEST)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Django&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://youtu.be/JT80XhYJdBw" rel="noopener noreferrer"&gt;Python Django Tutorial 2020 - Full Course for Beginners by Clever Programmer&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Django&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Important Note&lt;/strong&gt; - You don't need to go through each and every course, just choose one for each skill/framework/library. DO NOT fall in tutorial trap where you keep on watching courses but don't seem to learn anything out of it. Choose one and stick to it.&lt;/p&gt;

&lt;p&gt;Throughout these courses, you should be making fairly large projects as compared to your previous ones and make something that actually works as a product you could sell to a client. Well, we'd love to see you showoff your fancy new websites on the community's slack channel!&lt;/p&gt;

&lt;h3&gt;
  
  
  BackEnd Development
&lt;/h3&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%2Fi%2Falyxluvxa4xjl2xyb4sj.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%2Fi%2Falyxluvxa4xjl2xyb4sj.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is the part of a website that is responsible for the stuff that happens behind the scene. Sending and recieving various types of data, storing the recieved data on a database, retrieving data from a database, deleting a piece of data from database, serving files it all comes under the backend.&lt;/p&gt;

&lt;p&gt;A great way to think about this is that its the backend that's responsible to serve the video file to your device when you click/tap on a particular video on YouTube. The backend recieves the data containing the information related to the video you tapped on, it searches for the video in the database and serves it to the frontend.&lt;/p&gt;

&lt;p&gt;There are many frameworks and libraries to implement the functionality of a backend. Some of them are :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://expressjs.com" rel="noopener noreferrer"&gt;ExpressJs&lt;/a&gt; - A JavaScript framework based on NodeJs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;... To be continued..&lt;/p&gt;

&lt;p&gt;P.S. : While I add more content to this, &lt;strong&gt;I highly recommend you to checkout &lt;a href="https://roadmap.sh" rel="noopener noreferrer"&gt;roadmap.sh&lt;/a&gt;&lt;/strong&gt;. It is a great place to get a better idea of various domains of webdev, namely - front-end, back-end and DevOps (and more!)&lt;/p&gt;

&lt;p&gt;P.S 2 (Pun intended 😜) : A quick guide for Git and GitHub is coming up soon. Stay tuned!&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
