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
Gitpodでラクラク環境構築/easy_Development_environment_fo...
Search
kirimaru
September 07, 2020
Programming
0
740
Gitpodでラクラク環境構築/easy_Development_environment_for_Gitpod
簡単に開発環境構築できるぞ
kirimaru
September 07, 2020
Tweet
Share
More Decks by kirimaru
See All by kirimaru
DDD(ドメイン駆動設計)を知らない人に知ったつもりさせる/Introduce_DDD_to_unfamiliar_individuals
hirotokirimaru
0
210
例示! Spring Bootで作られた REST APIのテストコード/ Testing-Example-for-a-REST-API-created-with-Spring-Boot
hirotokirimaru
2
1.5k
一緒に使うことが多い値は別クラスにしよう(Data Clumps)/data_clumps_is_useful
hirotokirimaru
0
600
Backlogが好きな話。/i_like_backlog
hirotokirimaru
0
98
私が好きなポートアンドアダプターを紹介する/I-like-hexagonal-architecture.pdf
hirotokirimaru
1
710
名付けのためにクラス図を元に会話しよう/Let's-use-class-diagram-to-communicate-with-client
hirotokirimaru
0
560
Code Smellsの Primitive Obsession に気を付けて設計する/Designing-with-Code-Smells-Primitive-Obsession
hirotokirimaru
1
3k
FCCを推す/My favorite software architecture is FCC
hirotokirimaru
0
170
我々はなぜオブジェクト指向やDDD等のアーキテクチャを学ぶのか/Why_we_learn_ObjectOriented_and_DDD_Architecture
hirotokirimaru
1
990
Other Decks in Programming
See All in Programming
ML-прайсинг_на_Lamoda__вошли_и_вышли__приключение_на_20_минут__Слава_Цыганков.pdf
lamodatech
0
240
Google Play Consoleデベロッパー アカウントの確認 / Verifying your Play Console developer account
kubode
0
170
【YAPC::Hakodate 2024】TypeScriptエンジニアが感じたPerlのここが面白い
kimitashoichi
1
340
色んなオートローダーを覗き見る #phpcon_okinawa
o0h
PRO
5
410
perl for shell, awk and sed programmers
mackee
2
780
sqlcを利用してsqlに型付けを
kamiyam
0
240
Pythonによるイベントソーシングへの挑戦と現状に対する考察 / Challenging Event Sourcing with Python and Reflections on the Current State
nrslib
3
1.3k
GrafanaのHTTP API を眺めてみよう
rinchoku
0
340
Integrating AI in Your Enterprise Java Applications
ivargrimstad
0
360
VS Code extension: ドラッグ&ドロップでファイルを並び替える
ttrace
0
180
レイトレ合宿10 レンダラー紹介 / Renderer Introduction, Ray Tracing Camp 10
shocker_0x15
0
560
ACES Meet におけるリリース作業改善の取り組み
fukucheee
0
140
Featured
See All Featured
WebSockets: Embracing the real-time Web
robhawkes
59
7.4k
The Invisible Customer
myddelton
119
13k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
4
120
Web development in the modern age
philhawksworth
205
10k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Unsuck your backbone
ammeep
668
57k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
12
1.6k
YesSQL, Process and Tooling at Scale
rocio
167
14k
Building Better People: How to give real-time feedback that sticks.
wjessup
362
19k
It's Worth the Effort
3n
183
27k
Transcript
Gitpodでラクラク環境構築 推しの技術LTしない? 2020/09/07 きり丸(水上 皓登)
Gitpodとは VS Code ライクな クラウド開発環境
対象者 / 非対象者 • 初心者 • 新しい言語を触りたい人 • ローカル環境汚したくない人 •
ローカルでいいマシン持ってる人 • ローカル環境が汚れても気にしない 人 対象者 非対象者
名前:きり丸(水上 皓登) 年齢:28歳(1992/02/04) twitter: nainaistar ブログ:きり丸の日記 https://nainaistar.hatenablog.com/ 4 サーバーサイドエンジニア 勉強会はフロントエンド
ばっかり行く
複数の有名企業やOSSで使われています
メリット
メリット一覧 • すぐ使える ◦ 常にきれいな開発環境で開発できる • 月に50時間無料 • 最初から多数の言語の開発環境が整っている •
ペアプロができる
すぐ使える
すぐ使える ①リポジトリを用意します
すぐ使える ②URLに「gitpod.io/#」を付与します
すぐ使える ③終わり
すぐ使える ※「gitpod.io/#」を付けるのすら、めんどくさい。 という場合に対応した、Chrome拡張機能があります
月に50時間無料
月に50時間無料
最初から多数の言語の 開発環境が整っている
開発環境が整っている すぐ使えるサンプルがたくさん
開発環境が整っている
ペアプロができる
ペアプロができる ①自アイコンをクリックして、Share Running Workspaceを表示する
ペアプロができる ②リンクを共有すれば、他の人ともペアプロ出来ます
ユースケース
ユースケース • 新しい言語を学びたい • LeetCodeやAtCoderで得意な言語に挑戦後、 別言語でチャレンジしたい • VimGolf等で環境構築でRubyが必要だけど、 普段使わないからローカルにRubyを入れたくない ◦
※ただし、キーバインドの制限があって、100%は遊べなかった
と、 Gitpodを推しているが …
GitHub codespaces でも同じことが出来そう
※現在、Early Access中で きり丸は触れてない
https://www.publickey1.jp/blog/20/webidevisual_studio_codespaecsgithub_codespaces.html 無料で使える?
GitHub codespaces 待ってます! 【レビュー】新しいマウス買いました (MX Master 2S)
まとめ • すぐ使える ◦ 常にきれいな開発環境で開発できる • 月に50時間無料 • 最初から多数の言語の開発環境が整っている •
ペアプロができる
Appendix
新しい言語を学びたければgitpodいいぞ https://nainaistar.hatenablog.com/entry/2020/07/15/%E6%96%B0%E3%81%97%E3%81%84%E8%A8%80%E8%AA%9E%E 3%82%92%E5%AD%A6%E3%81%B3%E3%81%9F%E3%81%91%E3%82%8C%E3%81%B0gitpod%E3%81%84%E3%81%84%E3 %81%9E
Remote Container でもローカルは汚さなくてもでき そう…。