Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://fasterthanli.me/articles/lies-we-tell-ourselves-to-keep-using-golang
fasterthanli.me
Lies we tell ourselves to keep using Golang
In the two years since I've posted I want off Mr Golang's Wild Ride, it's made the rounds time and time again, on Reddit, on Lobste.rs, on HackerNews, and elsewhere. And every time, it elicits the ...
Golang drawer
https://ossinsight.io/blog/explore-deep-in-4.6-billion-github-events/#go-the-new-favorite-and-the-fastest-growing-programming-language
ossinsight.io
Explore Deep in 4.6 Billion GitHub Events | OSS Insight
Here you can find the answer of what does a view of 4.6 billion Github events really look like and what secrets and values can be discovered in such an enormous amount of data.
Golang drawer
https://blog.twitch.tv/en/2022/03/30/breaking-the-monolith-at-twitch/
blog.twitch.tv
Breaking the Monolith at Twitch: Part One
The story of how Twitch transitioned from
Golang drawer
https://dominikbraun.io/blog/a-gentle-introduction-to-generics-in-go/
dominikbraun.io
A Gentle Introduction to Generics in Go – dominikbraun.io
The release of generics in Go 1.18 is a major change to the language. How do generics work? How do they impact performance? When do they make sense? A beginner-friendly wrap-up.
Golang drawer
https://typesanitizer.com/blog/go-experience-report.html
Typesanitizer
Experience Report: 6 months of Go
A report of my positive and negative experiences with Go after using it for 6 months at work.
Golang drawer
https://cacm.acm.org/magazines/2022/5/260357-the-go-programming-language-and-environment/fulltext
Golang drawer
https://github.com/pojntfx/weron
GitHub
GitHub - pojntfx/weron: Overlay networks based on WebRTC.
Overlay networks based on WebRTC. Contribute to pojntfx/weron development by creating an account on GitHub.
Golang drawer
https://github.com/cube2222/octosql
GitHub
GitHub - cube2222/octosql: OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases…
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL. - cube2222/octosql
Golang drawer
https://github.com/mvdan/sh
GitHub
GitHub - mvdan/sh: A shell parser, formatter, and interpreter with bash support; includes shfmt
A shell parser, formatter, and interpreter with bash support; includes shfmt - mvdan/sh
Golang drawer
https://github.com/rqlite/rqlite
GitHub
GitHub - rqlite/rqlite: The lightweight, user-friendly, fault-tolerant database built on SQLite.
The lightweight, user-friendly, fault-tolerant database built on SQLite. - rqlite/rqlite
Golang drawer
https://github.com/FerretDB/FerretDB
GitHub
GitHub - FerretDB/FerretDB: A truly Open Source MongoDB alternative
A truly Open Source MongoDB alternative. Contribute to FerretDB/FerretDB development by creating an account on GitHub.
Golang drawer
https://github.com/antonmedv/fx
GitHub
GitHub - antonmedv/fx: Terminal JSON viewer & processor
Terminal JSON viewer & processor. Contribute to antonmedv/fx development by creating an account on GitHub.
Golang drawer
https://segment.com/blog/changing-one-character-improved-app-performance/
Segment
Changing one character wildly improved our application's performance
Sometimes the only thing standing between your application and 3x better performance is a letter or two.
Golang drawer
https://www.youtube.com/watch?v=-F2t3oInqKE
YouTube
Refactor Cloud applications in Go 1.18 with generics
Learn the benefits of using Google Go to write your cloud applications — now with generics. Generics are the largest single-language change to Go since the release of Go 1. Learn when and how to use generics in your Go code.
Speakers: Cameron Balahan, Cody…
Golang drawer
https://www.alexedwards.net/blog/using-go-run-to-manage-tool-dependencies
www.alexedwards.net
Using go run to manage tool dependencies - Alex Edwards
Golang drawer
https://8thlight.com/blog/go-interface-misuse/
8th Light
Of Ducks and Go Interface Misuse | 8th Light
"If it walks like a duck and quacks like a duck, it is a duck"
Go interfaces are satisfied by any type which has the same set of methods. This means that if a function requires an interface which implements the Quack() and Walk() methods, any typ...
Golang drawer
https://www.fermyon.com/blog/optimizing-tinygo-wasm
Fermyon • Experience the next wave of cloud computing.
Shrink Your TinyGo WebAssembly Modules by 60%
Cutting down on the size of a Wasm binary has advantages for performance and transfer speed. This post covers some tricks for reducing the size of Go code projects when compiled to WebAssembly with TinyGo
Golang drawer
https://encore.dev/blog/testscript-hidden-testing-gem
Encore — Open Source Backend Framework for robust distributed systems
All about testscript – a powerful Go package for testing – Encore Blog
Learn about testscript, the hidden gem the Go team kept locked away as an internal package. Now available for everyone to use.
Golang drawer
https://mccue.dev/pages/5-2-22-go-concurrency-in-java
Golang drawer
https://github.com/luk4z7/go-concurrency-guide
GitHub
GitHub - luk4z7/go-concurrency-guide: Practical concurrency guide in Go, communication by channels, patterns
Practical concurrency guide in Go, communication by channels, patterns - luk4z7/go-concurrency-guide