Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://github.com/go-sql-driver/mysql
GitHub
GitHub - go-sql-driver/mysql: Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package - go-sql-driver/mysql
Golang drawer
https://github.com/stretchr/testify
GitHub
GitHub - stretchr/testify: A toolkit with common assertions and mocks that plays nicely with the standard library
A toolkit with common assertions and mocks that plays nicely with the standard library - stretchr/testify
Golang drawer
https://github.com/jmigpin/editor
GitHub
GitHub - jmigpin/editor: Source code editor in pure Go.
Source code editor in pure Go. Contribute to jmigpin/editor development by creating an account on GitHub.
Golang drawer
https://github.com/karrick/godirwalk
GitHub
GitHub - karrick/godirwalk: Fast directory traversal for Golang
Fast directory traversal for Golang. Contribute to karrick/godirwalk development by creating an account on GitHub.
Golang drawer
https://www.chimehq.com/
Chime
Chime is an editor for macOS.
Golang drawer
https://github.com/rakyll/govalidate
GitHub
GitHub - rakyll/govalidate: Validates your Go installation and dependencies.
Validates your Go installation and dependencies. Contribute to rakyll/govalidate development by creating an account on GitHub.
Golang drawer
https://ieftimov.com/post/make-resilient-golang-net-http-servers-using-timeouts-deadlines-context-cancellation/
Ilija Eftimov
👨🚀
Make resilient Go net/http servers using timeouts, deadlines and context cancellation
When it comes to timeouts, there are two types of people: those who know how tricky they can be, and those who are yet to find out.
Golang drawer
https://towardsdatascience.com/why-were-writing-machine-learning-infrastructure-in-go-not-python-38d6a37e2d76
Medium
Why we’re writing machine learning infrastructure in Go, not Python
Production machine learning is about more than just algorithms
Golang drawer
https://blog.gopheracademy.com/advent-2019/building-a-microservices-network/
Gopheracademy
Building a global services network using Go, QUIC and Micro
Over the past 6 months we at Micro have been hard at work developing a global service network to build, share and collaborate on microservices.
Golang drawer
https://blog.seriesci.com/how-to-mock-oauth-in-go/
Seriesci
How to mock OAuth 2.0 in Go - seriesci blog
We use OAuth 2.0 to access your information from GitHub. That way we don't have to store any sensitive data and you don't need an extra account. In production this works great. During development it makes our lives harder because GitHub needs access to our…
Golang drawer
https://blog.sqreen.com/top-6-security-best-practices-for-go/
Sqreen Blog
Top 6 security best practices for Go - Sqreen Blog
In this post, we'll cover top six security practices that you need to consider when developing with Go and determine how to apply these practices.
Golang drawer
https://blog.gopheracademy.com/advent-2019/go-grps-and-tls/
Gopheracademy
Navigating the uncharted waters of SSL/TLS certificates and gRPC with Go
There are different ways to establishing a secure TLS connection with Go and gRPC. Contrary to popular belief, you don’t need to manually provide the Server certificate to your gRPC client in order to encrypt the connection.
Golang drawer
https://golang.org/doc/code.html
go.dev
How to Write Go Code - The Go Programming Language
Golang drawer
https://workat.doximity.com/positions/?gh_jid=1924480&gh_src=89ac37ec1
Doximity
Work @ Doximity | Open Positions
What does working at Doximity mean? It means being part of an incredibly talented and humble team, while working to create technology that has real, meaningful impact on healthcare professionals.
Golang drawer
https://blog.gopheracademy.com/advent-2019/writing-go-user-interfaces-with-vugu/
Gopheracademy
HTML, CSS and Go, Together at Long Last: Vugu Premise and Example
Huh, what’s a Vugu? Vugu is a Go library that makes it easy to write HTML markup and Go code which is compiled and run in the browser using WebAssembly.
Golang drawer
https://forum.golangbridge.org/t/go-1-13-6-and-go-1-12-15-are-released/17031
Go Forum
Go 1.13.6 and Go 1.12.15 are released
Hello gophers, We have just released Go versions 1.13.6 and 1.12.15, minor point releases. These releases include fixes to the runtime and to the net/http package. The macOS releases enable the Hardened Runtime. See https://golang.org/issue/34986 for…
Golang drawer
https://github.com/uber-go/goleak
GitHub
GitHub - uber-go/goleak: Goroutine leak detector
Goroutine leak detector. Contribute to uber-go/goleak development by creating an account on GitHub.
Golang drawer
https://hello.blackfire.io/go?utm_source=golang_weekly&utm_medium=newsletter&utm_campaign=q1_2020
Golang drawer
https://gianarb.it/blog/go-continuous-profiling-profefe
gianarb.it
Continuous profiling in Go with Profefe
Taking a snapshot at the right time is nearly impossible. A very easy way to fix this issue is to have a continuous profiling infrastructure that gives you enough confidence of having a profile at the time you need it.
Golang drawer
https://blog.jse.li/posts/torrent/
blog.jse.li
Building a BitTorrent client from the ground up in Go | Jesse Li
What is the complete path between visiting thepiratebay and sublimating an mp3 file from thin air? In this post, we'll implement enough of the BitTorrent protocol to download Debian. Look at the [Source code](https://github.com/veggiedefender/torrent-client/)…
Golang drawer
https://github.com/trubitsyn/go-zero-width
GitHub
GitHub - trubitsyn/go-zero-width: Zero-width character detection and removal for Go
Zero-width character detection and removal for Go. Contribute to trubitsyn/go-zero-width development by creating an account on GitHub.