#go_programming Suchergebnisse

for everyone trying to learn C right just pivot to Go or as search engines like to call it: Golang it's being used in both enterprise and startups, you can ship and iterate fast even with the shittiest code - it's made for concurrency and functions are first class citizens

tekbog's tweet image. for everyone trying to learn C right just pivot to Go or as search engines like to call it: Golang

it's being used in both enterprise and startups, you can ship and iterate fast even with the shittiest code - it's made for concurrency and functions are first class citizens

wanna learn golang ? From official Docs : go.dev/tour/ Learn Go with tests : quii.gitbook.io/learn-go-with-… The only Go basics video you need (by @ sriniously) : youtube.com/watch?v=tgGNwG… How to Go (By @ anthdm) youtube.com/playlist?list=… Concurrency in Go :…

skshmgpt's tweet image. wanna learn golang ?

From official Docs : 
go.dev/tour/

Learn Go with tests : 
quii.gitbook.io/learn-go-with-…

The only Go basics video you need (by @ sriniously)  :
youtube.com/watch?v=tgGNwG…

How to Go (By @ anthdm)
youtube.com/playlist?list=…

Concurrency in Go :…

Here's a side-by-side (Go on left, TypeScript on right) Remarks: - Go identifies wrong assignment between types - Go identifies wrong operations between types - Go is simpler & less noisy to read Basically better readability and type safety (performance will be better too)

auxiliarymoose's tweet image. Here's a side-by-side (Go on left, TypeScript on right)

Remarks:
- Go identifies wrong assignment between types
- Go identifies wrong operations between types
- Go is simpler & less noisy to read

Basically better readability and type safety (performance will be better too)

Ongoing at #GopherConAfrica! @ayisaiah dives into 🧰 “Building Command Line Applications in Go.” Practical, powerful, and pure Go goodness for developers who love the terminal! 💙 #GoLang #CLI #DevTools #Gophers

gophers_africa's tweet image. Ongoing at #GopherConAfrica! @ayisaiah  dives into
🧰 “Building Command Line Applications in Go.”
Practical, powerful, and pure Go goodness for developers who love the terminal! 💙
#GoLang #CLI #DevTools #Gophers
gophers_africa's tweet image. Ongoing at #GopherConAfrica! @ayisaiah  dives into
🧰 “Building Command Line Applications in Go.”
Practical, powerful, and pure Go goodness for developers who love the terminal! 💙
#GoLang #CLI #DevTools #Gophers
gophers_africa's tweet image. Ongoing at #GopherConAfrica! @ayisaiah  dives into
🧰 “Building Command Line Applications in Go.”
Practical, powerful, and pure Go goodness for developers who love the terminal! 💙
#GoLang #CLI #DevTools #Gophers

Diving right in! 🍽️🐹 @utee_akan is live with “Unlocking Go’s Potential: Navigating Modern Challenges with Internal Insights.” Great look into how Go’s internals can empower better performance & design decisions 💡 #GopherConAfrica2025 #gca25 #GoLang

gophers_africa's tweet image. Diving right in! 🍽️🐹
@utee_akan  is live with “Unlocking Go’s Potential: Navigating Modern Challenges with Internal Insights.”
Great look into how Go’s internals can empower better performance & design decisions 💡 #GopherConAfrica2025 #gca25 #GoLang
gophers_africa's tweet image. Diving right in! 🍽️🐹
@utee_akan  is live with “Unlocking Go’s Potential: Navigating Modern Challenges with Internal Insights.”
Great look into how Go’s internals can empower better performance & design decisions 💡 #GopherConAfrica2025 #gca25 #GoLang
gophers_africa's tweet image. Diving right in! 🍽️🐹
@utee_akan  is live with “Unlocking Go’s Potential: Navigating Modern Challenges with Internal Insights.”
Great look into how Go’s internals can empower better performance & design decisions 💡 #GopherConAfrica2025 #gca25 #GoLang
gophers_africa's tweet image. Diving right in! 🍽️🐹
@utee_akan  is live with “Unlocking Go’s Potential: Navigating Modern Challenges with Internal Insights.”
Great look into how Go’s internals can empower better performance & design decisions 💡 #GopherConAfrica2025 #gca25 #GoLang

Introducing Annotate mode ✏️ while you vibe code in @GoogleAIStudio, mark up any UI with simple drawing tools and then have Gemini action them directly in the code!


40 minutes in, and @alextrending's Go Testing workshop is packed with insights! 🧪🐹 From basics to fuzzing & benchmarks — learning how to test smarter with Go’s built-in tools. #GopherConAfrica #GoLang #Testing #Gophers #GopherConAfrica2025 #gca25

gophers_africa's tweet image. 40 minutes in, and @alextrending's Go Testing workshop is packed with insights! 🧪🐹

From basics to fuzzing & benchmarks — learning how to test smarter with Go’s built-in tools.

#GopherConAfrica #GoLang #Testing #Gophers #GopherConAfrica2025 #gca25
gophers_africa's tweet image. 40 minutes in, and @alextrending's Go Testing workshop is packed with insights! 🧪🐹

From basics to fuzzing & benchmarks — learning how to test smarter with Go’s built-in tools.

#GopherConAfrica #GoLang #Testing #Gophers #GopherConAfrica2025 #gca25
gophers_africa's tweet image. 40 minutes in, and @alextrending's Go Testing workshop is packed with insights! 🧪🐹

From basics to fuzzing & benchmarks — learning how to test smarter with Go’s built-in tools.

