| Front-end | Back-end |
| Frontend refers to the client-side of an application | Backend refers to the server-side of an application |
| It is the part of a web application that users can see and interact with | It constitutes everything that happens behind the scenes |
| It typically includes everything that attributes to the visual aspects of a web application | It generally includes a web server that communicates with a database to serve requests |
| HTML, CSS, JavaScript, AngularJS, and ReactJS are some of the essentials of frontend development | Java, PHP, Python, and Node.js are some of the backend development technologies |
Leave a Reply