본문 바로가기

분류 전체보기56

GitHub Actions #3 - Starting with preconfigured workflow templates # GitHub Actions 번역하며 요약하기 https://help.github.com/en/actions/getting-started-with-github-actions/starting-with-preconfigured-workflow-templates Starting with preconfigured workflow templates - GitHub Help Starting with preconfigured workflow templates GitHub provides preconfigured workflow templates to automate your workflow or create a CI workflow for specific languages and frameworks. GitHub .. 2020. 3. 26.
GitHub Actions #2 - Core concepts # GitHub Actions 번역하며 요약하기 https://help.github.com/en/actions/getting-started-with-github-actions/core-concepts-for-github-actions Core concepts for GitHub Actions - GitHub Help Core concepts for GitHub Actions Below is a list of common GitHub Actions terms we use across our sites and GitHub Actions documentation. GitHub Actions is available with GitHub Free, GitHub Pro, GitHub Team, GitHub Ente.. 2020. 3. 25.
GitHub Actions #1 - About GitHub Actions # GitHub Actions 번역하며 요약하기 https://help.github.com/en/actions/getting-started-with-github-actions/about-github-actions About GitHub Actions - GitHub Help About GitHub Actions GitHub Actions enables you to create custom software development life cycle (SDLC) workflows directly in your GitHub repository. GitHub Actions is available with GitHub Free, GitHub Pro, GitHub Team, GitHub Enterprise Cloud.. 2020. 3. 24.
[Git] 처음 배울 때! Learn Git Branching : 간단하게 개념과 예제를 본 후 직접 따라해볼 수 있는 사이트 2020. 3. 24.
Docker 개념 0. 가상화 머신 OS 전체 가상화 호스트 OS 위에 게스트 OS 전체를 가상화 여러가지 OS 를 운영할 수 있지만 이미지 안에 OS 가 포함되어 용량이 크고 속도가 느리다 ex) VMware, VirtualBox OS 반 가상화 OS 전체 가상화보다는 성능이 향상되었지만 추가적인 OS 설치는 여전히 필요 ex) AWS 같은 클라우드 서비스 기술에 사용됨 프로세스 격리 방식 Linux 커널 레벨에서 제공하는 격리된 가상 공간을 사용한다 게스트는 OS 를 설치하지 않기 때문에 호스트와 속도 차이가 거의 없다 Linux container : Linux에서 프로세스를 격리하고 CPU, 메모리는 필요한 만큼만 추가로 사용하여 성능 손실 거의 없음 여러개의 컨테이너를 독립적으로 실행 및 여러개의 프로세스를 백그라.. 2020. 3. 23.
A developer's guide to interviewing : 경영진을 위한 질문 경영진을 위한 질문 면접을 볼 때 항상 회사의 고위층과 얘기를 나눌 수 있는 것은 아니지만, 특히 큰 회사라면 더욱, 그래도 만약 그런 기회가 주어진다면 나는 그것을 그 회사의 재정적 생존력을 판단할 기회로 삼는다. 나는 그런 판단을 할 자격이 있는 사람은 아니지만, 면접을 통해 파악할 수도 있는 명백한 문제들이 있다. 그리고 나는 회사의 수직 문화가 어떠한지 알고 싶어한다. 왜냐하면, 그 정보는 회사가 개발자를 어떻게 평가하는지 알 수 있기 때문이다. 그것이 긍정적인 방향이든, 부정적인 방향이든 말이다. 1. 어떻게 투자를 받았습니까? 나는 회사를 지탱하는 자금의 실체를 파악하려고 한다. 자금을 조달한 곳이 벤처캐피털인지, 사모펀드인지, 주식인지, 회사의 이윤에 의한 것인지 알고 싶기 때문이다. 인터뷰.. 2020. 3. 19.