<?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: Saurav Purohit</title>
    <description>The latest articles on DEV Community by Saurav Purohit (@sauravpurohit4).</description>
    <link>https://dev.to/sauravpurohit4</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%2F814904%2F6cc8ff8f-e53e-488d-a6c2-64e225f62d82.jpg</url>
      <title>DEV Community: Saurav Purohit</title>
      <link>https://dev.to/sauravpurohit4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sauravpurohit4"/>
    <language>en</language>
    <item>
      <title>Some key terms you should know as a Front End Developer</title>
      <dc:creator>Saurav Purohit</dc:creator>
      <pubDate>Tue, 01 Mar 2022 15:04:45 +0000</pubDate>
      <link>https://dev.to/sauravpurohit4/some-key-terms-you-should-know-as-a-front-end-developer-4051</link>
      <guid>https://dev.to/sauravpurohit4/some-key-terms-you-should-know-as-a-front-end-developer-4051</guid>
      <description>&lt;h2&gt;
  
  
  Browser
&lt;/h2&gt;

&lt;p&gt;A web browser is the software used to access the internet and display web pages.&lt;/p&gt;

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

&lt;p&gt;HTML (Hypertext markup language) is used to determine the structure and content of the webpage.&lt;/p&gt;

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

&lt;p&gt;CSS stands for Cascading Style Sheets. It is a markup language responsible for the visual elements of a website. &lt;/p&gt;

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

&lt;p&gt;Scripting Language responsible for interacting with the browser&lt;/p&gt;

&lt;h2&gt;
  
  
  Front end
&lt;/h2&gt;

&lt;p&gt;frontend of a website, also known as client-side, is what the end user sees and interacts with. Frontend languages include HTML, CSS and JavaScript, which all have a hand in determining the visual output of a website.&lt;/p&gt;

&lt;h2&gt;
  
  
  Backend
&lt;/h2&gt;

&lt;p&gt;Backend development essentially refers to everything that goes on behind the scenes. What happens at the backend—or server-side—powers what happens at the frontend&lt;/p&gt;

&lt;h2&gt;
  
  
  Full Stack
&lt;/h2&gt;

&lt;p&gt;The combination Front end,  Backend,  Database is basically called full stack.&lt;/p&gt;

&lt;h2&gt;
  
  
  Database
&lt;/h2&gt;

&lt;p&gt;Database is where the data is stored. &lt;/p&gt;

&lt;h2&gt;
  
  
  Bugs
&lt;/h2&gt;

&lt;p&gt;Bugs are basically the errors which produce  an incorrect and unexpected result .&lt;/p&gt;

&lt;h2&gt;
  
  
  Debugging
&lt;/h2&gt;

&lt;p&gt;Debugging is the process of identifying bugs and dealing with them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Deployment
&lt;/h2&gt;

&lt;p&gt;Getting it up on the internet so that other people may also use it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Documentation
&lt;/h2&gt;

&lt;p&gt;Documentations are written guides in form of articles, images, videos or instructions for other peoples&lt;/p&gt;

&lt;h2&gt;
  
  
  Domain Name
&lt;/h2&gt;

&lt;p&gt;A website’s domain name is essentially its address on the world wide web. &lt;/p&gt;

&lt;h2&gt;
  
  
  Frameworks
&lt;/h2&gt;

&lt;p&gt;Frameworks were developed to make the process of building a website faster and easier.&lt;/p&gt;

&lt;h2&gt;
  
  
  HTTP
&lt;/h2&gt;

&lt;p&gt;HTTP stands for Hypertext Transfer Protocol, and is used to transfer data across the internet.&lt;/p&gt;

&lt;h2&gt;
  
  
  Responsive Design
&lt;/h2&gt;

&lt;p&gt;Responsive design ensures that a website is displayed correctly no matter what device the user is viewing it on. &lt;/p&gt;

&lt;h2&gt;
  
  
  UI Design
&lt;/h2&gt;

