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
100
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
Web技術を最大限活用してRAW画像を現像する / Developing RAW Images on the Web
ssssota
2
1.2k
育てるアーキテクチャ:戦い抜くPythonマイクロサービスの設計と進化戦略
fujidomoe
1
150
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
640
GitHub Actions × AWS OIDC連携の仕組みと経緯を理解する
ota1022
0
240
プロダクト開発をAI 1stに変革する〜SaaS is dead時代で生き残るために〜 / AI 1st Product Development
kobakei
0
490
なぜGoのジェネリクスはこの形なのか? Featherweight Goが明かす設計の核心
ryotaros
7
1k
メモリ不足との戦い〜大量データを扱うアプリでの実践例〜
kwzr
1
870
Pythonスレッドとは結局何なのか? CPython実装から見るNoGIL時代の変化
curekoshimizu
4
1.3k
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
180
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
920
明日から始めるリファクタリング
ryounasso
0
120
2分台で1500examples完走!爆速CIを支える環境構築術 - Kaigi on Rails 2025
falcon8823
3
3.2k
Featured
See All Featured
Balancing Empowerment & Direction
lara
4
680
The Cult of Friendly URLs
andyhume
79
6.6k
Building an army of robots
kneath
306
46k
BBQ
matthewcrist
89
9.8k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
Building Applications with DynamoDB
mza
96
6.6k
How STYLIGHT went responsive
nonsquared
100
5.8k
A better future with KSS
kneath
239
17k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
Typedesign – Prime Four
hannesfritz
42
2.8k
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