INTRODUCTION OF WEB DEVELOPMENT















Front-end development refers to constructing what a user sees when they load a web application – the content, design and how you interact with it. This is done with three codes – HTML, CSS and JavaScript.

Back-end development controls what goes on behind the scenes of a web application. A back-end often uses a database to generate the front-end.

Full stack developers: Full stack developers do bits of both backend and frontend

we’ll need two tools that every web developer uses:

  1. A text editor to write code - Visual Studio
  2. A web browser to see what we’re building - Firefox, Chrome
language that we are going to use 
  1. Front design: HTML, CSS
  2. Client side: JavaScript
  3. Server side: PHP, Node.js, Ruby, Python
  4. Database: SQL, MongoDB

Comments

Popular posts from this blog

Mastering UI/UX Design with Figma

PHP Introduction