Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
github:유용한 기능들
Search
AhnSeongHyun
February 23, 2018
Technology
0
1.8k
github:유용한 기능들
github 의 유용한 기능들에 대해서 설명한
사내 세미나 자료
AhnSeongHyun
February 23, 2018
Tweet
Share
More Decks by AhnSeongHyun
See All by AhnSeongHyun
Django ORM에서는 어떻게 SQL Where절 조건 순서를 고정할 수 있을까?
ahnseonghyun
0
290
개발자 커리어 : 두려움이 이끄는 대로
ahnseonghyun
0
1.6k
개발자는 어떤 일을 하는 걸까?
ahnseonghyun
0
470
SQLAlchemy CustomTypes
ahnseonghyun
0
950
5번째 회사 그리고 레이니스트
ahnseonghyun
0
240
리부트 : 경력자에게도 수습이 필요한 순간
ahnseonghyun
0
2.4k
MQTT 를 이용한 주문 시스템 개선
ahnseonghyun
0
1.2k
CNN MNIST Tutorial
ahnseonghyun
0
96
카피캣으로 시작하는 오픈소스
ahnseonghyun
0
1.4k
Other Decks in Technology
See All in Technology
5年目から始める Vue3 サイト改善 #frontendo
tacck
PRO
3
230
使いやすいプラットフォームの作り方 ー LINEヤフーのKubernetes基盤に学ぶ理論と実践
lycorptech_jp
PRO
1
150
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
470
今日から始めるAWSセキュリティ対策 3ステップでわかる実践ガイド
yoshidatakeshi1994
0
120
Unlocking the Power of AI Agents with LINE Bot MCP Server
linedevth
0
120
開発者を支える Internal Developer Portal のイマとコレカラ / To-day and To-morrow of Internal Developer Portals: Supporting Developers
aoto
PRO
1
480
AI時代を生き抜くエンジニアキャリアの築き方 (AI-Native 時代、エンジニアという道は 「最大の挑戦の場」となる) / Building an Engineering Career to Thrive in the Age of AI (In the AI-Native Era, the Path of Engineering Becomes the Ultimate Arena of Challenge)
jeongjaesoon
0
250
2025/09/16 仕様駆動開発とAI-DLCが導くAI駆動開発の新フェーズ
masahiro_okamura
0
130
データ分析エージェント Socrates の育て方
na0
7
2.5k
dbt開発 with Claude Codeのためのガードレール設計
10xinc
2
1.3k
20250912_RPALT_データを集める→とっ散らかる問題_Obsidian紹介
ratsbane666
0
100
AWSを利用する上で知っておきたい名前解決のはなし(10分版)
nagisa53
10
3.2k
Featured
See All Featured
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Designing for Performance
lara
610
69k
Balancing Empowerment & Direction
lara
3
620
The Cult of Friendly URLs
andyhume
79
6.6k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
3k
Unsuck your backbone
ammeep
671
58k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
Transcript
github : 유용한 기능들 안성현 @sh84ahn
[email protected]
WATCHING/STAR/FORK • WATCHING : 저장소의 이슈 및 수정 사항 구독
• STAR : 좋아요! • FORK : 내 저장소로 복사하기
PULL REQUEST • 원 저장소의 소스/문서에 수정 사항 보내기 •
코드 수정 및 문서 수정 사항 커밋 & 푸시 • 내 FORK 된 저장소 => 원래 저장소
PULL REQUEST • PR 반영의 절차들: § 테스트 자동화/CI 연동
§ Review Requested : 타인에게 코드 리뷰 요청하기 § 코드 리뷰 및 토론 § merged 예제) https://github.com/pallets/flask/pull/2635
WIKI • 프로젝트에 필요한 문서화 작업 장소 제공
INSIGHT • 저장소에 기여하고 있는 수치 및 방문자 등 표시
– pulse – contributors – community – traffic – commits – code frequency – dependency graph – network – forks
INTEGRATION & SERVICE • 저장소와 연결할 서비스 선택 • email,
jira, twitter, slack, firebase, travis-ci 등 • 수많은 서비스와 연결 가능 • 각 저장소에 특화된 자동화 워크플로워 구성 가능
INTEGRATION & SERVICE • travis-ci – 저장소 내 .travis.yml 에
절차를 명시 – 코드 업데이트 시, 지정한 테스트 수행 – 원하는 버전 지정해서 테스트 가능 – 테스트 통과 여부 체크, 테스크 커버리지 체크 – 기타 원하는 작업 가능
GITHUB PAGE • 정적 웹페이지 호스팅 제공 • {user}.githun.io, 커스텀
도메인 가능 • 블로그 및 사이트에 활용 – https://github.com/kakao/kakao.github.io – http://tech.kakao.com • 정적 페이지 생성 툴 : https://www.staticgen.com/
EXPLORE • 수많은 깃허브 저장소에 대한 분류 및 필터링 제공
• trending – 기간별 핫한 저장소 혹은 개발자 리스팅 – 언어별로 필터링 가능 • topic : 다양한 주제에 대한 저장소 리스팅 • resources – 오픈소스 가이드, 개발자 프로그램 등의 github 에서 제공하는 가이드 사이트
GIST • short code snippets • 문법 하이라이팅 제공 •
타 유저의 리뷰기능, 검색기능 제공 • 블로그 포스팅에 유용하게 사용 예제) - https://gist.github.com/dalegaspi/dec44117fa5e7597a559 - https://gist.github.com/shahn84/5f1cb68e792aa7313764bd878132f78a
감사합니다.