A Intro :
So in upcoming days , lets shower into backend side .we move
bit by bit ,now jump into backend topic.
what is backend :
The another name of backend is called as server side ,what are all the user can see that's all frontend and what the user don't see . that's know as backend . so now you have some idea ,what is backend.
It handles all the data, logic, authentication, database operations, and server communication behind the scenes.
Some Example Image:
Its for just kidding . but its shows the exact example - what the user can see that's frontend, what the user don't see , that's know as backend.
Why backend is important and why its use :
So without backend ,we can able to run the website properly. The backend is used to manage and control everything that happens behind the scenes of a website or application. It takes care of storing and retrieving data, handling user authentication (like login and signup).
Technologies Used in Backend Development :
Backend development uses a variety of technologies to build powerful, secure, and scalable web applications.
The core of backend starts with programming languages like Java, Python, PHP, Ruby, and JavaScript (Node.js). Each with its own strengths.
To speed up development and manage complex systems, developers often use frameworks such as Spring Boot for Java, Django for Python, or Express.js for Node.js
And another backbone of Backend is databases to store and manage data . the most common ones include MySQL, PostgreSQL, and MongoDB.
Along with these, developers use tools like Postman for API testing, Git for version control for running applications in containers.
All these technologies come together to ensure the backend works.
Conclusion :
So Today you know little bit of what is backend & why its use and what technology where used , so lets break it deeply Day by day .
Quotes :
"The real magic doesn’t happen on the screen — it happens behind it."
Top comments (0)