Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://github.com/mmontes11/mariadb-operator
GitHub
GitHub - mmontes11/mariadb-operator:
🦭
Run and operate MariaDB in a cloud native way
🦭
Run and operate MariaDB in a cloud native way. Contribute to mmontes11/mariadb-operator development by creating an account on GitHub.
Golang drawer
https://github.com/skx/alphavet
GitHub
GitHub - skx/alphavet: A golang linter to detect functions not in alphabetical order
A golang linter to detect functions not in alphabetical order - GitHub - skx/alphavet: A golang linter to detect functions not in alphabetical order
Golang drawer
https://itnext.io/we-need-to-talk-about-the-bad-sides-of-go-568a1e5adbc6
Medium
We Need To Talk About The Bad Sides of Go
This is the second part of a 3-article series. This is a story about the downsides of the Go programming language, the part about it that…
Golang drawer
https://wagslane.dev/posts/guard-keyword-error-handling-golang/
www.wagslane.dev
Thoughts on the "Guard" Proposal for Go's Error Handling
I found this proposal for improvements to error handling in Go interesting, but still not something I’d be happy to see implemented.
Allow me to clear up my thoughts on Go’s errors. Overall, I prefer how Go forces me to think about errors at every turn. When…
Golang drawer
https://dev.to/lemonfish/open-source-101-my-first-pr-to-hertz-2dak
DEV Community
👩💻
👨💻
Open Source 101: My First PR to Hertz
Introduce Recently, with the enthusiastic help of Hertz community friends, I tried to...
Golang drawer
https://levelup.gitconnected.com/a-case-for-go-code-generation-testify-73a4b0d46cb1
Medium
A case for Go code generation: testify
If you’ve been using Go for a while, you’re probably familiar with the testing library stretchr/testify. It makes it easy to write tests…
Golang drawer
https://github.com/ak-tr/go-rain
GitHub
GitHub - ak-tr/go-rain: ASCII rain effect in the terminal written in Go inspired by nkleemann's ascii-rain
ASCII rain effect in the terminal written in Go inspired by nkleemann's ascii-rain - GitHub - ak-tr/go-rain: ASCII rain effect in the terminal written in Go inspired by nkleemann's ascii-rain
Golang drawer
https://www.stormkit.io/blog/factory-pattern-for-go-tests
www.stormkit.io
Factory pattern for Go tests - Stormkit
This article will show you how we improved our Go unit tests worklow using a factory pattern.
Golang drawer
https://avilpage.com/2015/05/whats-so-good-about-django-traceback.html
Avil Page
Whats So Good About Django Traceback?
When You are working on django project, if You make any errors, it will throw a simple traceback on the terminal where you started server.If you go to browser, you will find a rich traceback like this
Golang drawer
https://www.golang.dk/articles/go-and-sqlite-in-the-cloud
www.golang.dk
Go and SQLite in the Cloud
Why SQLite and Go in the cloud are a great match, getting started, best practices, and more.
Golang drawer
https://puzpuzpuz.dev/concurrent-map-in-go-vs-java-yet-another-meaningless-benchmark
Random thoughts on concurrency, databases and distributed systems
Concurrent Map in Go vs Java: Yet Another Meaningless Benchmark
We're comparing Java's ConcurrentHashMap and Go's xsync.MapOf in a totally non-scientific, unfair benchmark.
Golang drawer
https://github.com/nilesh-akhade/duplicate-files-finder
GitHub
GitHub - nilesh-akhade/duplicate-files-finder: Finds duplicate files in a given directory using checksum
Finds duplicate files in a given directory using checksum - GitHub - nilesh-akhade/duplicate-files-finder: Finds duplicate files in a given directory using checksum
Golang drawer
https://github.com/vincentdchan/PoloDB
GitHub
GitHub - vincentdchan/PoloDB: PoloDB is an embedded JSON-based database.
PoloDB is an embedded JSON-based database. Contribute to vincentdchan/PoloDB development by creating an account on GitHub.
Golang drawer
https://github.com/melliston/go-basic-lambda
GitHub
GitHub - melliston/go-basic-lambda
Contribute to melliston/go-basic-lambda development by creating an account on GitHub.
Golang drawer
https://github.com/gospacedev/lunar
GitHub
GitHub - gospacedev/lunar: A Fast CLI Audio Player
A Fast CLI Audio Player. Contribute to gospacedev/lunar development by creating an account on GitHub.
Golang drawer
https://github.com/thomscoder/luna
GitHub
GitHub - thomscoder/luna:
🌙
A really tiny WebAssembly compiler for demonstration and educational purposes. Written in Go and built…
🌙
A really tiny WebAssembly compiler for demonstration and educational purposes. Written in Go and built as one of my quests to conquer the WebAssembly dungeon - thomscoder/luna
Golang drawer
https://github.com/chainbound/shardmap
GitHub
GitHub - chainbound/shardmap: A performant, highly concurrent and simple sharded hashmap implementation using generics
A performant, highly concurrent and simple sharded hashmap implementation using generics - chainbound/shardmap
Golang drawer
https://github.com/ixtendio/gofre
GitHub
GitHub - ixtendio/gofre: A fast and low memory consumption web framework for Go with middleware support and without third-party…
A fast and low memory consumption web framework for Go with middleware support and without third-party dependencies - GitHub - ixtendio/gofre: A fast and low memory consumption web framework for Go...
Golang drawer
https://yewtu.be/watch?v=aOEl5BCfHv0
GoLab conference | Invidious
Pure Go Unikernels - go metal with TamaGo - Andrea Barisani
🔔
FOLLOW GOLAB CHANNEL
🔔
For far too long the perceived necessity of low level coding in C lead to unsafe implementations.
Go is not yet seen as a prime candidate for drivers and firmware. We aim to prove that the Go runtime can be a 1st class citizen…
Golang drawer
https://yewtu.be/watch?feature=share&v=08Lygg2JAdg
Robson Dev | Invidious
Go Workspaces #golang
Nesse vídeo, vamos aprendar como criar e usar Go Workspaces. Lançado na versão 1.18 de Go, Workspaces possibilitam o desenvolvimento local de múltiplos módulos.
#golang #goworkspace #gomodules #gopackages