&lt;p&gt;UI design stands for user interface design, and it’s all about the screens and interactive touchpoints that make up a website or an app. &lt;/p&gt;

&lt;h2&gt;
  
  
  UX Design
&lt;/h2&gt;

&lt;p&gt;UX design stands for user experience design, and it’s all about providing a smooth, user-friendly experience for the end user as they navigate around a website or an app.&lt;/p&gt;

&lt;h2&gt;
  
  
  Version Control
&lt;/h2&gt;

&lt;p&gt;Version control is all about recording and managing the changes you make along the way—be it changes to the code you’re writing, to a website, a computer program or a document.&lt;/p&gt;

&lt;h2&gt;
  
  
  Website
&lt;/h2&gt;

&lt;p&gt;Website is a collection of web pages consisting of text, audio, video, images, etc&lt;/p&gt;

&lt;h2&gt;
  
  
  Web Application
&lt;/h2&gt;

&lt;p&gt;A web application comes with functionalities and interactive elements e.g. storing and manipulating data according to user needs&lt;/p&gt;

&lt;h2&gt;
  
  
  Wireframes
&lt;/h2&gt;

&lt;p&gt;A wireframe is basically a blueprint of the website, showing the page layout, how the content should be arranged, which interface elements and navigational systems should be included, and how all these components work together.&lt;/p&gt;

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

&lt;p&gt;API stands for “Application Program Interface.” It acts as an interface between computers and applications so that they can communicate with one another.&lt;/p&gt;

&lt;h2&gt;
  
  
  BreakPoints/Media QUeries
&lt;/h2&gt;

&lt;p&gt;hese are points when your website will adjust to accommodate the screen size to make sure the user has the best experience viewing the website at that size.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cache
&lt;/h2&gt;

&lt;p&gt;Cache is temporary data storage that helps site speed by storing relevant information on your computer the first time you visit a website.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cookies
&lt;/h2&gt;

&lt;p&gt;This is data saved by your web browser on to your computer. It identifies you -- from how often you visit a site, to what parts you visit the most, even your preferences when browsing and more.&lt;/p&gt;

&lt;h2&gt;
  
  
  Call to Action
&lt;/h2&gt;

&lt;p&gt;This can be text, image, banner. or button that uses action-oriented language to get the user to click and engage with the website.&lt;/p&gt;

&lt;h2&gt;
  
  
  CMS
&lt;/h2&gt;

&lt;p&gt;CMS stands for “Content Management System.”  This is a software system (like HubSpot or WordPress) that is used to edit the content on your website or make it from scratch.&lt;/p&gt;

&lt;h2&gt;
  
  
  CDN
&lt;/h2&gt;

&lt;p&gt;CDN stands for “Content Delivery Network.” This is a system of computers with scripts and other content that are used by many websites. The content on these computer will often be cached and be helpful in speeding up your website.&lt;/p&gt;

&lt;h2&gt;
  
  
  Hosting
&lt;/h2&gt;

&lt;p&gt;Hosting refers to a web server where the files for your website are stored.&lt;/p&gt;

&lt;h2&gt;
  
  
  Navigation
&lt;/h2&gt;

&lt;p&gt;This can also be called a menu. This is how visitors get to different parts of your website.&lt;/p&gt;

&lt;h2&gt;
  
  
  SEO
&lt;/h2&gt;

&lt;p&gt;SEO is the process of creating and modifying content for the best visibility on search engines.&lt;/p&gt;

&lt;h2&gt;
  
  
  Server Side Scripting
&lt;/h2&gt;

&lt;p&gt;Server Side Scripting is a technique used in development which involves utilizing scripts on a web server that produce a custom response for each user’s request to the website.&lt;/p&gt;

&lt;p&gt;If you have come this far, I really wanna thank you for taking some minutes from your precious time to read this article and if you liked it, do let me know here in the comments or on &lt;a href="https://twitter.com/SauravPurohit4"&gt;Twitter&lt;/a&gt;.&lt;/p&gt;

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