Dev study and notes

백엔드 개발 개요 간단 요약 Overview of back-end development 본문

studyLog

백엔드 개발 개요 간단 요약 Overview of back-end development

OPENLUNCH 2024. 2. 28. 08:31
반응형

백엔드 개발 개요 간단 요약 Overview of back-end development


백엔드 개발 개요 - 국문

코드는 어디에서 실행되나요?
-코드는 웹사이트 서버에서 실행됩니다.

주요 초점은 무엇입니까?
-초점은 논리, 통합 및 데이터 관리에 있습니다.


백엔드 개발은 데이터와 어떤 관련이 있나요?
-사용자로부터 받은 데이터를 처리하고 저장합니다.

프로그래밍 우선순위는 무엇입니까?
-보안
-데이터 무결성
-서버 응답성


백엔드 개발 개요 - 영문

Overview of back-end development

Where is the code run?
-The code runs on the website's server.

What is the primary focus?
-The focus is on logic, integration, and data management.

How does back-end development relate ot data?
-It processes and stores data received from users.

WHat are the programming prioriteis?
-Security
-Data integrity
-Server responsiveness



오랜만에 백엔드 개발, 개발자 개요를 되짚어보며 적어보았습니다.

끝!


반응형
Comments