+ 7
Front-End
1.Html
2.css
3.js
Framework
1. Angular js
2. React etc
Back-end
1. net framework
2. python (jango framework)
3. php
4. Ruby
Database Handling
1.mysql
2.Oracle
3.Mongo db
+ 15
Frontend has the xenon headlights and backend has the red rearlights. At least on my BMW 320i. 🤔
+ 8
Sonic
You could determine front and rear if you measure the top speeds. Some people did the very dangerous experiment of trying to reach the top speed of the reverse gear and reached speeds of roughly 50 km/h, while forward values of more than 200 km/h are common these days.
+ 7
For anyone without a BMW, the front-end is the web browser and the back-end is the web server.
+ 6
Jan Markus an old Volkswagen sometimes confuses me as to figuring out what the back end and front end are.
+ 6
Sonic
You mean because they have the engine in the back?
+ 5
Jan Markus exactly.
0
Clearify your qustion
0
I mean is to explain your problem after that we can help you
0
Javascript is famous frontend backend lang
0
Front end = The outer look of website
Back end = Background working of website. ie Server side scripting, database, Security, Storing, etc
0
Hello
Frond End Development is talking about the part that users can really see and interact with of the website or web application. Basically every component from buttons, menus, dropdowns or even images. Mostly involves development from editing images in Photoshop, to coding HTML pages and styling with CSS. Even Using JavaScript or any other UI library based on it is Considered Front End Development.
Backend Development is divided into three parts: server, application and database. These three parts perform the business logic. For example, if you ordered a meal from a restaurant, you enter the required information in the frontend and the backend stores it, verify if any wrong information entered, bypass your order to the kitchen, notify you with more information, etc..
I hope this will help to you