Git Product home page Git Product logo

git00's Introduction

Front End

Client - Server Model

https://ko.wikipedia.org/wiki/%ED%81%B4%EB%9D%BC%EC%9D%B4%EC%96%B8%ED%8A%B8_%EC%84%9C%EB%B2%84_%EB%AA%A8%EB%8D%B8

https://darvishdarab.github.io/cs421_f20/docs/readings/restful/api/

  • 클라이언트-서버모델에서 클라이언트와 서버는 일대일 가상연결 개념
  • 클라이언트의 request(요청)과 서버의 response(응답)의 사이클로 통신이 이루어짐

Front End VS Back End

  • Front End

    • 사용자와 직접 대면하는 화면관련 개발
    • 서버에 저장된 F.E 소스코드는 처리되지 않고 클라이언트로 전송
    • 클라이언트에서 실행되고 있는 브라우저가 FE 소스코드를 처리(랜더링)
    • 클라이언트에서 실행되는 브라우저 종류
      • 크롬, 엣지, 파이어폭스
  • Back End

    • 서버에서 처리하는 데이터, 보안, 데이터베이스 개발

    • 서버에 저장된 B.E 소스코드는 서버에서 처리(컴파일)

    • 처리된 데이터 결과가 클라이언트로 전송

    • 서버에서 실행되는 소프트웨어

      • apache(리눅스), IIS (윈도우os)
    • 웹 java python (B)

    • 웹 node js (F/B)

    • 앱 ios swift

    • 앱 android java에서

MEMO

  • Git – 분산관리 – 버전관리(버전관리소프트웨어,SVN_subversion) – github(+sourcetree) Git – git 명령어 - https://mi2mic.tistory.com/186 / https://medium.com/@joongwon/git-git-%EB%AA%85%EB%A0%B9%EC%96%B4-%EC%A0%95%EB%A6%AC-c25b421ecdbd

  • 저장소 Repository(저장소) : local repository / remote repository local에서 커밋하고 푸쉬하면 remote으로 동기화

  • Git commit(버전관리) : 1.(작업이 완결된 상태임을 의미) 2.파일을 원격저장소로 보냄 3.소스코드 파일 로컬 업데이트 Ex. add, commit, push, pull, fetch…

  • Github branch(협업): 1.브랜치(독립되어 작업할 수 있도록 가지를 분리함) 2. Emerge (따로 작업된 소스를 병합하는 것) 3.pull request(여러 작업자가 작업을 한 이후 업데이트/병합을 관리자에게 요청) https://backlog.com/git-tutorial/kr/stepup/stepup1_1.html

  • 마크다운(md): 메모장과 같음. 마크다운 사용법(따로 있음) 클라이언트 서버 모델: 구글 이미지 검색 https://github.com/edu-ministori/gitac01

  • 질문: 로컬에서 개발자 프로그램으로 작업할 때의 작업 순서

git00's People

Contributors

codeeury avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.