Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://anchor.host/fathoms-internal-api/
Anchor Hosting
Fathom's Internal API
I’m a big fan of Fathom Analytics. It’s the perfect alternative to Google Analytics and something I’ve been using since early 2018. One thing Fathom lacks is an official API which lead me to do some pretty crazy monkey patching in order to extract data from…
Golang drawer
https://poleval.pl/files/poleval2019.pdf
Golang drawer
https://kubernetes.io/blog/2019/06/19/kubernetes-1-15-release-announcement/
Kubernetes
Kubernetes 1.15: Extensibility and Continuous Improvement
We’re pleased to announce the delivery of Kubernetes 1.15, our second release of 2019! Kubernetes 1.15 consists of 25 enhancements: 2 moving to stable, 13 in beta, and 10 in alpha. The main themes of this release are:
Continuous Improvement Project sustainability…
Golang drawer
https://github.com/bradleyjkemp/grpc-tools
GitHub
GitHub - bradleyjkemp/grpc-tools: A suite of gRPC debugging tools. Like Fiddler/Charles but for gRPC.
A suite of gRPC debugging tools. Like Fiddler/Charles but for gRPC. - bradleyjkemp/grpc-tools
Golang drawer
https://grisha.org/blog/2019/06/05/maestro-is-open-source/
Golang drawer
https://github.com/griesemer/tryhard
GitHub
GitHub - griesemer/tryhard: tryhard finds and rewrites code suitable for try.
tryhard finds and rewrites code suitable for try. Contribute to griesemer/tryhard development by creating an account on GitHub.
Golang drawer
https://staltz.com/software-below-the-poverty-line.html
Staltz
André Staltz - Software below the poverty line
Open Source Freelancer
Golang drawer
https://zderadicka.eu/lightweight-tasks-switch-in-go-vs-rust/
Golang drawer
https://blog.pragmaticengineer.com/good-code-reviews-better-code-reviews/
The Pragmatic Engineer
Good Code Reviews, Better Code Reviews
I've published an updated and re-edited version of this article on the Stack
Overflow blog - check it out
[https://stackoverflow.blog/2019/09/30/how-to-make-good-code-reviews-better/]!
I have been doing day to day code reviews for over a decade now. The…
Golang drawer
https://idiallo.com/blog/website-dont-work-in-russia
Ibrahim Diallo Blog
Digitalocean and AWS IPs banned in Russia
On May 22nd, I received a message on twitter telling me that my blog was down. I tried to open the website on my phone and saw that it was in fact down. I was on my way to work and I had to wait until
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/IntelCPUIDNotes
Golang drawer
https://dev.to/sematext/ebpf-and-xdp-for-processing-packets-at-bare-metal-speed-m5b
The DEV Community
eBPF and XDP for Processing Packets at Bare-metal Speed
Golang drawer
https://www.bsdcan.org/2019/schedule/attachments/529_Porting_Go_to_netbsd_arm64.pdf
Golang drawer
https://arslan.io/2019/06/13/using-go-analysis-to-write-a-custom-linter/
Fatih Arslan
Using go/analysis to write a custom linter
We're going to write a custom linter using the new go/analysis framework which dramatically speeds up creating new linters.
Golang drawer
https://www.tbray.org/ongoing/When/201x/2019/06/12/Go-Creeping-In
Golang drawer
https://github.com/google/wire
GitHub
GitHub - google/wire: Compile-time Dependency Injection for Go
Compile-time Dependency Injection for Go. Contribute to google/wire development by creating an account on GitHub.
Golang drawer
https://engineering.infinityworks.com/sequence-diagrams/
Infinityworks
Generating sequence diagrams from tests in Golang
Golang drawer
https://serialized.net/2019/06/smarter-smart/
serialized.net
Making a Smarter Smart Thermostat with Go, Lambda, and SAM
The Sensibo Sky improved the temperature control in my office, and almost worked the way I wanted. This is the story of getting it the rest of the way, with a little extra help from Go and Serverless technologies.
Golang drawer
https://camilopayan.com/posts/netlify-form-submissions-with-golang-lambda-functions/
Camilopayan
Netlify Form Submissions With Golang Lambda Functions
Static websites are a great way to recapture some of the best parts of the history of the web. They provide low overhead and simple deployments. One of the things that a static website loses, however, is the ability to use your backend to handle form data.…
Golang drawer
https://ap4tt.hashnode.dev/what-go-programming-language-does-and-does-not-have-cjwp6rsde0001hos1jls5e2zo
DevDiary
What Go Programming Language does and does not have
Go has the benefit of hindsight, and basics are well done: it has a garbage collection, a package system, first class functions, lexical scope, a system call interface and immutable strings in which text are generally encoded in UTF-8. But it has com...
Golang drawer
https://dominicstpierre.com/easier-way-run-dotnet-linux-with-go
Dominicstpierre
An ~easier way to run ASP.NET MVC 5 apps on Linux with Go
Dominic St-Pierre's Blog