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
160
Brincando com comandos no Golang
Joubert RedRat
June 22, 2021
Tweet
Share
More Decks by Joubert RedRat
See All by Joubert RedRat
Retome o controle do seu analytics com Matomo
joubertredrat
0
21
#tbt do PHP, a evolução da linguagem nos últimos 30 anos
joubertredrat
0
25
DevBox, o meu pequeno projeto open source para o dia a dia do dev
joubertredrat
0
22
O poder do Object Calisthenics no PHP
joubertredrat
0
94
Playing with Docker and Docker Compose
joubertredrat
0
120
Why migrate your application to microservices?
joubertredrat
0
16
Por que migrar sua aplicação para Microserviços?
joubertredrat
0
24
Uso prático de fakes para mocks no Golang
joubertredrat
0
77
Table driven tests no golang? O que é isso?
joubertredrat
0
190
Other Decks in Technology
See All in Technology
いまからでも遅くないコンテナ座学
nomu
0
160
[JAWS-UG新潟#20] re:Invent2024 -CloudOperationsアップデートについて-
shintaro_fukatsu
0
130
生成AIのガバナンスの全体像と現実解
fnifni
1
240
Working as a Server-side Engineer at LY Corporation
lycorp_recruit_jp
0
460
ハイテク休憩
sat
PRO
2
190
AIエージェントに脈アリかどうかを分析させてみた
sonoda_mj
2
110
AI×医用画像の現状と可能性_2024年版/AI×medical_imaging_in_japan_2024
tdys13
0
530
React Routerで実現する型安全なSPAルーティング
sansantech
PRO
2
350
サーバーなしでWordPress運用、できますよ。
sogaoh
PRO
0
150
pg_bigmをRustで実装する(第50回PostgreSQLアンカンファレンス@オンライン 発表資料)
shinyakato_
0
130
20241125 - AI 繪圖實戰魔法工作坊 @ 實踐大學
dpys
1
330
型情報を用いたLintでコード品質を向上させる
sansantech
PRO
2
170
Featured
See All Featured
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2k
The World Runs on Bad Software
bkeepers
PRO
66
11k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
We Have a Design System, Now What?
morganepeng
51
7.3k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
A designer walks into a library…
pauljervisheath
205
24k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.2k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
470
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
Designing on Purpose - Digital PM Summit 2013
jponch
116
7k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
18k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
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