Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://songlh.github.io/paper/gcatch.pdf
Golang drawer
https://eli.thegreenplace.net/2021/rest-servers-in-go-part-5-middleware/
Golang drawer
https://thenewstack.io/rust-vs-go-why-theyre-better-together/
The New Stack
Rust vs. Go: Why They’re Better Together
For most companies and users, Go is the right default option. Its performance is strong, Go is easy to adopt, and Go’s highly modular nature makes it particularly good for situations where requirements are changing or evolving.As your product matures, and…
Golang drawer
https://github.com/jmattheis/goverter
GitHub
GitHub - jmattheis/goverter: Generate type-safe Go converters by defining function signatures.
Generate type-safe Go converters by defining function signatures. - jmattheis/goverter
Golang drawer
https://github.com/volatiletech/sqlboiler
GitHub
GitHub - aarondl/sqlboiler: Generate a Go ORM tailored to your database schema.
Generate a Go ORM tailored to your database schema. - aarondl/sqlboiler
Golang drawer
https://github.com/jwalton/gchalk
GitHub
GitHub - jwalton/gchalk: Terminal string styling for go done right, with full and painless Windows 10 support.
Terminal string styling for go done right, with full and painless Windows 10 support. - jwalton/gchalk
Golang drawer
https://github.com/guregu/dynamo
GitHub
GitHub - guregu/dynamo: expressive DynamoDB library for Go
expressive DynamoDB library for Go. Contribute to guregu/dynamo development by creating an account on GitHub.
Golang drawer
https://cryptobook.nakov.com
Nakov
Welcome | Practical Cryptography for Developers
Golang drawer
https://www.practical-go-lessons.com/
Golang drawer
https://github.com/google/go-github
GitHub
GitHub - google/go-github: Go library for accessing the GitHub v3 API
Go library for accessing the GitHub v3 API. Contribute to google/go-github development by creating an account on GitHub.
Golang drawer
https://github.com/stevelacy/daz
GitHub
GitHub - stevelacy/daz: Composable HTML components in Golang
Composable HTML components in Golang. Contribute to stevelacy/daz development by creating an account on GitHub.
Golang drawer
https://github.com/spf13/afero
GitHub
GitHub - spf13/afero: The Universal Filesystem Abstraction for Go
The Universal Filesystem Abstraction for Go. Contribute to spf13/afero development by creating an account on GitHub.
Golang drawer
https://go-app.dev
go-app.dev
A Go package for building Progressive Web Apps
A package for building progressive web apps (PWA) with the Go programming language (Golang) and WebAssembly (Wasm). It uses a declarative syntax that allows creating and dealing with HTML elements only by using Go, and without writing any HTML markup.
Golang drawer
https://github.com/cheggaaa/pb
GitHub
GitHub - cheggaaa/pb: Console progress bar for Golang
Console progress bar for Golang. Contribute to cheggaaa/pb development by creating an account on GitHub.
Golang drawer
https://deepsourcehq.hashnode.dev/common-anti-patterns-in-go
DeepSource
Common anti-patterns in Go
It has been widely acknowledged that coding is an art, and like every artisan who crafts wonderful art and is proud of them, we as developers are also really proud of the code we write. In order to achieve the best results, artists constantly keep se...
Golang drawer
https://dev.to/chseki/build-a-super-minimalistic-docker-image-to-run-your-golang-app-33j0
DEV Community
Build a super minimalistic Docker Image to run your Golang App
Why should you care about Docker Images size ? Basically, to speeds up building, deploying...
Golang drawer
https://entgo.io/blog/2021/03/18/generating-a-grpc-server-with-ent/
entgo.io
Generate a fully-working Go gRPC server in two minutes with Ent | ent
ent + gRPC
Golang drawer
https://martin.baillie.id/wrote/gotchas-in-the-go-network-packages-defaults/
Martin Baillie
Gotchas in the Go Network Packages Defaults
Fool Me Once I have been keeping a wee .org file of gotchas in the defaults of Go’s various net packages for a while now. I pull it up each time I’m building a service with the standard library, just to make sure I don’t miss something that I have already…
Golang drawer
https://benhoyt.com/writings/count-words/
Benhoyt
Performance comparison: counting words in Python, Go, C++, C, AWK, Forth, and Rust
Performance comparison of counting and sorting word frequencies in various languages (Python, Go, C++, C, AWK, Forth, and Rust)
Golang drawer
https://changelog.com/gotime/172
Changelog
Design philosophy featuring Bill Kennedy (Go Time #172)
In this insight-filled episode, Bill Kennedy joins Johnny and Kris to discuss best practices around the design of software in Go. Bill talks through scenarios, lessons learned, and pitfalls to avoid in both architecture and coding of Go projects.