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
59
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
98
Gobot.io y el internet de las cosas
solojavier
0
110
Deliberate Practice - Lightning Talk
solojavier
0
140
Server Provisioning and Configuration
solojavier
0
63
Evolución Robótica
solojavier
0
47
Duck Typing
solojavier
0
76
Re-evolución robótica
solojavier
0
82
Artoo : Ruby on robots
solojavier
0
100
Las pruebas primero
solojavier
0
56
Other Decks in Programming
See All in Programming
GraphRAGの仕組みまるわかり
tosuri13
8
480
LINEヤフー データグループ紹介
lycorp_recruit_jp
0
890
PostgreSQLのRow Level SecurityをPHPのORMで扱う Eloquent vs Doctrine #phpcon #track2
77web
2
340
「Cursor/Devin全社導入の理想と現実」のその後
saitoryc
0
160
[初登壇@jAZUG]アプリ開発者が気になるGoogleCloud/Azure+wasm/wasi
asaringo
0
130
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
230
Bytecode Manipulation 으로 생산성 높이기
bigstark
2
380
つよそうにふるまい、つよい成果を出すのなら、つよいのかもしれない
irof
1
300
技術同人誌をMCP Serverにしてみた
74th
1
360
Kotlin エンジニアへ送る:Swift 案件に参加させられる日に備えて~似てるけど色々違う Swift の仕様 / from Kotlin to Swift
lovee
1
260
XSLTで作るBrainfuck処理系
makki_d
0
210
童醫院敏捷轉型的實踐經驗
cclai999
0
190
Featured
See All Featured
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
A better future with KSS
kneath
239
17k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Adopting Sorbet at Scale
ufuk
77
9.4k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
The Straight Up "How To Draw Better" Workshop
denniskardys
234
140k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
The Cult of Friendly URLs
andyhume
79
6.5k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
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