Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
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...
Golang drawer
https://github.com/go-playground/validator
GitHub
GitHub - go-playground/validator: :100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array…
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving - go-playground/validator
Golang drawer
https://github.com/sideshow/apns2
GitHub
GitHub - sideshow/apns2:
⚡
HTTP/2 Apple Push Notification Service (APNs) push provider for Go — Send push notifications to iOS…
⚡
HTTP/2 Apple Push Notification Service (APNs) push provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps, using the APNs HTTP/2 protocol. - sideshow/apns2
Golang drawer
https://github.com/rivo/tview
GitHub
GitHub - rivo/tview: Terminal UI library with rich, interactive widgets — written in Golang
Terminal UI library with rich, interactive widgets — written in Golang - rivo/tview
Golang drawer
https://github.com/dgraph-io/badger
GitHub
GitHub - hypermodeinc/badger: Fast key-value DB in Go.
Fast key-value DB in Go. Contribute to hypermodeinc/badger development by creating an account on GitHub.
Golang drawer
https://vincent.composieux.fr/article/i-wrote-gocache-a-complete-and-extensible-go-cache-library
vincent.composieux.fr
I wrote Gocache: a complete and extensible Go cache library - Vincent Composieux - Tech Lead Full Stack / DevOps & Architect over…
In the previous weeks, I wrote Gocache, an extensible and full of set cache library for Go developers...
Golang drawer
https://medium.com/@meeusdylan/go-10-reasons-i-enjoy-go-ef3c3352174
Medium
10 things I like about Go
Go turns 10 years old this month, so here’s a list of 10 things that I enjoy about Go.
😃
Golang drawer
https://benjamincongdon.me/blog/2019/11/11/The-Value-in-Gos-Simplicity/
benjamincongdon.me
The Value in Go's Simplicity
After using Go for a couple years, I’ve really come to appreciate its
simplicity. I started writing Go at work a couple months ago, and have found it
really easy to iterate on – much more so than Python and Java.