Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Frontend vs Backend | Section
Introduction to Backend Development

bookFrontend vs Backend

メニューを表示するにはスワイプしてください

Every website or app is built from two main parts: frontend and backend.

The frontend is everything you can see and interact with. It includes the layout, text, buttons, forms, and all visual elements. This part runs in your browser.

The backend is everything that happens behind the scenes. It handles logic, processes data, and makes decisions. This part runs on a server.

To understand the difference, think about a simple login.

On the frontend, you see input fields for email and password. You type your data and click the login button.

On the backend, your data is received and checked. The system verifies if the user exists and if the password is correct. Then it sends back a result, either success or an error message.

The frontend shows the result, but the backend makes the decision.

Note
Note

The frontend is what the user sees and interacts with.

The backend is what makes the application actually work.

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  2

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

セクション 1.  2
some-alt