Introduction to Fullstack
web development
Full stack web development is the process of
designing, creating ,testing and deploying a
complete web application from start to finish.
It involves working with various technologies and
tools, including front end web development, back
end web development, and database
development.
3.
The importance ofweb development
Web development is the building and maintenance of websites.
It is designed using html and css, but also write web scripts in
languages such as PHP,ASP java script is a programming language
which is used in building websites.
Full stack web development refers to developing both the front
end and back end elements of a web application.
4.
WEB PAGE
A webpageis a document which is commonly written in HTML that is
viewed and translated by a Web Browser.
Web page can be two types:
1.Static web page : web page contain the same prebuilt content each time
the page is loaded.
2.Dynamic web pages: Other type of web pages such as PHP, ASP,and JSP
pages are dynamic Web pages.
5.
Front end technologies
HTML,or Hypertext Markup Language, is the
foundational language used to create and
structure content on the web.
key component of HTML:
1.Elements
2.Tags
3.Attributes
4.Document structure
HTML:
6.
CSS
CSS (Cascading StyleSheets) is a style sheet language used to
describe the visual presentation of a document written in HTML or
XML.
While HTML provides the structure of a web page, CSS is
responsible for its look and feel, including layout, colors, fonts, and
spacing.
7.
Java script:
• JavaScript(JS) is a high-level, interpreted programming language commonly used to
create interactive effects within web browsers.
• It is one of the core technologies of web development, alongside HTML (which
structures content) and CSS (which styles it).
• JavaScript is used primarily to add interactivity, dynamic content, and complex
behaviors to web pages.
8.
Back end technologies
•Node js :
Node.js is a powerful, open-source JavaScript runtime built on
Chrome's V8 JavaScript engine.
It allows developers to run JavaScript on the server side, which means
you can use the same language for both front-end and back-end
development.
9.
My SQL
• MYSQLis an open-source relational database management
system.
• SQL is a language programmers use to create, modify and extract
data from the relational database ,as well as control user access to
the database.
Full stack webdevelopment is a comprehensive approach to
building web applications, encompassing both front-end
(client-side) and back-end (server-side) development. The
conclusion is that full stack web development is a versatile
and in-demand skillset that offers numerous benefits,
CONCLUSION