Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://preslav.me/2021/04/23/between-golang-and-elixir/
Preslav Rachev
Between Go and Elixir
Reason wanted me to make a choice, and I am so glad I didn’t. Because the more I kept delving into both Elixir and Go, the more I found out how complementary the two can be to one another.
Golang drawer
https://eaglewas.me/blog/en/bingo-backend-encore
eaglewas.me
Building a Bingo game backend with encore.dev
Daniel Aguilera Personal Blog and Portfolio available in English and Spanish
Golang drawer
https://m.youtube.com/watch?v=01_wEMdOp1U
YouTube
Building Tamper-Proof Systems with ImmuDB and Go!
👨💻
For the price of a
☕
every month, sign up and gain access to a growing list of premium courses on my site - https://tutorialedge.net/pricing/
✅
Subsc...
Golang drawer
https://adtac.in/2021/04/23/note-on-worker-pools-in-go.html
Golang drawer
https://www.cockroachlabs.com/blog/json-go-cockroachdb/
Cockroach Labs
How to Model JSON Data in a Go App With CockroachDB
In this post, we model JSON data in a simple Go app that uses CockroachDB as its datastore. Modeling data with JSON can minimize infrastructure and application complexity.
Golang drawer
https://ishuah.com/2021/03/10/build-a-terminal-emulator-in-100-lines-of-go/
Ishuah
Build A Simple Terminal Emulator In 100 Lines of Golang
A tiny codelab to help you understand how terminal emulators work.
Golang drawer
https://www.gomponents.com/
Gomponents
gomponents, HTML components in pure Go
HTML components in pure Go, that render to HTML 5.
Golang drawer
https://github.com/goyek/goyek
GitHub
GitHub - goyek/goyek: Task automation Go library
Task automation Go library. Contribute to goyek/goyek development by creating an account on GitHub.
Golang drawer
https://github.com/twitchtv/twirp
GitHub
GitHub - twitchtv/twirp: A simple RPC framework with protobuf service definitions
A simple RPC framework with protobuf service definitions - twitchtv/twirp
Golang drawer
https://github.com/kyleconroy/sqlc
GitHub
GitHub - sqlc-dev/sqlc: Generate type-safe code from SQL
Generate type-safe code from SQL. Contribute to sqlc-dev/sqlc development by creating an account on GitHub.
Golang drawer
https://github.com/unrolled/secure
GitHub
GitHub - unrolled/secure: HTTP middleware for Go that facilitates some quick security wins.
HTTP middleware for Go that facilitates some quick security wins. - unrolled/secure
Golang drawer
https://github.com/darylhjd/mangadesk
GitHub
GitHub - darylhjd/mangadesk: Terminal client for MangaDex
📖
Terminal client for MangaDex
📖
. Contribute to darylhjd/mangadesk development by creating an account on GitHub.
Golang drawer
https://github.com/rogchap/v8go
GitHub
GitHub - rogchap/v8go: Execute JavaScript from Go
Execute JavaScript from Go. Contribute to rogchap/v8go development by creating an account on GitHub.
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…