Web Development
Web development is the process of developing websites for hosting via intranet or internet. The web development process includes web design, web content development, website functionality coding and network security configuration, among other tasks.
Web development ranges from creating plain text pages to complex web-based applications(Paytm,Paypal,Dropbox etc), social network applications(facebook,Instagram etc) and electronic business applications.
Contents of Web development-
Client-Side Scripting
Server-Side Scripting
Database Technology
1-Client-Side Scripting-
The client side, also called the front-end.The client–side environment used to run scripts usually in a browser. The processing takes place on the end users computer.
Client side development is done almost exclusively in JavaScript. This is, of course, in addition to basic HTML and CSS code. The reason JavaScript is called a client side language is because it runs scripts on your computer after you’ve loaded a web page.
Technology Used in Client-Side(Based on current scenario)-
1-HTML & CSS & JavaScript
2-Bootstrap
3-Angular JS
4-React JS
5-Foundation etc
2-Server-Side Scripting-
The server-side,also called the back-end.The server–side environment used to run scripts usually on a web server, the processing takes place on the servers only output is sent to the client.
PHP is one of the most popular, as well as Python,Java, ASP.NET and many others. They are called server side languages because their scripts are run not on your computer, but on the server which hosts the website and sends down the HTML code.
Technology Used in Server-Side(Based on current scenario)-
1.PHP
2.Java
3.ASP.NET
4 Python
5Django
6 Laravel
7-Node JS etc
3-Database Technologies-
No Comment! Be the first one.