Golang drawer
@golang101
178
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
178 subscribers
Golang drawer
https://bionics.it/posts/golang-for-bioinformatics
bionics.it
Why didn't Go get a breakthrough in bioinformatics (yet)? | Bionics IT
AsA gopher doing bioinformatics
As we are - according to some expert opinions - living in the Century of Biology, I found it interesting to reflect on Go's usage within the field.
Go has definitely garnered some use for bioinformatics tools over the years…
Golang drawer
https://sergey.kamardin.org/articles/generic-concurrency-in-go/
sergey.kamardin.org
Generic Concurrency in Go
Generics and goroutines are great tools we can leverage to have reusable general purpose concurrent processing in our programs.
Golang drawer
https://blog.jetbrains.com/go/2024/05/15/goland-2024-2-eap-1/
The JetBrains Blog
The GoLand 2024.2 Early Access Program Has Started! | The GoLand Blog
The Early Access Program for GoLand 2024.2 is now open! The release will be focused on stability and improving the current feature set, including remote development, performance, and support for the m
Golang drawer
https://akavel.com/go-errors
Golang drawer
https://github.com/nikolaydubina/go-cover-treemap
GitHub
GitHub - nikolaydubina/go-cover-treemap:
🎄
Go code coverage to SVG treemap
🎄
Go code coverage to SVG treemap. Contribute to nikolaydubina/go-cover-treemap development by creating an account on GitHub.
Golang drawer
https://github.com/orsinium-labs/tinymath
GitHub
GitHub - orsinium-labs/tinymath:
📐
The fastest and smallest Go math library for constrained environments, like microcontrollers…
📐
The fastest and smallest Go math library for constrained environments, like microcontrollers or WebAssembly. - orsinium-labs/tinymath
Golang drawer
https://github.com/reugn/go-quartz
GitHub
GitHub - reugn/go-quartz: Minimalist and zero-dependency scheduling library for Go
Minimalist and zero-dependency scheduling library for Go - reugn/go-quartz
Golang drawer
https://github.com/go-mysql-org/go-mysql
GitHub
GitHub - go-mysql-org/go-mysql: a powerful mysql toolset with Go
a powerful mysql toolset with Go. Contribute to go-mysql-org/go-mysql development by creating an account on GitHub.
Golang drawer
https://github.com/agejevasv/goradion
GitHub
GitHub - agejevasv/goradion: Terminal based online radio player
Terminal based online radio player. Contribute to agejevasv/goradion development by creating an account on GitHub.
Golang drawer
https://miniflux.app/
miniflux.app
Miniflux - Minimalist and Opinionated Feed Reader
Miniflux is a minimalist and opinionated feed reader
Golang drawer
https://lalatron.hashnode.dev/when-kubernetes-and-go-dont-work-well-together
Golang drawer
https://brandur.org/two-phase-render
www.brandur.org
Eradicating N+1s: The Two-phase Data Load and Render Pattern in Go
Using a two-phase data load and render pattern to prevent N+1 queries in a generalized way. Especially useful in Go, but applicable in any language.
Golang drawer
https://brandur.org/fragments/go-no-common-nouns
brandur.org
Go: Don't name packages common nouns
Avoiding naming Go packages after common nouns like <code>rate</code> or <code>server</code> so that they don’t clash with variable names, and how to find a more fitting name for them instead.
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/Go123LinknameComingProblem
Golang drawer
https://maxmcd.com/posts/running-go-on-val-town/
Max McDonnell
Running Go on Val Town
Let’s go on a winding debugging adventure together. I thought I could get a Go HTTP handler running on Val Town and I thought it would be easy. Val Town is a social website to write and deploy Typescipt. Val Town doesn’t support Go, but it supports WASM.…
Golang drawer
https://reverse.put.as/2024/05/24/abusing-go-infrastructure/
Reverse Engineering
Abusing Go's infrastructure
I apologize if this information is already known, but I couldn’t find any references about it and I wanted to understand what was going on and share with you because I think there is some value doing it.
In case this wasn’t known, I apologize to the Go team…
Golang drawer
https://eltonminetto.dev/en/post/2024-05-26-alternatives-make/
eltonminetto.dev
Alternatives to Makefiles written in Go
First things first: what is make? Present in all Linux distributions and Unix derivatives such as macOS, the tool’s manual describes it as:
Golang drawer
https://eli.thegreenplace.net/2024/reading-google-sheets-from-a-go-program/
Golang drawer
https://yewtu.be/watch?v=n5_WLgxwkU8
Mario Carrion | Invidious
My Neovim configuration for Golang development in 2024 (Using lazy.nvim and go.nvim)
Neovim is my de facto editor, and I recently migrated to lazy.nvim (from packer) and to go.nvim (from vim-go). In this video, I share my configuration with you and showcase different keymaps that keep me productive when writing software in Golang. This configuration…
Golang drawer
https://jviide.iki.fi/http-redirects
jviide.iki.fi
Your API Shouldn't Redirect HTTP to HTTPS
Instead of redirecting API calls from HTTP to HTTPS, make the failure visible. Unfortunately, many well-known API providers don't currently do so.