Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
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…
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:…