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
Azure for Gophers
Search
Abhishek Gupta
July 29, 2021
Technology
1
150
Azure for Gophers
Abhishek Gupta
July 29, 2021
Tweet
Share
More Decks by Abhishek Gupta
See All by Abhishek Gupta
Vector Database for generative AI
abhirockzz
1
850
Building Serverless applications with Go - Golang Global Summit 2023
abhirockzz
1
140
Write your Kubernetes Infrastructure as Go code with CDK for Kubernetes (cdk8s)
abhirockzz
1
86
Simplifying your Kubernetes infrastructure with CDK for Kubernetes (cdk8s)
abhirockzz
1
810
Go and Redis, Better Together
abhirockzz
1
410
builders-camp-2022-abhishek-aws.pdf
abhirockzz
1
43
Let's Explore Apache Kafka, the easy way on AWS
abhirockzz
1
130
Building Serverless application with DynamoDB and Go
abhirockzz
1
160
Getting started with MemoryDB for Redis
abhirockzz
2
350
Other Decks in Technology
See All in Technology
(HackFes)米国国防総省のDevSecOpsライフサイクルをAWSのセキュリティサービスとOSSで実現
syoshie
5
660
AI Ready API ─ AI時代に求められるAPI設計とは?/ AI-Ready API - Designing MCP and APIs in the AI Era
yokawasa
20
5.7k
AIを使っていい感じにE2Eテストを書けるようになるまで / Trying to Write Good E2E Tests with AI
katawara
2
1.6k
激動の時代、新卒エンジニアはAIツールにどう向き合うか。 [LayerX Bet AI Day Countdown LT Day1 ツールの選択]
tak848
0
540
FAST導入1年間のふりかえり〜現実を直視し、さらなる進化を求めて〜 / Review of the first year of FAST implementation
wooootack
1
120
QAを早期に巻き込む”って どうやるの? モヤモヤから抜け出す実践知
moritamasami
2
170
claude codeでPrompt Engineering
iori0311
0
420
Recoil脱却の現状と挑戦
kirik
2
320
SRE with AI:実践から学ぶ、運用課題解決と未来への展望
yoshiiryo1
1
680
そもそも AWS FIS について。なぜ今 FIS のハンズオンなのか?などなど
kazzpapa3
2
120
SREを知らずに SREマネージャーになった話 / How I Became an SRE Manager Without Knowing What SRE Is
moneyforward
0
290
Data Engineering Study#30 LT資料
tetsuroito
1
550
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Producing Creativity
orderedlist
PRO
346
40k
The Pragmatic Product Professional
lauravandoore
35
6.8k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
Scaling GitHub
holman
461
140k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Faster Mobile Websites
deanohume
308
31k
Building an army of robots
kneath
306
45k
Transcript
None
Ashley McNamara
👇
None
None
Simplicity is Complicated (Rob Pike) standard library
None
https://tour.golang.org/ https://golang.org/doc/effective_go.html Rob Pike The Why of Go Carmen Andoh
Sameer Ajmani Francesc Campoy justforfunc
None
What’s up with Go on Azure? Ashley McNamara
https://github.com/Azure/azure-sdk-for- go#other-azure-go-packages Ashley McNamara
Ashley McNamara
Go db/sql sqlx squirrel lib/pq pgx Docker container mysql driver
finds and resolves critical bugs there is a Go driver
https://github.com/go-redis/redis https://github.com/gorilla/sessions
None
official Go driver gocql Cassandra MongoDB How to handle rate-limiting
in Cassandra API for Cosmos DB How to use Mongo DB Change Streams
Try it out
None
GitHub Actions Azure Dev Ops Ashley McNamara
None
IaaS PaaS/CaaS Kubernetes Serverless (FaaS)
None
and Docker Containers!
az container create -n mycontainer --image microsoft/aci-helloworld -g mygroup --ip-address
public
None
docker run
None
None
None
None
None
None
None
None
None
None
None
None
App Service
docker run
None
Ashley McNamara
None