Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
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:
Golang drawer
https://bencane.com/stories/2020/07/06/how-i-structure-go-packages/
Benjamin Cane
How I Structure Go Packages | Benjamin Cane
After writing Go applications for both Open Source and Enterprise use. I have learned a few things about how to effectively structure Go packages. How to make them easier to test, easier to share and more importantly, production ready.
Golang drawer
https://github.com/cockroachdb/copyist
GitHub
GitHub - cockroachdb/copyist: Mocking your SQL database in Go tests has never been easier.
Mocking your SQL database in Go tests has never been easier. - cockroachdb/copyist
Golang drawer
https://blog.golang.org/module-compatibility
go.dev
Keeping Your Modules Compatible - The Go Programming Language
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Golang drawer
https://github.com/jakekgrog/GhostDB
GitHub
GitHub - jakekgrog/GhostDB: GhostDB is a distributed, in-memory, general purpose key-value data store that delivers microsecond…
GhostDB is a distributed, in-memory, general purpose key-value data store that delivers microsecond performance at any scale. - jakekgrog/GhostDB
Golang drawer
https://github.com/drakkan/sftpgo
GitHub
GitHub - drakkan/sftpgo: Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage…
Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob - drakkan/sftpgo
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://github.com/cosmos72/gomacro
GitHub
GitHub - cosmos72/gomacro: Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros
Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros - cosmos72/gomacro
Golang drawer
https://seh.dev/go-legacy/