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:
- A text editor to write code - Visual Studio
- A web browser to see what we’re building - Firefox, Chrome
language that we are going to use
- Front design: HTML, CSS
- Client side: JavaScript
- Server side: PHP, Node.js, Ruby, Python
- Database: SQL, MongoDB
Comments
Post a Comment