Web Development - GeeksforGeeks
Web development refers to the building, creating, and maintaining of websites. It includes aspects such as web design, web publishing, web programming, and database management. It is the creation of an application that works over the internet i.e. websites.
The word Web Development is made up of two words, that is:
- Web: It refers to websites, web pages or anything that works over the internet.
- Development: Building the application from scratch.
Web Development can be classified into two ways:
Frontend Development: The part of a website that the user interacts directly is termed as front end. It is also referred to as the ‘client side’ of the application.
- HTML: HTML stands for HyperText Markup Language. It is used to design the front end portion of web pages using markup language. It acts as a skeleton for a website since it is used to make the structure of a website.
- CSS: Cascading Style Sheets fondly referred to as CSS is a simply designed language intended to simplify the process of making web pages presentable. It is used to style our website.
- JavaScript: JavaScript is a scripting language used to provide a dynamic behavior to our website.
Frontend Frameworks and Libraries:
- AngularJS
- React.js
- VueJS
- jQuery
- Bootstrap
- Material UI
- Tailwind CSS
- jQuery UI
- Some other libraries and frameworks are: Handlebar.js Backbone.js, Ember.js etc.
Backend Development: Backend is the server side of a website. It is the part of the website that users cannot see and interact. It is the portion of software that does not come in direct contact with the users. It is used to store and arrange data.
- PHP: PHP is a server-side scripting language designed specifically for web development.
- Java: Java is one of the most popular and widely used programming language. It is highly scalable.
- Python: Python is a programming language that lets you work quickly and integrate systems more efficiently.
- Node.js: Node.js is an open source and cross-platform runtime environment for executing JavaScript code outside a browser.
- Back End Frameworks: The list of back end frameworks are: Express, Django, Rails, Laravel, Spring, etc.
Web Development Tutorials
Some Important Links on Web Development:
- Begin Web Development with a Head Start
- Why do you need a Responsive Website
- Top 10 Frameworks for Web Applications
- Web 1.0, Web 2.0 and Web 3.0 with their difference
- 10 Web Development and Web Design Facts That You Should Know
- How can I start to learn Web Development ?
- The Future Of Web Development
- Best Books to Learn Front-End Web Development
- Best Books to Learn Back-End Web Development
- 10 Things You Should Know As a Web Developer
- How to choose a Technology Stack for Web Application Development ?
- Top 10 Tools That Every Web Developer Must Try Once