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

bookFrontend and Backend Development Explained

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

A web application has two main parts: Frontend and Backend. They work together to deliver everything you see and use online.

Frontend

The Frontend is what users see in the browser: text, images, buttons, forms, and layouts.

What the Frontend does:

  • Shows content on the screen;
  • Handles user actions (clicks, typing, forms);
  • Provides navigation and interaction.

Frontend = the visible part of the website.

Backend

The Backend works behind the scenes, running on servers. It processes data and powers the application's logic.

What the Backend does:

  • Works with databases;
  • Processes requests from the Frontend;
  • Sends back data and results.

Backend = the hidden logic that makes the website work.

How the Frontend Communicates with the Backend

  1. The Frontend asks for data (a request);
  2. The Backend processes it and returns the result (a response);
  3. The Frontend displays the updated information.

1. What is Frontend responsible for?

2. Which of the following best describes the difference between Frontend and Backend Development?

question mark

What is Frontend responsible for?

正しい答えを選んでください

question mark

Which of the following best describes the difference between Frontend and Backend Development?

正しい答えを選んでください

すべて明確でしたか?

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

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

セクション 1.  5

AIに質問する

expand

AIに質問する

ChatGPT

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

セクション 1.  5
some-alt