C R A Y O N S D I G I T A L

Loading

What does web development entail exactly?

Web development isn’t just building what the user sees. There’s a lot underneath the hood of a modern website, and a good web developer can traverse across the entire terrain.

Client-side scripting:
Client-side scripting refers to the creation of a website’s layout, look and feel, using languages like HTML, CSS, and JavaScript. It also refers to the creation of web apps that execute themselves inside a user’s browser.
Client-Side languages:

  • HTML
  • CSS
  • JavaScript
  • Jquery

Web developers who concentrate on client-side scripting are referred to as front-end developers.
Interested in the front end? Check out Educative’s Beginning Front-End Web Developer learning track to get a crash course in the front-end languages you’ll need to learn.

Server-side scripting:
Server-side scripting is employed by web developers to make the back-end of an internet site. It involves constructing the framework allowing the database of the web site to speak with the user’s browser. This is done by embedding scripts into your site, where images or information are going to be displayed upon a specific action taken by the user.
Server-side languages:

  • ASP.NET
  • C
  • Java
  • PHP
  • Python
  • Ruby

Web developers who specialize in the back-end are known as back-end developers.

Database technology:
Every website needs a database to store its code, images, files, and other data. A well-rounded web developer is familiar with relational database management systems (RDBMS).
Popular RDBMS for web-based apps:

  • Oracle
  • Microsoft SQL Server
  • MySQL
  • IBM DB2
  • Apache
  • MongoDB

A large scale web project may divide these tasks among multiple web developers (one developer handles the front, another handles the rear end). But small projects require web devs to possess an honest understanding of all three parts.

A web developer with a broad knowledge and ability to work in all parts of web development is known as a full-stack developer.