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
Rails Girls, Git, GitHub, Heroku
Search
hone
June 05, 2014
Programming
0
150
Rails Girls, Git, GitHub, Heroku
This was my "lightning" talk at Rails Girls DC.
hone
June 05, 2014
Tweet
Share
More Decks by hone
See All by hone
Limitless - RubyUnconf Hamburg 2019
hone
0
170
Deep Dive: Cloud Native Buildpacks - KubeCon EU 2019
hone
1
290
Intro: Cloud Native Buildpacks - KubeCon EU 2019
hone
0
47
KubeCon 2018 - Intro: Cloud Native Buildpacks
hone
0
140
A Droid's Journey - CodeDaze 2018
hone
0
100
A Droid's Journey - RubyKaigi 2018
hone
0
740
Neon: JavaScript Native Extensions in Rust - Dreamforce 2017 OSS Booth
hone
0
76
Helix: Native Extensions for Everyone - RubyConf Colombia 2017
hone
1
160
Leveraging Rust with mruby: Loving our fellow Windows® users - FOSDEM 2017
hone
0
270
Other Decks in Programming
See All in Programming
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
610
PostgreSQLのRow Level SecurityをPHPのORMで扱う Eloquent vs Doctrine #phpcon #track2
77web
2
500
NPOでのDevinの活用
codeforeveryone
0
750
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
150
都市をデータで見るってこういうこと PLATEAU属性情報入門
nokonoko1203
1
590
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
510
Porting a visionOS App to Android XR
akkeylab
0
250
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
150
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
540
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
2
620
AIコーディング道場勉強会#2 君(エンジニア)たちはどう生きるか
misakiotb
1
280
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
260
Featured
See All Featured
Designing Experiences People Love
moore
142
24k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
500
Agile that works and the tools we love
rasmusluckow
329
21k
Music & Morning Musume
bryan
46
6.6k
Optimizing for Happiness
mojombo
379
70k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
940
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
17
950
Transcript
Rails Girls Git GitHub Heroku
Terence Lee @hone02
Rails Girls
Karri Saarinen @karrisaarinen
Linda Liukas @lindaliukas
Open source.
The first workshop came from Linda’s interest in learning Rails.
Never intended to be global.
None
Jason Ong from Singapore emailed us. We’ve neer been.
Planning Berlin. 75 attendees. Largest event at the time.
I met Linda in Berlin
Coaching my first event. Captivated by the... Positive Energy. Passion.
Desire to learn.
Railsberry (Krakow)
Open Source the Guides. Github used to distribute. Running your
own event is now accessible.
Inspiring people at Railsberry. Now there was actionable items people
could take away.
YouTube Link
Amsterdam. Paris. San Francisco. Helsinki. Melbourne. Los Angeles. Miami.
180 Cities to Date
WWDC
Aaron Patterson
Davy Stevenson @davystevenson #FridayHug
San Francisco
Helsinki
Sofia
None
None
$ git init Creating a Repository
Ctrl + S
Staging Area
$ git add <filename> Add file to Staging
$ git add .
$ git status Review Staging
$ git status Changes to be committed: new file: Gemfile
new file: Gemfile.lock new file: config.ru
First Commit
$ git commit -m “initial commit” Save the Commit
Remotes
$ git remote add <name> <url> Add a place to
store the data
Branches
$ git push <remote> <branch> Deploy your code to the
cloud!
$ git push origin master
$ git clone <url> Checkout a remote repository
$ git log View the Archives
None
Social Coding
Community
Collaboration
Fork
Pull Request Contributing Back
None
Forget Servers
Build Run Scale
Addons
$ heroku create -- addon heroku- postgresql
gem ‘pg’
gem ‘rails_12factor’
$ git push heroku master Deploy
$ heroku logs Visit app logs
Inspire. Create. Explore.
Questions? https://try.github.io/