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
Search
Lucas Hiago de Moura Vilela
January 11, 2020
Technology
1
68
Gitpod
The talk is about the Gitpod, a cloud IDE
Lucas Hiago de Moura Vilela
January 11, 2020
Tweet
Share
More Decks by Lucas Hiago de Moura Vilela
See All by Lucas Hiago de Moura Vilela
SQL com Arel no Rails
luchiago
0
26
Brown Bag - Aplicação mobile de vídeo-chamadas
luchiago
0
46
Introduction to Scrapy
luchiago
0
34
Design pattern Adapter
luchiago
0
34
Other Decks in Technology
See All in Technology
書籍『実践 Apache Iceberg』の歩き方
ishikawa_satoru
0
340
現場の壁を乗り越えて、 「計装注入」が拓く オブザーバビリティ / Beyond the Field Barriers: Instrumentation Injection and the Future of Observability
aoto
PRO
1
730
IBC 2025 動画技術関連レポート / IBC 2025 Report
cyberagentdevelopers
PRO
2
230
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
0
390
DMMの検索システムをSolrからElasticCloudに移行した話
hmaa_ryo
0
290
個人でデジタル庁の デザインシステムをVue.jsで 作っている話
nishiharatsubasa
3
5.3k
戦えるAIエージェントの作り方
iwiwi
15
6.8k
[Journal club] Thinking in Space: How Multimodal Large Language Models See, Remember, and Recall Spaces
keio_smilab
PRO
0
100
Azure Well-Architected Framework入門
tomokusaba
1
150
20251102 WordCamp Kansai 2025
chiilog
0
200
OTEPsで知るOpenTelemetryの未来 / Observability Conference Tokyo 2025
arthur1
0
350
ストレージエンジニアの仕事と、近年の計算機について / 第58回 情報科学若手の会
pfn
PRO
4
920
Featured
See All Featured
Code Reviewing Like a Champion
maltzj
526
40k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
116
20k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.3k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Statistics for Hackers
jakevdp
799
220k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
A designer walks into a library…
pauljervisheath
209
24k
Transcript
Gitpod Uma IDE online para facilitar o desenvolvimento
$ whoami > Estagiário na empresa Codeminer42 > Desenvolvedor back-end
no projeto open source Colaboradados > Graduando em Ciência da Computação pela UFPI /luchiago /luchiago
Setup do projeto na máquina local
Yet another cloud IDE? • Repl.it (repl.it/) • Codeanywhere (codeanywhere.com/)
• Visual Studio Online (visualsutido.microsoft.com/services/visual-studio-online) • AWS Cloud 9 (https://aws.amazon.com/cloud9/)
Gitpod • “gitpod.io/#” • Extensão para Chrome e Firefox •
Foco em utilizar em projetos open source • Pricing • MacOS users: brew está disponível no gitpod • Quem utiliza: freeCodeCamp, Gatsby, Dev.to
Theia • Projeto Open Source • Empresas que utilizam: Ericsson,
RedHat, Google
Arquitetura do Gitpod
.gitpod.yml
Integração • GithubFlow simplificado • Pode ser utilizado também com
o Gitlab • Compartilhação de branchs/PRs mais fácil • Debug compartilhado via snapshot
None
None
Vamos para um exemplo?
Obrigado!