Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://youtu.be/UbP0CFMKIJM
YouTube
LondonGophers 19/06/2019: Duco van Amstel - Go Modules at Scale
Go Modules made their debut in Go 1.11 and are on their way to be come the default dependency management system in 1.14 with the deprecation of GOPATH. After...
Golang drawer
https://www.henriqueholanda.dev/posts/middlewares-go/
www.henriqueholanda.dev
Middlewares in Go
When we create web application with Go, the first code smell that we found is code duplicity.
We always need to do some tasks on each endpoint like logging things, user authentication, send data to NewRelic, etc. The thing that I fell more confortable to…
Golang drawer
https://medium.com/@blanchon.vincent/go-unknown-parts-of-the-test-package-df8988b2ef7f
Medium
Go: Unknown Parts of the Test Package
go test command is probably the command people use the most in Go. However, there are some interesting details or usage you might not know…
Golang drawer
https://medium.com/@cep21/gos-wrapped-return-pattern-to-clean-up-objects-with-background-goroutines-b3454846a0d
Medium
Go’s wrapped return pattern to clean up objects with background goroutines
Protecting your go libraries from memory leaks
Golang drawer
https://freshman.tech/golang-guess/
Freshman — Articles and Tutorials on Software Development
How to program a guessing game with Go
This tutorial introduces you to a few common Golang concepts by showing you how to use them to implement a classic beginner programming problem
Golang drawer
https://dzone.com/articles/writing-a-microservice-in-golang-which-communicate
DZone
Writing a Microservice in Golang Which Communicates Over gRPC
A senior developer gives a tutorial on how to create a microservice application that uses gRPC communication protocols and is written in the Go langauge.
Golang drawer
https://kb.objectrocket.com/mongo-db/how-to-insert-a-mongodb-document-using-the-golang-driver-444
Objectrocket
How To Insert A MongoDB Document Using The Golang Driver | ObjectRocket
This tutorial explains how to insert a MongoDB document using the Golang driver.
Golang drawer
https://www.i-programmer.info/programming/other-languages/12904-a-programmers-guide-to-go-with-visual-studio-code.html
www.i-programmer.info
A Programmer's Guide To Go With Visual Studio Code
Programming book reviews, programming tutorials,programming news, C#, Ruby, Python,C, C++, PHP, Visual Basic, Computer book reviews, computer history, programming history, joomla, theory, spreadsheets and more.
Golang drawer
https://medium.com/@nleiva/practical-guide-to-securing-grpc-connections-with-go-and-tls-part-1-f63058e9d6d1
Medium
Practical guide to securing gRPC connections with Go and TLS — Part 1
Contrary to popular belief, you don’t need to manually provide the Server certificate to your gRPC Client in order to encrypt the…
Golang drawer
https://youtu.be/FVGN1GAsHOA
YouTube
Learning Go Episode 5 - Functions (and Methods and lots of other things)
In this session we covered a host of topics around Go Functions. Along with some troubleshooting, debugging, and other features in Jetbrains Goland IDE. If y...
Golang drawer
https://preslav.me/2019/05/07/my-reasons-to-consider-go-coming-from-java/
preslav.me
My Reasons to Consider Go Coming from Java
I hate listicles, and I am highly hoping that this doesn’t become one of them. Yet, I somehow felt the need to write down the reasons why I am giving Go a second (or maybe, third
🤔
) chance. To the Java developers out there, searching for a new weapon of choice…
Golang drawer
https://github.com/xtaci/tcpraw
GitHub
GitHub - xtaci/tcpraw: Sending packets through TCP
Sending packets through TCP. Contribute to xtaci/tcpraw development by creating an account on GitHub.
Golang drawer
https://roberto.selbach.ca/intro-to-go-modules/
Rselbach
Introduction to Go Modules
This post is also available in other languages:
Russian: Введение в модули Go Uzbek: Go modullariga kirish The upcoming version 1.11 of the Go programming language will bring experimental support for modules, a new dependency management system for Go. A few…
Golang drawer
https://github.com/golang/go/issues/32437#issuecomment-512035919
GitHub
Proposal: A built-in Go error check function, "try" · Issue #32437 · golang/go
Proposal: A built-in Go error check function, try This proposal has been closed. Thanks, everybody, for your input. Before commenting, please read the detailed design doc and see the discussion sum...
Golang drawer
https://brycewray.com/posts/2019/07/why-staying-with-hugo/
Brycewray
Why I’m staying with Hugo
After experimenting for a few weeks with Gatsby and a few other trendy SSGs, I realize just how good I have it with Hugo.
Golang drawer
https://blog.gypsydave5.com/posts/2019/7/15/on-developer-fetishes/
Golang drawer
https://milad.dev/projects/konfig/
milad.dev
Zero-Config Configuration Management
konfig is a minimal and unopinionated configuration management library for Go applications. I based on The 12-Factor App and as a response to repeating myself across every single microservice I have been working on. This library has been used in production…
Golang drawer
https://www.elastic.co/blog/testing-data-shapes-with-go-lookslike
Elastic Blog
Testing data shapes with go-lookslike
Introducing Lookslike — a new open source Go testing/schema validation library we developed to test Elasticsearch documents output by Heartbeat. It lets you match against the shape of your Golang datastructures in a way similar to JSON Schema, but more powerful…
Golang drawer
https://dev.to/sgotti/introducing-agola-ci-cd-redefined-1bl3
DEV Community
Introducing Agola: CI/CD redefined
. Tagged with opensource, continuousdelivery, distributed, go.
Golang drawer
https://www.dunebook.com/best-go-ide-tools-editors-go-programming/
Dunebook
Best IDE, Editors and Tools for Go Programming language
Wondering and spoilt for choice on which IDE is the best for Go programming? Why numerous Go IDE has been developed to spur further confusion on making the right choice for the appropriate Go IDE?
Golang drawer
https://itnext.io/the-top-10-most-common-mistakes-ive-seen-in-go-projects-4b79d4f6cd65
Medium
The Top 10 Most Common Mistakes I’ve Seen in Go Projects
This post is my top list of the most common mistakes I’ve seen in Go projects.