Quantcast
Channel: The Go Programming Language
Browsing latest articles
Browse All 23 View Live

Deploy Go applications in a serverless environmentDeploy Go applications in a...

yt:video:pHCKVXUwcegpHCKVXUwcegUCO3LEtymiLrgvpb59cNsb8ACreate and deploy HTTP Cloud Function with Go → https://goo.gle/3lzCqOq Deploy a Go service to Cloud Run → https://goo.gle/40c4juU Why should...

View Article



Enjoy Kubernetes with GoEnjoy Kubernetes with Go

yt:video:U7RKEqfM1XYU7RKEqfM1XYUCO3LEtymiLrgvpb59cNsb8ADeploy a containerized app to Google Kubernetes Engine → https://goo.gle/3noSjrJ Distroless Container Images → https://goo.gle/40K7rON Did you...

View Article

Go development for your startupGo development for your startup

yt:video:Gp3iKZMW21gGp3iKZMW21gUCO3LEtymiLrgvpb59cNsb8AA tour of Go → https://goo.gle/3TMG83O Get started with Go → https://goo.gle/3LX4rKK The State of DevOps → https://goo.gle/3KcyWuR How does your...

View Article

Go is great for command-line toolsGo is great for command-line tools

yt:video:vOhLCTwtgiQvOhLCTwtgiQUCO3LEtymiLrgvpb59cNsb8ACLIs in Go → https://goo.gle/3MeG37A Command-line flag parsing→ https://goo.gle/3U5YFZ6 The Cobra library for powerful CLI apps →...

View Article

Sustainable software development with GoSustainable software development with Go

yt:video:KvZgBlHNt-MKvZgBlHNt-MUCO3LEtymiLrgvpb59cNsb8ADid you know that Go is a good choice for designing and running sustainable production systems? In this video, Valentin, a Developer Advocate at...

View Article


Choosing Go to process your dataChoosing Go to process your data

yt:video:OqDucku2V-IOqDucku2V-IUCO3LEtymiLrgvpb59cNsb8AThe Apache Beam Go SDK → https://goo.gle/42V35Ge Google Cloud Dataflow with Go → https://goo.gle/3U5j14C Easy to use concurrent programming and a...

View Article

Build more secure apps with Go and GoogleBuild more secure apps with Go and...

Go's Vulnerability Management System enables Go developers to detect and remediate known vulnerabilities in their dependencies at every stage of the software development lifecycle — from the IDE to...

View Article

Overview of GoOverview of Go

yt:video:EcRmt8Gpou4EcRmt8Gpou4UCO3LEtymiLrgvpb59cNsb8AGet started → https://goo.gle/48pK1SW Tour of Go → https://goo.gle/47jOm8Z Go is an open-source programming language supported by Google for...

View Article


Arrays and SlicesArrays and Slices

Get Started → https://goo.gle/48pK1SW Try the code → https://goo.gle/3vQyyx9 If you've taken a look at Go, you've probably heard that for indexed lists of data, it offers both arrays and something...

View Article


Go’s EcosystemGo’s Ecosystem

Tour Go's ecosystem → https://pkg.go.dev/ Try building a module → https://go.dev/doc/tutorial/getting-started When you work with Go, you're never working alone. Thousands of open-source developers...

View Article

Go with FirebaseGo with Firebase

Try it yourself→ https://goo.gle/48IAzdE One of the quickest ways to get started with Go is using Firebase. In this video, you'll see an example of how to use Go to respond to Cloud Firestore events....

View Article

How to achieve concurrencyHow to achieve concurrency

yt:video:PfbFtY0aHbIPfbFtY0aHbIUCO3LEtymiLrgvpb59cNsb8AProcessing multiple tasks sequentially and one-at-a-time is not the most efficient. Goroutines is a lightweight execution thread and a function...

View Article

LLMs can GoLLMs can Go

Code link → https://goo.gle/4a3iBTE Gemini API Key → https://goo.gle/3vrsKdR Did you know Go works with large language models (LLMs)? In this video, Joedian Reid, Technical Program Manager on the Go...

View Article


Security in GoSecurity in Go

How do developers keep track of the vulnerabilities in their code base? With govulncheck developers can scan projects for known issues against the Go Vulnerability database. Watch along as Joedian...

View Article

Build a web server with GoBuild a web server with Go

Effective go web server → https://goo.gle/4cQLF2m The web server discussed in the video → https://goo.gle/3PWJC3c Go packages → https://goo.gle/4cIxhcN Learn how to build a web server in 60 seconds...

View Article

Browsing latest articles
Browse All 23 View Live


Latest Images