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/nikolaydubina/calendarheatmap
GitHub
GitHub - nikolaydubina/calendarheatmap:
📅
Calendar heatmap inspired by GitHub contribution activity
📅
Calendar heatmap inspired by GitHub contribution activity - GitHub - nikolaydubina/calendarheatmap:
📅
Calendar heatmap inspired by GitHub contribution activity
Golang drawer
https://github.com/casbin/casbin
GitHub
GitHub - casbin/casbin: An authorization library that supports access control models like ACL, RBAC, ABAC in Golang: https://d…
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang: https://discord.gg/S5UjpzGZjN - casbin/casbin
Golang drawer
https://marvinblum.de/blog/server-side-tracking-without-cookies-in-go-OxdzmGZ1Bl
Golang drawer
https://github.com/golang/tools/releases/tag/gopls%2Fv0.4.2
GitHub
Release gopls/v0.4.2 · golang/tools
Significant memory improvements (@heschik). Dependency test variants and vendored packages are no longer considered "workspace packages".
Smart autocompletion for "append" (@mui...
Golang drawer
https://github.com/0x0f0f0f/memplot
GitHub
GitHub - 0x0f0f0f/memplot: Generate image plots of processes' memory usage very quickly, within a single binary.
Generate image plots of processes' memory usage very quickly, within a single binary. - 0x0f0f0f/memplot
Golang drawer
https://snake-ci.com/blog/go2go-stream/
Snake CI
Java's Stream implementation with Go Generics — Snake CI
The fastest on-premise CI/CD for Bitbucket Server & Data Center
Golang drawer
https://github.com/Evertras/go-interface-examples/tree/master/local-interfaces#readme
GitHub
go-interface-examples/local-interfaces at master · Evertras/go-interface-examples
Contribute to Evertras/go-interface-examples development by creating an account on GitHub.
Golang drawer
https://capgemini.github.io/development/Using-GitHub-Actions-and-Hugo-Deploy-to-Deploy-to-AWS/
Capgemini Software Engineering
Using GitHub Actions and Hugo Deploy to Deploy a Static Site to AWS
Public repo for Capgemini software engineering blog -see https://github.com/Capgemini/blog-private to get involved
Golang drawer
https://tpaschalis.github.io/channels-limitations-speed/
tpaschalis.github.io
What are the limits of Go channels, and just how fast are they?
Intro
Golang drawer
https://phrase.com/blog/posts/internationalization-i18n-go/
Phrase
A Step-by-Step Guide to Go Internationalization
Learn how to make your Go applications ready for localization—with this step-by-step tutorial on Go Internationalization (i18n).
Golang drawer
https://www.agwa.name/blog/post/writing_an_sni_proxy_in_go
www.agwa.name
Writing an SNI Proxy in 115 Lines of Go
Golang drawer
https://changelog.com/gotime/136
Changelog
Go in production at Pace.dev with Mat Ryer and David Hernandez (Go Time #136)
Building a new app in Go can involve a lot of technical decisions. How will your code be structured? How will you handle background jobs? What will your deploy process look like? In this episode we will walk through the decisions made while building the public…
Golang drawer
https://www.capitalone.com/tech/software-engineering/go-is-boring/
Golang drawer
https://dave.cheney.net/high-performance-json.html
dave.cheney.net
Building a high performance JSON parser
Golang drawer
https://github.com/augmentable-dev/gitqlite
GitHub
GitHub - mergestat/mergestat-lite: Query git repositories with SQL. Generate reports, perform status checks, analyze codebases.…
Query git repositories with SQL. Generate reports, perform status checks, analyze codebases.
🔍
📊
- mergestat/mergestat-lite
Golang drawer
http://blevesearch.com/
Golang drawer
https://github.com/lovoo/goka
GitHub
GitHub - lovoo/goka: Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go.
Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go. - lovoo/goka
Golang drawer
https://seh.dev/go-legacy/
Golang drawer
https://rauljordan.com/2020/07/06/why-go-error-handling-is-awesome.html
rauljordan
Why Go's Error Handling is Awesome
Golang drawer
https://rafallorenz.com/go/go-profiling-http-service-with-pprof-and-expvar/
Rafallorenz
Profiling Go HTTP service with pprof and expvar
In this article I am going to show how to profile http service and expose public variables such as operation counters for debugging. We will take advantage of two packages: