Jump to content

Web developer: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Article not necessary for HTTP
Line 6: Line 6:
== Nature of employment ==
== Nature of employment ==


adfreeeee
Web developers can be found working in all types of organizations, including large [[corporations]] and [[governments]], small and medium sized [[companies]], or alone as [[freelancers]]. Some web developers work for one organization as a permanent [[full-time]] employee, while others may work as independent [[consultants]], or as contractors for an [[employment agency]].
organizations, including large [[corporations]] and [[governments]], small and medium sized [[companies]], or alone as [[freelancers]]. Some web developers work for one organization as a permanent [[full-time]] employee, while others may work as independent [[consultants]], or as contractors for an [[employment agency]].


== Type of work performed ==
== Type of work performed ==

Revision as of 17:29, 21 May 2010

A web developer is a software developer or software engineer who is specifically engaged in the development of World Wide Web applications, or distributed network applications that are run over HTTP from a web server to a web browser.

Nature of employment

adfreeeee organizations, including large corporations and governments, small and medium sized companies, or alone as freelancers. Some web developers work for one organization as a permanent full-time employee, while others may work as independent consultants, or as contractors for an employment agency.

Type of work performed

Modern web applications often contain three or more tiers, and depending on the size of the team a developer works on, he or she may specialize in one or more of these tiers - or may take a more interdisciplinary role. For example, in a two person team, one developer may focus on the technologies sent to the client such as HTML, JavaScript, CSS, and on the server-side frameworks (such as Perl, Python, Ruby, PHP, Java, .NET) used to deliver content and scripts to the client. Meanwhile the other developer might focus on the interaction between server-side frameworks, the web server, and a database system. Further, depending on the size of their organization, the aforementioned developers might work closely with a web designer, web producer, project manager, software architect, or database administrator - or they may be responsible for such tasks as web design, project management, and database administration themselves.

Educational and licensure requirements

There are no formal educational or licensure requirements to become a web developer. However, many colleges and trade schools offer coursework in web development. There are also many tutorials and articles, which teach web development, freely available on the web - for example: http://en.wikiversity.org/wiki/Basic_JavaScript

See also

References