Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
Golang drawer
https://techsquad.rocks/blog/go_grpc_cheap_ping/
techsquad.rocks
Go gRPC Cheap Ping
Introduction In this article we will explore gRPC with a cheap ping application, basically we will do a ping and measure the time it takes for the message to go to the server and back before reporting it to the terminal. You can find the source code here.…
Golang drawer
https://medium.com/better-programming/a-real-world-example-of-go-interfaces-98e89b2ddb67
Medium
A Real-World Example of Go Interfaces
How to implement Go interfaces and why they’re awesome
Golang drawer
https://building.echo.co.uk/microservices-opinions-and-advice/
Golang drawer
https://mickey.dev/posts/go-build-tags-testing/
mickey.dev
Separate Your Go Tests with Build Tags
Separate and run different test types with Go build tags.
Golang drawer
https://www.pnfsoftware.com/blog/analyzing-golang-executables/
Golang drawer
https://polothy.github.io/post/2019-04-13-testing-gorrilla-mux-handlers/
Blog
Testing gorilla/mux handlers
Currently working on a prototype microservice and to get started quickly I
decided to use gorilla/mux as my router
because of its low barrier of entry and plenty of resources out there on it.
One …
Golang drawer
https://yizhang82.dev/go-pattern-for-worker-queue
yizhang82’s blog
Go pattern for worker queue - a quick case study for go concurrency
Golang drawer
https://github.com/SimonWaldherr/golang-examples
GitHub
GitHub - SimonWaldherr/golang-examples: Go(lang) examples - (explain the basics of #golang)
Go(lang) examples - (explain the basics of #golang) - SimonWaldherr/golang-examples
Golang drawer
https://medium.com/a-journey-with-go/go-how-does-the-garbage-collector-mark-the-memory-72cfc12c6976
Medium
Go: How Does the Garbage Collector Mark the Memory?
ℹ️
This article is based on Go 1.13. The notions about memory management discussed here are explained in my article “Go: Memory Management…
Golang drawer
https://medium.com/a-journey-with-go/go-memory-management-and-allocation-a7396d430f44
Medium
Go: Memory Management and Allocation
ℹ️
This article is based on Go 1.13.
Golang drawer
https://medium.com/manato/clean-architecture-with-go-bce409427d31
Medium
Clean Architecture with GO
Introducing Clean architecture with Go.
Golang drawer
https://superhighway.dev/staticcheck-in-action
Superhighway
Staticcheck in Action
An introduction to the static analysis tool Staticcheck for improving Go code
Golang drawer
https://kasvith.github.io/posts/lets-create-a-simple-lb-go/
kasvith.me
Let's Create a Simple Load Balancer With Go
Load Balancers plays a key role in Web Architecture. In this post we are going to develop a simple load balancer with power of Go
Golang drawer
https://github.com/spf13/viper
GitHub
GitHub - spf13/viper: Go configuration with fangs
Go configuration with fangs. Contribute to spf13/viper development by creating an account on GitHub.
Golang drawer
https://github.com/gchaincl/sqlhooks
GitHub
gchaincl/sqlhooks
Attach hooks to any database/sql driver. Contribute to gchaincl/sqlhooks development by creating an account on GitHub.
Golang drawer
https://github.com/miekg/dns
GitHub
GitHub - miekg/dns: DNS library in Go
DNS library in Go. Contribute to miekg/dns development by creating an account on GitHub.
Golang drawer
https://github.com/256dpi/lungo
GitHub
GitHub - 256dpi/lungo: A MongoDB compatible embeddable database and toolkit for Go.
A MongoDB compatible embeddable database and toolkit for Go. - 256dpi/lungo
Golang drawer
https://github.com/beeker1121/goque
GitHub
GitHub - beeker1121/goque: Persistent stacks and queues for Go backed by LevelDB
Persistent stacks and queues for Go backed by LevelDB - beeker1121/goque
Golang drawer
https://medium.com/@carlosedp/instrumenting-go-for-tracing-c5bdabe1fc81
Medium
Instrumenting your Go distributed application for tracing with Jaeger
Recently I've been reading about application observation and got fascinated with Jaeger Tracing and the benefits tracing brings to…
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoConstantsAsValues
Golang drawer
https://www.pnfsoftware.com/blog/analyzing-golang-executables/