/go
November 11, 2024
A new Go blog post/announcement has been posted! Get the full details here: Go Turns 15 - The Go Programming Language
0
12
0
Hot in Go:
Latest Go Threads
Constraints in Go — Bitfield Consulting.
Freedom is nothing without constraints, and Go’s generics gives us a powerful way to build poly...
New
Attention all functional programming enthusiasts and experts! The Functional Conf 2025 Call for Proposals is now open, and it’s a golden ...
New
A new Go blog post/announcement has been posted!
Get the full details here: Go Turns 15 - The Go Programming Language
New
Fun with Go Iterators.
Go 1.23 added Iterators, so lets build a js like streaming api
New
Distributed Transactions in Go: Read Before You Try.
In the previous post, I looked into running transactions in a layered architecture....
New
Register allocation in the Go compiler | Red Hat Developer.
Dive into register allocation in the Go compiler, including the register all...
New
A new Go blog post/announcement has been posted!
Get the full details here: What's in an (Alias) Name? - The Go Programming Language
New
A new Go blog post/announcement has been posted!
Get the full details here: Building LLM-powered applications in Go - The Go Programmin...
New
A new Go blog post/announcement has been posted!
Get the full details here: Share your feedback about developing with Go - The Go Progr...
New
A new Go blog post/announcement has been posted!
Get the full details here: Telemetry in Go 1.23 and beyond - The Go Programming Language
New
HOT IN Go THIS WEEK!
Constraints in Go — Bitfield Consulting.
Freedom is nothing without constraints, and Go’s generics gives us a powerful way to build poly...
New
HOT IN Go THIS MONTH!
A new Go blog post/announcement has been posted!
Get the full details here: Go Turns 15 - The Go Programming Language
New
Attention all functional programming enthusiasts and experts! The Functional Conf 2025 Call for Proposals is now open, and it’s a golden ...
New
HOT IN Go THIS YEAR!
Introduction | templ docs.
templ - build HTML with Go
New
Go, Python, Rust, and production AI applications.
In this article, I’ll talk about Go, Python, and Rust, and each language’s role in bui...
New
A Guide to Interfaces in Go.
In Go, interfaces take the center stage. They are more flexible and more powerful than their counterparts i...
New
Musk says X advertiser backlash is “going to kill the company.”
New
A new Go blog post/announcement has been posted!
Get the full details here: Finding unreachable functions with deadcode - The Go Progra...
New
From Go to Rust: The Two Types of Readable Code.
Ever looked at some code and thought, “Wow, that’s an ugly mess!”? Or maybe you picked ...
New
Go 1.22: Interactive release notes.
Isolated loop variables, range over integers, math/rand v2 and enhanced routing.
New
A new Go blog post/announcement has been posted!
Get the full details here: Go Developer Survey 2023 H2 Results - The Go Programming La...
New
GitHub - stackus/hamlet: A Haml template engine for Go.
A Haml template engine for Go. Contribute to stackus/hamlet development by creat...
New
A new Go blog post/announcement has been posted!
Get the full details here: Routing Enhancements for Go 1.22 - The Go Programming Language
New
Go’s concurrency in a dynamic language Rye.
The Rye programming language is a dynamic scripting language based on REBOL’s ideas, taking ...
New
Embedding the Sophia runtime into Go applications.
Guide for embedding the sophia runtime, Go interoperability and error handling
New
A new Go blog post/announcement has been posted!
Get the full details here: https://go.dev/blog/survey2024-h1-results
New
It’s getting closer to mainstream parity, minus one major feature.
New
A new Go blog post/announcement has been posted!
Get the full details here: https://go.dev/blog/go1.22
New
HOT IN Go THE LAST THREE YEARS!
Hello all.
Creating this space here for general discussion and chat about Powerful Command-Line Applications In Go
In particular, we ca...
New
GitHub - deadpixi/wasm-maze-generator: A simple WASM maze generator in Go.
A simple WASM maze generator in Go. Contribute to deadpixi/wa...
New
Being a part of the tech industry, it would be good to share thoughts on specific technologies.
Having surrounded by skilled and experie...
New
One of the strongest sides of Go programming language is a built-in concurrency based on Tony Hoare’s CSP paper. Go is designed with conc...
New
GitHub - redneckbeard/thanos: Ruby → Go at the snap of your fingers.
Ruby → Go at the snap of your fingers. Contribute to redneckbeard/t...
New
A new Go blog post/announcement has been posted!
Get the full details here: Go 1.18 Beta 1 is available, with generics - The Go Program...
New
Hi,
Recommend pls your favorite learning resources in Go, with best books, podcasts etc.
New
Hacking sum types with Go generics.
Go doesn’t have sum types, but generics get us one step closer to a useful polyfill. If you’ve ever ...
New
A new Go blog post/announcement has been posted!
Get the full details here: Twelve Years of Go - The Go Programming Language
New
Shave countless hours off development time with production-ready Go recipes. Learn language nuances while doing common (and not so common...
New
A Go package for building Progressive Web Apps.
A package for building progressive web apps (PWA) with the Go programming language (Gola...
New
GitHub - cshum/imagor: Fast, Docker-ready image processing server written in Go and libvips, with Thumbor URL syntax.
Fast, Docker-ready...
New
Letting Go of Random.
In a recent post I shared some thoughts about art and included a few, somewhat tongue-in-cheek comments about the ...
New
50 Shades of Go: Traps, Gotchas, and Common Mistakes for New Golang Devs.
Go is a simple and fun language, but, like any other language,...
New
user-defined iteration using range over func values · Discussion #56413 · golang/go.
There is no standard way to iterate over a sequence...
New
HOT IN Go THIS Over 3 Years!
New
Go is a modern programming language that combines the reliability of compiled languages with the ease of use and flexibility of dynamic t...
New
Billed as the ultimate rating of modern programming languages yet Python and Rust only gets two stars :rofl: but good news for erlang-eli...
New
New
In recent months I use Go for the implementation of Proof of Concept in my leisure time, partly to study of Go programming language itsel...
New
Which WebAssembly language/s interest you?
I just discovered AssemblyScript (portal | thread) which looks interesting!
Here are some of...
New
Summary: I describe a simple interview problem (counting frequencies of unique words), solve it in various languages, and compare perform...
New
How Dgraph was running out of memory for some users, and how Go’s Garbage collector wasn’t enough, and Dgraph team used jemalloc to manag...
New
Take your Go skills to the next level by learning how to design, develop, and deploy a distributed service. Start from the bare essential...
New
Typing is Hard
Type Checking and Type Inference
Common terms
Completeness
Soundness
Decidability
Hindley-Milner Type System
Dependent t...
New
It’s Time to Say Goodbye to Docker.
Docker is not the only containerization tool out there and there might just be better alternatives… ...
New
Miki Tebeka @tebeka
edited by Margaret Eldridge @Margaret
This book contains 25 simple Go programs and will challenge your understanding...
New
If you were unable to join us recently for Code Mesh V conference you can catch up with our full suite of talk videos, QandA sessions and...
New
Rust vs Go — Bitfield Consulting.
Which is better, Rust or Go? Which language should you choose for your next project, and why? How do t...
New
New
Go
Classification:
Programming Language
Forum Category:
Backend
Threads:
226
"Go is an open source programming language that makes it easy to build simple, reliable, and efficient software."
- Follow
- Join
- Shape
the conversation
Go on GitHub
Stars: 124,180
Watchers: 3,391
Open Issues: 9,713
Last push: 9 hours ago
Latest Go Jobs
Featured Go Book
Latest Go Learning Resources
Automate Your Home Using Go (PragProg)
Backend Learning ResourcesEffective Go Recipes (PragProg)
Backend Learning ResourcesShipping Go (Manning)
Backend Learning ResourcesLearn Concurrent Programming with Go (Manning)
Backend Learning ResourcesLearn Go in ~5mins
Backend Learning ResourcesGo Brain Teasers (PragProg)
Backend Learning ResourcesPowerful Command-Line Applications in Go (PragProg)
Backend Learning ResourcesGo Events (WIP)
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
The Pragmatic Studio
20% off any course
Simply use coupon code "devtalk.com" at checkout. Where applicable this coupon can be used for an many items and as many times as you like!
Filter by Type:
My Saved Portals
-
None saved yet