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
Software Development with Github
Search
Nathan Lilienthal
May 03, 2013
Programming
1
86
Software Development with Github
How Git and Github can make doing things right simple and easy.
Nathan Lilienthal
May 03, 2013
Tweet
Share
Other Decks in Programming
See All in Programming
猫と暮らす Google Nest Cam生活🐈 / WebRTC with Google Nest Cam
yutailang0119
0
160
What's new in AppKit on macOS 26
1024jp
0
130
PipeCDのプラグイン化で目指すところ
warashi
1
290
ニーリーにおけるプロダクトエンジニア
nealle
0
880
テストから始めるAgentic Coding 〜Claude Codeと共に行うTDD〜 / Agentic Coding starts with testing
rkaga
14
5.1k
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
2
900
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
2
640
チームのテスト力を総合的に鍛えて品質、スピード、レジリエンスを共立させる/Testing approach that improves quality, speed, and resilience
goyoki
5
970
レベル1の開発生産性向上に取り組む − 日々の作業の効率化・自動化を通じた改善活動
kesoji
0
250
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
2
150
すべてのコンテキストを、 ユーザー価値に変える
applism118
4
1.4k
Advanced Micro Frontends: Multi Version/ Framework Scenarios @WAD 2025, Berlin
manfredsteyer
PRO
0
330
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
6
320
How to train your dragon (web standard)
notwaldorf
96
6.1k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
KATA
mclloyd
30
14k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
GitHub's CSS Performance
jonrohan
1031
460k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Transcript
Software Development with
None
- Isolate Features - Code Review - Documented Collaboration Benefits
Isolate Features $ git branch solar-graphs $ git checkout solar-graphs
or $ git checkout -b solar-graphs
Code Review
Documented
- Non-invasive - Simple - Clear / Clean - Git
Based Usability
Non-invasive Code Commit Push Discuss
Simple
Clear / Clean
Git Based
None