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
Golang - WePow Talks
Search
Javier Cervantes
March 06, 2015
Programming
0
60
Golang - WePow Talks
Introductory talk to golang given at weekly wepow talks.
Javier Cervantes
March 06, 2015
Tweet
Share
More Decks by Javier Cervantes
See All by Javier Cervantes
Continuous Delivery para todos @ SGNext
solojavier
0
99
Gobot.io y el internet de las cosas
solojavier
0
110
Deliberate Practice - Lightning Talk
solojavier
0
140
Server Provisioning and Configuration
solojavier
0
64
Evolución Robótica
solojavier
0
49
Duck Typing
solojavier
0
82
Re-evolución robótica
solojavier
0
84
Artoo : Ruby on robots
solojavier
0
110
Las pruebas primero
solojavier
0
57
Other Decks in Programming
See All in Programming
CSC509 Lecture 03
javiergs
PRO
0
320
CSC305 Lecture 01
javiergs
PRO
1
380
開発者への寄付をアプリ内課金として実装する時の気の使いどころ
ski
0
340
GraphQL×Railsアプリのデータベース負荷分散 - 月間3,000万人利用サービスを無停止で
koxya
1
1k
タスクの特性や不確実性に応じた最適な作業スタイルの選択(ペアプロ・モブプロ・ソロプロ)と実践 / Optimal Work Style Selection: Pair, Mob, or Solo Programming.
honyanya
2
120
私達はmodernize packageに夢を見るか feat. go/analysis, go/ast / Go Conference 2025
kaorumuta
2
450
LLMとPlaywright/reg-suitを活用した jQueryリファクタリングの実際
kinocoboy2
4
660
CSC305 Lecture 02
javiergs
PRO
1
260
高度なUI/UXこそHotwireで作ろう Kaigi on Rails 2025
naofumi
4
3.1k
uniqueパッケージの内部実装を支えるweak pointerの話
magavel
0
880
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
860
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
310
Featured
See All Featured
Facilitating Awesome Meetings
lara
56
6.6k
Balancing Empowerment & Direction
lara
4
670
Producing Creativity
orderedlist
PRO
347
40k
Code Reviewing Like a Champion
maltzj
525
40k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Side Projects
sachag
455
43k
Building an army of robots
kneath
306
46k
What's in a price? How to price your products and services
michaelherold
246
12k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
Transcript
@solojavier - @WePow Go
@solojavier - @WePow Go
About • Open Source • Google • C successor
My personal highlights
Concurrency
Object oriented (Types / Composition / Interfaces)
Compiled (Deployment + Fast)
Testing
Standard format (gofmt - GOPATH)
Errors are values
Standard library
Pitfalls
Server example https://github.com/solojavier/ hazlo/blob/master/server.go
Game of life https://github.com/solojavier/golife