Dev study and notes

클라우드 프로그래밍 소개/읽어보기 요약 - Introduction to Programming for the Cloud/Reading: Summary - CAD101-1 본문

studyLog

클라우드 프로그래밍 소개/읽어보기 요약 - Introduction to Programming for the Cloud/Reading: Summary - CAD101-1

devlunch4 2024. 4. 19. 05:15
반응형

클라우드 프로그래밍 소개/읽어보기 요약 - Introduction to Programming for the Cloud/Reading: Summary

*요약 국문

-프론트엔드 개발자는 사용자가 보고 상호 작용하는 웹사이트나 앱의 부분에 작업합니다.

-백엔드 개발자는 웹사이트나 앱이 작동하고 사용자의 입력에 응답하는 논리와 기능에 작업합니다.

-풀스택 개발자는 양쪽의 기술 모두를 가지고 있습니다.

-프론트엔드 개발자와 백엔드 개발자는 긴밀하게 협력합니다.

-프레임워크와 라이브러리는 JavaScript와 Python과 같은 코딩 언어의 기능을 확장합니다.

-프론트엔드 개발에 대한 공통 언어는 HTML, CSS, 그리고 JavaScript입니다.

-백엔드 개발에 대한 공통 언어와 프레임워크는 Python, Django, 그리고 Flask가 포함됩니다.

-버전 관리 시스템은 변경 사항을 추적하고 이를 해결하는 데 사용됩니다.

-CI/CD (지속적 통합과 지속적 전달/배포)는 개발자들이 신뢰성 있게 빈번한 변경을 전달하기 위해 사용하는 모범 사례입니다.

*요약 영문

*Front-end developers work on the parts of the website or app that the user sees and interact with.

*Back-end developers work on the logic and functionality that keeps the website or app running and responding to users’ inputs.

*Full-stack developers have both sets of skills.

*Front-end developers and back-end developers work closely together.

*Frameworks and libraries extend the functionality of coding languages such as JavaScript and Python.

*Common languages for front-end development include: HTML, CSS, and JavaScript.

*Common languages and frameworks for back-end development include: Python, Django, and Flask.

*Version control systems keep track of changes and resolve conflicts between them.

*CI/CD (Continuous Integration with Continuous Delivery/Deployment) is a best practice developers use to deliver frequent changes reliably.

끝!

반응형
Comments