Web developer: Difference between revisions

Content deleted Content added
Removed many unnecessary mentions of various programming languages, frameworks, and skills.
Add information about web frameworks
Line 3:
{{More citations needed|date=May 2013}}
 
A '''web developer''' is a [[programmer]] who develops [[World Wide Web]] applications using a [[client–server model]]. The applications typically use [[HTML]], [[CSS]], and [[JavaScript]] in the client, and any general-purpose programming language in the server. [[http|HTTP]] is used for communications between client and server. A web developer may specialize in client-side applications (front[[Front-end developerweb development]]), server-side applications (back-end developerdevelopment), or both (full-stack developerdevelopment).
 
== Prerequisite ==
Line 14:
* Understanding [[server-side]]/[[client-side]] architecture and communication of the kind mentioned above
* Ability to utilize a [[database]]
 
== Web frameworks and libraries ==
Web developers make use of [[Web framework|Web frameworks]] and [[Library (computing)|Libraries]] in order to increase code-reuse and ease of development. Front-end developers may use frameworks that extend the collection of built-in HTML elements, or allow for more advanced and scalable organizational principles (for example, [[Component-based software engineering]])<ref>{{Cite web |title=What is a Web Framework, and Why Should I use one? |url=https://welearncode.com/what-are-frontend-frameworks/ |access-date=2022-12-12 |website=welearncode.com}}</ref>. See [[Comparison of JavaScript-based web frameworks]] for a list of some of the available front-end web frameworks, and [[Comparison of server-side web frameworks]] for a list of back-end web frameworks.
 
Web developers may also make use of full-stack web frameworks (for example, [[Next.js]] and [[Nuxt.js]]), which serve to integrate the features of front-end and back-end web frameworks into one cohesive application.<ref>{{Cite web |title=What is Full Stack |url=https://www.w3schools.com/whatis/whatis_fullstack.asp |access-date=2022-12-12 |website=www.w3schools.com |language=en-US}}</ref><ref>{{Cite web |last=Trapp |first=Tom |date=2022-01-12 |title=Full-fledged full stack with Next.js |url=http://b-nova.com/en/home/content/full-stack-with-next-js |access-date=2022-12-12 |website=b-nova |language=en}}</ref>
 
== See also ==