Lecture_1
Lecture_1
web Application
and Architecture
BY ROBERT AMITEYE
What is Web
The World Wide Web, often known as WWW, W3, or the Web, is a
network of connected public webpages that may be accessed via
the Internet.
What is a Web Browser
CSS
A web page's appearance can be altered by designers using
Cascading Style Sheets. Using CSS frameworks like Bootstrap
helps hasten the creation of web pages.
Frameworks
Frameworks handle tedious programming chores or simplify
recurring development processes.
Web Technologies cont..
(Frameworks)
Node.js. JavaScript server-side framework
Ruby on Rails. Full-stack framework for Ruby
.NET. Microsoft’s full-stack framework
Django. Full-stack framework for Python
Yii, Zend, and Laravel. Three of the most popular PHP
frameworks.
React – JS Client Side
Angular – JS Client Side
Web Technologies (Programming
Lang.)
JavaScript *
Python *
Ruby
PHP
Java
C#
Web Technologies (Database)
PostgreSQL
MySQL
MongoDB
Web Technologies (Browsers)
Google Chrome
Firefox
MS Edge
Opera Mini
Components of a Web Application
UI/UX component
Generally, these components are responsible for presenting a
visual layout for the web application.
Client Component
It is totally created and operated within the user's browser. This
component is independent of hardware specifications or the
operating system. The primary responsibility of the client
component is to guarantee effective client interactions.
Components of a Web Application