본문 바로가기

전체 글252

5 Essentials Properties of Goood Design 5 Essential Properties Of Good Product DesignHow can you tell the difference between good design and bad design? Good design starts with a good understanding of users. Dieter Rams perfectly summarized this idea: You cannot understand good design if you do not understand people. Design is made for people.https://uxplanet.org/5-essential-properties-of-good-product-design-eb7808fee24f How can you t.. 2021. 2. 14.
그래프 종류 Tips and best practices for using charts and graphs in websitesManaging content assets is a strenuous task. Whether it is social media or some blog, they have numerous sources of extensive data. And managing them simultaneously can be burdensome. Data is used for numerous reasons. Many businesses use the information to stand out from the competition.https://line25.com/articles/using-charts-and-g.. 2021. 2. 14.
6장 - GitLab(SSH) 버전관리 시스템(VCS)버전 관리 시스템은 소프트웨어를 제작하면서 발생하는 변화들을 기록해서 소프트웨어의 변화를 열람하고, 수정 할 수 있도록 도와주는 시스템이다.원격 저장소버전 관리 시스템은 소스코드를 저장할 수 있는 서버를 운영할 수 있다.서버에 소스코드를 저장함으로서 협업, 백업, 프로젝트 홍보 등의 다양한 장점이 생긴다.Issue Tracker이슈 트래커는 프로젝트를 진행하는 과정에서 발생하는 업무들을 관리해주는 업무 관리 시스템이다.GitLabGitlab은 Git의 원격 저장소 기능과 이슈 트래커 기능등을 제공하는 소프트웨어다.설치형 Github라는 컨셉으로 시작된 프로젝트이기 때문에 Github와 비슷한 면이 많이 있다.서비스 형 원격저장소를 운영하는 것에 대한 비용이 부담되거나, 소스코드의 .. 2021. 2. 14.
5장 - Git 리모트 저장소 Git remote repository리모트 저장소를 관리할 줄 알아야 다른 사람과 함께 일할 수 있습니다.리모트 저장소는 인터넷이나 네트워크 어딘가에 있는 저장소를 말합니다.저장소는 여러 개가 있을 수 있는데 어떤 저장소는 읽고 쓰기 모두 할 수 있고 어떤 저장소는 읽기 권한만 있을 수도 있습니다.간단히 말해서 다른 사람들과 함께 일한다는 것은 리모트 저장소를 관리하면서 데이터를 거기에 Push하고 Pull하는 것입니다.리모트 저장소를 관리한다는 것은 저장소를 추가, 삭제하는 것뿐만 아니라 브랜치를 관리하고 추적할지 말지 등을 관리하는 것을 말합니다.이번에는 리모트 저장소를 관리하는 방법에 대해 알아봅니다.리모트 저장소리모트 저장소 확인하기git remote 명령으로 현재 프로젝트에 등록된 리모트 저장.. 2021. 2. 14.
반응형