
Golang Weekly
@GoDiscussions
Followers
1K
Following
65
Media
116
Statuses
3K
Articles, projects and tutorials about #GoLang. Weekly digest: https://t.co/FjHwkOJHt9
Joined December 2021
I don't like ORMs… so I went ahead and built one from scratch anyway 🙃. Discussions: #golang #programming.
github.com
A strictly-ordered SQL query builder for Go that enforces proper query precedence through type-safe method chaining. Supports any `database/sql` driver (MySQL, PostgreSQL, SQLite). - devasherr/Nexom
0
1
12
15 Reasons I Love Go. Discussions: #golang #programming.
appliedgo.net
Should you choose Go four your next projects? Here are 15 reasons why Go excels for writing backend apps and CLI tools
0
7
34
[video] Should I avoid using testify and any other assertion library. Discussions: #golang #programming.
0
2
11
How to handle 200k RPS with Golang. Discussions: #golang #programming.
medium.com
Handling 200,000 requests per second (RPS) can truly be considered a high-load system. Achieving such performance often requires hundreds…
0
37
139
GoLand 2025.1 is out – major improvements for AI (including free tier for everyone), golangci-lint, full Go 1.24 support, and more!. Discussions: #golang #programming. by @jetbrains.
blog.jetbrains.com
GoLand 2025.1 comes with several exciting updates to help you write better Go code and work more efficiently. This release introduces support for golangci-lint, improvements to the Rename refactoring...
0
0
3
I made a backend for creating resumes with go. Discussions: #golang #programming.
github.com
An app for creating resumes. Contribute to lordaris/resume_generator development by creating an account on GitHub.
0
1
18
Most People Overlook Go’s Concurrency Secrets. Discussions: #golang #programming.
blog.cubed.run
A guide to unlocking concurrency with Go’s powerful tools.
1
7
44
How to spoof a Pokémon Red Trade (with Go). Discussions: #golang #programming.
blog.nitwhiz.dev
I love the Pokémon games. When I was 9 years old, I got Pokémon Red and from there on I was hooked. I played every free minute on my Game Boy Advance. Years later, one feature I still find intrigui...
0
0
1
Type Safe ORM. Discussions: #golang #programming.
github.com
A type safe SQL like ORM for Go. Contribute to go-goe/goe development by creating an account on GitHub.
0
4
19
Go Zero Values. Discussions: #golang #programming.
yoric.github.io
An attempt to visit the zero values Go in some depth
0
0
1
Don't Overload Your Brain: Write Simple Go. Discussions: #golang #programming.
jarosz.dev
This week we do small refactoring to illustrate how we can improve code readability and reduce cognitive load.
0
4
28
So, I Wrote a Book: The Story Behind 100 Go Mistakes and How to Avoid Them. Discussions: #golang #programming.
thecoder.cafe
The Story Behind 100 Go Mistakes and How to Avoid Them
0
8
35
Faster interpreters in Go: Catching up with C++. Discussions: #cpp #databases #golang #performance #programming #programminglanguages. by @PlanetScale.
planetscale.com
A novel technique for implementing dynamic language interpreters in Go, applied to the Vitess SQL evaluation engine
2
5
31
Check your GOMAXPROCS in Kubernetes — you might be silently wasting a ton of CPU. Discussions: #devops #golang #kubernetes #programming.
blog.esc.sh
Go apps in Kubernetes can suffer performance hits if GOMAXPROCS doesn’t match CPU limits. This post shows why it happens, how to fix it, and why it’s basically free performance. Benchmarks, dashboa...
0
11
51
🚀 Built a full e-commerce backend in Go using gRPC microservices, GraphQL, Kafka, and Docker — open source on GitHub. Discussions: #golang #programming.
github.com
Modular e-commerce backend with a GraphQL gateway and gRPC microservices for accounts, products, orders, and recommendations. - rasadov/EcommerceAPI
0
14
61