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
830
Gitpodでラクラク環境構築/easy_Development_environment_for_Gitpod
簡単に開発環境構築できるぞ
kirimaru
September 07, 2020
Tweet
Share
More Decks by kirimaru
See All by kirimaru
早くAPI作るならFastAPI がオススメ
hirotokirimaru
1
57
DDD(ドメイン駆動設計)を知らない人に知ったつもりさせる/Introduce_DDD_to_unfamiliar_individuals
hirotokirimaru
0
330
例示! Spring Bootで作られた REST APIのテストコード/ Testing-Example-for-a-REST-API-created-with-Spring-Boot
hirotokirimaru
2
2k
一緒に使うことが多い値は別クラスにしよう(Data Clumps)/data_clumps_is_useful
hirotokirimaru
0
740
Backlogが好きな話。/i_like_backlog
hirotokirimaru
0
140
私が好きなポートアンドアダプターを紹介する/I-like-hexagonal-architecture.pdf
hirotokirimaru
1
1.1k
名付けのためにクラス図を元に会話しよう/Let's-use-class-diagram-to-communicate-with-client
hirotokirimaru
0
640
Code Smellsの Primitive Obsession に気を付けて設計する/Designing-with-Code-Smells-Primitive-Obsession
hirotokirimaru
1
3.5k
FCCを推す/My favorite software architecture is FCC
hirotokirimaru
0
240
Other Decks in Programming
See All in Programming
Microsoft Orleans, Daprのアクターモデルを使い効率的に開発、デプロイを行うためのSekibanの試行錯誤 / Sekiban: Exploring Efficient Development and Deployment with Microsoft Orleans and Dapr Actor Models
tomohisa
0
240
Improving my own Ruby thereafter
sisshiki1969
1
150
サーバーサイドのビルド時間87倍高速化
plaidtech
PRO
0
700
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
240
奥深くて厄介な「改行」と仲良くなる20分
oguemon
1
420
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
800
Ruby Parser progress report 2025
yui_knk
1
300
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.1k
MCPで実現するAIエージェント駆動のNext.jsアプリデバッグ手法
nyatinte
7
1k
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
2
1.3k
testingを眺める
matumoto
1
130
意外と簡単!?フロントエンドでパスキー認証を実現する WebAuthn
teamlab
PRO
1
420
Featured
See All Featured
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
KATA
mclloyd
32
14k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
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 でもローカルは汚さなくてもでき そう…。