Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
Golang drawer
https://tobiaszheller.com/posts/envconfig/
Tobiaszheller
Tobiasz's blog
The HTML5 Herald
Golang drawer
https://www.jeremymorgan.com/tutorials/golang/golang-manjaro-linux/
Jeremymorgan
Setting up Golang on Manjaro Linux
How to get set up to develop Golang apps in Manjaro Linux
Golang drawer
https://web.dev/web-bundles/
Chrome for Developers
Get started with Web Bundles | Web Platform | Chrome for Developers
Web Bundles enable you to share websites as a single file over Bluetooth and run them offline in your origin's context.
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://medium.com/@gelencser.szabolcs.94/graphql-observability-with-go-using-open-source-tools-4caaf8f13237
Medium
GraphQL Observability with Go using Open-source tools
Our GraphQL observability stack at IBM Watson Media using Go, Prometheus, Jaeger and Grafana.
Golang drawer
http://jayconrod.com/
jayconrod.com
Open source is like a second job
When I started working as a software engineer, I really wanted to work full time in open source. I've been lucky enough to spend a decent chunk of my career doing exactly that. Much of that work has been incredibly rewarding, but for readers interested in…
Golang drawer
https://disaev.me/p/writing-useful-go-analysis-linter/
disaev.me
Writing Useful go/analysis Linter
Writing a custom Go (golang) linter using go/analysis. Integrating it into go vet and golangci-lint.
Golang drawer
https://www.bradcypert.com/using-mongos-objectids-with-go-graphql/
Brad Cypert
Using Mongo's ObjectIDs with Go-Graphql - Brad Cypert
Serializing Mongo an ObjectID with Graphql in Go can be tricky, but with a custom scalar type, it's relatively painless.
Golang drawer
https://austincunningham.ddns.net/2019/specifygolangtestcoverage
Golang drawer
https://modularfinance.se/blog/2019/1113-gc-fun?l=sv
Golang drawer
https://www.mariocarrion.com/2019/10/28/golang-migrating-to-go-modules.html
Mariocarrion
Go Tip: Migrating to modules
I've successfully migrated 3 enterprise projects to Go modules. Ask me anything.
Golang drawer
https://gianarb.it/blog/o11yguru-introduction
gianarb blog
o11y.guru introduction and first set of iterations
Part of the o11y.guru series this post is an introduction for this side project and it describes the first architecture designed for the website.
Golang drawer
https://blog.trailofbits.com/2019/11/07/attacking-go-vr-ttps/
The Trail of Bits Blog
Security assessment techniques for Go projects
The Trail of Bits Assurance practice has received an influx of Go projects, following the success of our Kubernetes assessment this summer. As a result, we’ve been adapting for Go projects some of the security assessment techniques and tactics we’ve used…
Golang drawer
https://lanre.wtf/blog/2019/11/11/jwt-revocation/
lanre.wtf
JWT revocation
How to safely revoke JWTs without compromising user’s security
Golang drawer
https://www.markphelps.me/2019/11/profiling-to-reduce-memory-allocations/
markphelps.me
Mark Phelps: Profiling to Reduce Memory Allocations
Golang drawer
http://www.matthiassommer.it/programming/private-golang-registry-in-artifactory/
Sommer IT Consulting
Private Golang Registry in Artifactory - Sommer IT Consulting
The backend of my latest project consists of several microservices written in Go. Each service is built in Jenkins and then deployed to the Openshift Cloud Platform. The one problem we have is that this Jenkins is not allowed to communicate with servers outside…
Golang drawer
https://xdg.me/blog/go-as-glue-json-xml-png-pdf/
xdg.me
Go as glue: JSON + XML + PNG = PDF - xdg.me
Mashing up card game web data into a printable PDF of card proxies.
Golang drawer
https://medium.com/a-journey-with-go/go-memory-management-and-memory-sweep-cc71b484de05
Medium
Go: Memory Management and Memory Sweep
ℹ️
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://blog.usejournal.com/5-things-to-unlearn-when-learning-go-9e59ef0ab630
Medium
5 Things to unlearn when learning Go
Learning Go has been a fun journey, and when you’re used to writing a mainstream language such as Java or C# the learning curve isn’t that…
Golang drawer
https://about.sourcegraph.com/handbook/engineering/go_style_guide
Golang drawer
https://www.youtube.com/watch?v=ttKgBttwzrg&feature=share
YouTube
Unit Testing A Golang Application That Includes HTTP
Learn how to do unit testing on a Golang application that includes basic functions as well as API endpoints built with the Gorilla mux routing package. A wri...