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
Brincando com comandos no Golang
Search
Joubert RedRat
June 22, 2021
Technology
0
180
Brincando com comandos no Golang
Joubert RedRat
June 22, 2021
Tweet
Share
More Decks by Joubert RedRat
See All by Joubert RedRat
Programação defensiva com PHP
joubertredrat
0
22
Testes de integração com Testcontainers
joubertredrat
0
27
Retome o controle do seu analytics com Matomo
joubertredrat
0
33
#tbt do PHP, a evolução da linguagem nos últimos 30 anos
joubertredrat
0
34
DevBox, o meu pequeno projeto open source para o dia a dia do dev
joubertredrat
0
35
O poder do Object Calisthenics no PHP
joubertredrat
0
140
Playing with Docker and Docker Compose
joubertredrat
0
140
Why migrate your application to microservices?
joubertredrat
0
28
Por que migrar sua aplicação para Microserviços?
joubertredrat
0
28
Other Decks in Technology
See All in Technology
重厚長大企業で、顧客価値をスケールさせるためのプロダクトづくりとプロダクト開発チームづくりの裏側 / Developers X Summit 2025
mongolyy
0
150
[CV勉強会@関東 ICCV2025 読み会] World4Drive: End-to-End Autonomous Driving via Intention-aware Physical Latent World Model (Zheng+, ICCV 2025)
abemii
0
230
今、MySQLのバックアップを作り直すとしたら何がどう良いのかを考える旅
yoku0825
2
440
Redux → Recoil → Zustand → useSyncExternalStore: 状態管理の10年とReact本来の姿
zozotech
PRO
18
8.7k
機密情報の漏洩を防げ! Webフロントエンド開発で意識すべき漏洩パターンとその対策
mizdra
PRO
10
3.6k
Lazy Constant - finalフィールドの遅延初期化
skrb
0
230
『HOWはWHY WHATで判断せよ』 〜『ドメイン駆動設計をはじめよう』の読了報告と、本質への探求〜
panda728
PRO
5
2.1k
re:Invent2025 事前勉強会 歴史と愉しみ方10分LT編
toshi_atsumi
0
160
「O(n log(n))のパフォーマンス」の意味がわかるようになろう
dhirabayashi
0
190
JavaScript パーサーに using 対応をする過程で与えたエコシステムへの影響
baseballyama
1
110
Dart and Flutter MCP serverで実現する AI駆動E2Eテスト整備と自動操作
yukisakai1225
0
570
Quarkusで作るInteractive Stream Application
joker1007
0
150
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Context Engineering - Making Every Token Count
addyosmani
9
390
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.1k
How to train your dragon (web standard)
notwaldorf
97
6.4k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.3k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
Site-Speed That Sticks
csswizardry
13
970
Git: the NoSQL Database
bkeepers
PRO
432
66k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
24
1.6k
Rails Girls Zürich Keynote
gr2m
95
14k
Navigating Team Friction
lara
190
15k
Building Applications with DynamoDB
mza
96
6.8k
Transcript
Brincando com comandos no Golang
Quem sou eu? Sou este ai https://creativecommons.org/licenses/by-sa/4.0/ Brincando com comandos
no Golang https://redrat.com.br
Antes de falarmos de comandos no golang... Bora ver como
normalmente fazemos softwares hoje? Brincando com comandos no Golang
Brincando com comandos no Golang
Brincando com comandos no Golang
Brincando com comandos no Golang
Brincando com comandos no Golang O que eles tem em
comum?
Brincando com comandos no Golang
Brincando com comandos no Golang Mas nós temos comandos!
Brincando com comandos no Golang Aplicabilidades de comandos • Execução
de rotinas específicas • Cron ou tarefas a ser executadas em períodos determinados • Event driven ou processamento async • Paralelismo, threads, co routines ou processamento distribuido • Programação reativa • E mais um monte de etc
Brincando com comandos no Golang
Brincando com comandos no Golang https://github.com/joubertredrat/pokelang
Brincando com comandos no Golang Principais bibliotecas • https://github.com/spf13/cobra •
https://github.com/urfave/cli • https://github.com/thatisuday/commando • https://awesome-go.com/#command-line
Mas Joubert... Hello world é fácil, me fale um cenário
real onde seria usado comandos Brincando com comandos no Golang
Brincando com comandos no Golang https://github.com/joubertredrat/walletlang
Perguntas? Brincando com comandos no Golang
Esta e outras palestras Brincando com comandos no Golang https://bit.ly/joubertredrat-palestras
Obrigado Brincando com comandos no Golang