What IS full stack?

                       Full stack💻
        
       Every application has a user interface, a server to process request and a database to store data. 
            Frontend 
             Backend
              DATABASE
     You reapplication use the day has something called the frontend and the backend  it is a software that access data for as.. and finally we have database to store the data now the three gather form a something called the full stack. . ... . 
          What is full stack? 
What's in store for you? 
   1) what is frontend development? 
   2) Frontend language
    3) Frontend Libraries and framework
   4)  what is backend Development? 
  5) Backend language and framework
   6) Database
1)  What is frontend Development? 
- everytime you open website you get navigate to the sign and all the login page right so what happens is that all of these items facilitate navigation and utility these are collectively called as the front end is the visible part of the website of the web application which is responsible for experience the directly interacts with the front and portion of the website  application. 
2) Frontend Language
   a) HTML
    b) CSS
     C) JS
       Structure of website and format the web pages it also define text documentation so let's look at a simple example  
         <h1>Hello! Welcome</h1>
 Altered and style tiffin web components be size font facing etc it makes the continent on the website look more decorative so now if you have a look at the cod here
                            <h1 style="font-style: italic ; don't -
   Weight : bold; color: red;"> Hello! Welcome</h1>
JavaScript in language and is mainly used for enhancing the interaction of the user with the web page again look
    <h1 style = "font-style: italic; font-
Weight : bold, color:red;">Hello! Welcome! </h1><h2>Please enter name </h2>
<form>
       <input type = " Text" name="name" placeholder="name">
</form>
It is used for making web pages interactive and bring the web application to life
3) frontend framework  and libraries first we have to react  angular view jaquery now all of these help developed the front end of the application however will comes to react angular review it's not necessary that you must know jQuery very powerful framework used to create interact the web pages
4) what is Backend development? 
      How this data is being present in front of you on your screen correct this is all facilitated by the back end of the application 
     backend refers to the server side development of the app development of the application it is responsible for managing all the database with the help of queries and API so every time the use of makes you request where is the database and the chief the date of the database and present user the lastly include data consistency
5) Backend Language And Framework
Firstly we have node. 
 Python which is a very popularly used language . popularly used to create the back end of work like Jago and flask popularly used to create the backend application 
     Then we have java  Java provides Spring and Java server faces which are also used backend development  c sharp fremwork ASP. NET And other popular use  backend language  are PHP, then Perl, And rubbi 
6) Database
 Database   . Collection of interrelated data which helps in efficient retrieval insertion and deletion of data from database and organisers the data and the form of tables views report no some of the commonly used database management MySQL, PostgresSQL, Microsoft SQL server, ORACLE Database And mongoDB
   
    
       
   

कोई टिप्पणी नहीं:

एक टिप्पणी भेजें

Data Types in C (part 2)

        Data Types in C.......             Today, we will continue our discussion on integer data type. Our outline for today...