Web Dev
Web Dev
Development
The field of web development is generally broken down into front-end (the user-facing side)
and back-end (the server side)
FRONTEND BACKEND
Markup and web languages such Programning or scripting such as
as HTML,CSS and Javascript. Python,Ruby and/or Peri.
Specialised web editing software. Server architecture.
Image Editing Database administration.
Accessibility Scalability
SEO Security
Data transformation
Backup
Frontend Development consists of:
HTML
CSS
JavaScript
HTML
Hypertext Markup Language
Syntax:
CSS
Cascading Style Sheets
Syntax:
const a= 5;
const b= 2;
const product = (x, y) => x * y;
console.log(product(a,b)); //10
Backend
One can create a backend using almost any programming language.
Eg. using C, C++, JavaScript, Python, Java, PHP, .NET, Ruby, etc.
Language/Framework Database
PHP MySQL
NodeJS(Express) MongoDB
Python(Django/Flask) SQLite
Resources to Learn Web Development
The Complete 2021 Web Development Bootcamp You Don't know JS by Kyle Simpson
Thank You !