#GopherConAfrica #GoLang #Testing #Gophers #GopherConAfrica2025 #gca25

So a weekend (+ a few days) project for viewing Go assembly and source code side by side: github.com/loov/lensm #gioui #Golang

egonelbre's tweet image. So a weekend (+ a few days) project for viewing Go assembly and source code side by side: github.com/loov/lensm #gioui #Golang

Ever wonder how Go compiles itself? 🤯 @sg_ga_ is breaking down the mind-bending reality that the Go compiler is written in Go at #GopherConAfrica2025 How's that even possible? Come find out. Plus, learn how understanding this makes you a more effective Go developer. #Golang

gophers_africa's tweet image. Ever wonder how Go compiles itself? 🤯
@sg_ga_  is breaking down the mind-bending reality that the Go compiler is written in Go at #GopherConAfrica2025

How's that even possible? Come find out. Plus, learn how understanding this makes you a more effective Go developer.

#Golang

Been learning Go 3 hrs/day, totally worth it. Go passes values by copy (unlike Python’s reference passing), so functions can’t mutate your data unless you use pointers. Also, you can call funcs before they’re defined Go just knows.


Why No One Talks Enough About Go (Golang) — My Honest Take 👇 When I started my DevOps learning journey, I used to script mostly in Shell. But everything changed when I started exploring Golang. At first, I thought Go would take a lot of time to learn. But once I started, I…

Rudraksh_Laddha's tweet image. Why No One Talks Enough About Go (Golang) — My Honest Take 👇

When I started my DevOps learning journey, I used to script mostly in Shell.
But everything changed when I started exploring Golang.
At first, I thought Go would take a lot of time to learn.
But once I started, I…

Ever wondered how Go builds... Go? 🤔🐹 @sg_ga_ is on stage at #GopherConAfrica with 🧠 “Bootstrapping with Gophers: How Go Compiles Itself and What That Means for You.” A true journey into the heart of the Go compiler! 💙 #GoLang #Compiler #Gophers #GopherConAfrica2025 #gca25

gophers_africa's tweet image. Ever wondered how Go builds... Go? 🤔🐹
@sg_ga_  is on stage at #GopherConAfrica with
🧠 “Bootstrapping with Gophers: How Go Compiles Itself and What That Means for You.”
A true journey into the heart of the Go compiler! 💙
#GoLang #Compiler #Gophers #GopherConAfrica2025 #gca25
gophers_africa's tweet image. Ever wondered how Go builds... Go? 🤔🐹
@sg_ga_  is on stage at #GopherConAfrica with
🧠 “Bootstrapping with Gophers: How Go Compiles Itself and What That Means for You.”
A true journey into the heart of the Go compiler! 💙
#GoLang #Compiler #Gophers #GopherConAfrica2025 #gca25

Go言語に慣れてくると、C++で書くのがちょっと面倒に。ifやforに括弧が必要ないのは、何気に便利。while文がないのも慣れてしまえば、forとwhileを使い分ける方が面倒。静的型付け言語としては、文法も簡単だし初心者にもおすすめ。


i spent 24 hours on a django project and hit far more errors in python, which made me appreciate go’s strict typing and clear, predictable structure even more

_lijuuu's tweet image. i spent 24 hours on a django project and hit far more errors in python, which made me appreciate go’s strict typing and clear, predictable structure even more

The Goal: Deploy a Go Web App with zero manual steps. The Developer pushes the code to GitHub and the latest changes are deployed in Kubernetes. This is a simple website written in Golang.

thrilokkk's tweet image. The Goal: Deploy a Go Web App with zero manual steps.

The Developer pushes the code to GitHub and the latest changes are deployed in Kubernetes.

This is a simple website written in Golang.

Go 开发者路线图:如果你想成为一名 Go 开发者,那么不妨来参考这份成长路线图,它让你了解大致的学习内容。 via: github.com/Alikhll/golang…

linuxtoy's tweet image. Go 开发者路线图:如果你想成为一名 Go 开发者,那么不妨来参考这份成长路线图,它让你了解大致的学习内容。
via: github.com/Alikhll/golang…

50% of Go code is error handling. You’re not productive typing this boilerplate over and over again. You just feel productive because you’re busy. For comparison, the same example in OCaml just has an extra line and five characters.

ChShersh's tweet image. 50% of Go code is error handling.

You’re not productive typing this boilerplate over and over again. You just feel productive because you’re busy.

For comparison, the same example in OCaml just has an extra line and five characters.
ChShersh's tweet image. 50% of Go code is error handling.

You’re not productive typing this boilerplate over and over again. You just feel productive because you’re busy.

For comparison, the same example in OCaml just has an extra line and five characters.

Yes, but

ChShersh's tweet image. Yes, but


Join the group chat for more information about learning Golang #golang #Go_programming

Click on the link 🔗 to join our group if you really want to learn Go programming. Here we share ideas 💡 work on projects together and learn from each other. The group chat is for all levels t.me/+Vt2u6XQnzRAwZ…



prepare the most frequently asked #Go_language interview Question and answers prepared by live experts and crack the interview pst.cr/RZWen #Go_lanagauge #Go_programming #GO_questions #Go_interview #kits


prepare the most frequently asked #GO_Language interview Question and answers prepared by live experts and crack the interview pst.cr/J3XLu #GO_lanaguage #GO_programming #interviewquestions #GO_IQ #kits


Loading...

Something went wrong.


Something went wrong.


United States Trends