Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://github.com/krotik/eliasdb
GitHub
GitHub - krotik/eliasdb: EliasDB a graph-based database.
EliasDB a graph-based database. Contribute to krotik/eliasdb development by creating an account on GitHub.
Golang drawer
https://github.com/gojek/heimdall
GitHub
GitHub - gojek/heimdall: An enhanced HTTP client for Go
An enhanced HTTP client for Go. Contribute to gojek/heimdall development by creating an account on GitHub.
Golang drawer
https://github.com/labstack/echo
GitHub
GitHub - labstack/echo: High performance, minimalist Go web framework
High performance, minimalist Go web framework. Contribute to labstack/echo development by creating an account on GitHub.
Golang drawer
https://github.com/bits-and-blooms/bloom
GitHub
GitHub - bits-and-blooms/bloom: Go package implementing Bloom filters, used by Milvus and Beego.
Go package implementing Bloom filters, used by Milvus and Beego. - bits-and-blooms/bloom
Golang drawer
https://arjitjaiswal.medium.com/building-okayar-part-1-how-it-started-back-end-crud-serverless-lambda-api-in-go-3248ae93c97c
Medium
Building Okayar (Part 1): How it Started + Back-end CRUD Serverless Lambda API in Go
I decided to build Okayar, a personal OKR tracker. I’m writing this blog to both document and share what I learned.
Golang drawer
https://www.youtube.com/watch?v=nmNVd7FbSYs
YouTube
Printf vs Delve for Debugging Go Tests
- Delve Debugger: https://github.com/go-delve/delve
- Go Developer Survey 2019: https://blog.golang.org/survey2019-results
- Go Developer Survey 2020: https://blog.golang.org/survey2020-results
- My Tweet about Delve vs Printf: https://twitter.com/felixg…
Golang drawer
https://marcofranssen.nl/how-to-do-enums-in-go
marcofranssen.nl
How to do Enums in Go | Marco Franssen
It has been a while since I wrote a blog on Go. Since I'm getting the question if Go supports enums every now and then, I thought it would be good to write an article on how to do enums in Go.
Go natively does NOT have an enum type like you might be used…
Golang drawer
https://eli.thegreenplace.net/2021/rest-servers-in-go-part-6-authentication/
Golang drawer
https://encore.dev/guide/go.mod
Encore Cloud
Go Modules Cheat Sheet
A handy reference for common operations with Go modules.
Golang drawer
https://eng.uber.com/pprof-go-profiler/
Golang drawer
https://blog.khanacademy.org/half-a-million-lines-of-go/
Khan Academy Blog
Half a million lines of Go
By Kevin Dangoor Back in December 2019, I first wrote about Goliath, Khan Academy’s project to migrate our backend from a Python 2 monolith ... Read more
Golang drawer
https://changelog.com/posts/on-go-application-structure
Changelog
Thoughts on how to structure Go code
Programmers are taught very early on about the importance of organizing their code. Whether it is naming variables and functions, or naming and organizing files, this is a topic covered early in nearly every programming course.
All of this begs the question:…
Golang drawer
https://lakefs.io/managing-multiple-go-versions-with-go/
Git for Data - lakeFS
Go Versions: Manage Multiple Go Versions with Go
Discover how to manage multiple Go versions efficiently with our guide. Learn the benefits, practical applications, and under-the-hood mechanics.
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/pokemium/magia
GitHub
GitHub - pokemium/magia: magia is a toy GBA emulator written in golang.
magia is a toy GBA emulator written in golang. Contribute to pokemium/magia development by creating an account on GitHub.
Golang drawer
https://github.com/JetSetIlly/Gopher2600
GitHub
GitHub - JetSetIlly/Gopher2600: Gopher2600 is an emulator for the Atari 2600 games console
Gopher2600 is an emulator for the Atari 2600 games console - JetSetIlly/Gopher2600
Golang drawer
https://github.com/dstotijn/go-notion
GitHub
GitHub - dstotijn/go-notion: Go client for the Notion API.
Go client for the Notion API. Contribute to dstotijn/go-notion development by creating an account on GitHub.
Golang drawer
https://github.com/harranali/authority
GitHub
GitHub - harranali/authority: Role Based Access Control (RBAC) with database persistence
Role Based Access Control (RBAC) with database persistence - GitHub - harranali/authority: Role Based Access Control (RBAC) with database persistence
Golang drawer
https://github.com/thomaspoignant/go-feature-flag
GitHub
GitHub - thomaspoignant/go-feature-flag: GO Feature Flag is a simple, complete and lightweight self-hosted feature flag solution…
GO Feature Flag is a simple, complete and lightweight self-hosted feature flag solution 100% Open Source.
🎛️
- thomaspoignant/go-feature-flag
Golang drawer
https://www.joeshaw.org/error-handling-in-go-http-applications/
www.joeshaw.org
Error handling in Go HTTP applications
A scheme for consistent and safe HTTP API errors