Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://carolynvanslyck.com/blog/2021/01/mage-is-my-favorite-make/
Carolynvanslyck
Mage is My Favorite Make
What is mage and why would you use it instead of make?
Golang drawer
https://bitfieldconsulting.com/golang/slower
Bitfield Consulting
Writing slower Go programs — Bitfield Consulting
Optimizing Golang code for performance is almost certainly a waste of your time, for several reasons: performance doesn’t matter, Go is fast, and readability is more important than speed. You can buy a faster computer, but you can’t buy a faster brain.
Golang drawer
https://networkop.co.uk/post/2021-03-ebpf-intro/
networkop
Getting Started with eBPF and Go
Building a Linux interface cross-connect application with Go and eBPF
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