Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://thedevelopercafe.com/articles/payload-validation-in-go-with-validator-626594a58cf6
Thedevelopercafe
Payload validation in Go with Validator
In this article you are going to learn how to use the go-playground/validator package to validate data in your go application. validator uses struct tags to
Golang drawer
https://incident.io/blog/gorm-tracing
incident.io
Tracing Gorm queries with OpenCensus & Google Cloud Tracing | Blog
Giving your traces superpowers with enriched metadata from your gorm queries
Golang drawer
https://appliedgo.com/blog/a-tip-and-a-trick-when-working-with-generics
Appliedgo
A tip and a trick when working with generics
New language features, especially significant ones like generics, inevitably come with some caveats. Here are two.
Golang drawer
https://gotemplate.io/
gotemplate.io
Go Template Preview
Quickly test and visualize your Go templates live. Template and data never leave your browser.
Golang drawer
https://go.dev/doc/gc-guide
go.dev
A Guide to the Go Garbage Collector - The Go Programming Language
Golang drawer
https://github.com/sterchelen/hssp
GitHub
GitHub - sterchelen/hssp: CLI to avoid remembering the http status codes
CLI to avoid remembering the http status codes. Contribute to sterchelen/hssp development by creating an account on GitHub.
Golang drawer
https://itnext.io/exploring-the-go-language-as-a-medium-for-creative-programming-ef0fd4372b61
Medium
Exploring the Go language as a medium for creative programming
This article is about exploring the Go language and its capabilities in fields like generative and creative coding, visual programming…
Golang drawer
https://notes.eatonphil.com/implementing-a-jq-clone-in-go.html
Golang drawer
https://github.com/benthosdev/benthos
GitHub
GitHub - redpanda-data/connect: Fancy stream processing made operationally mundane
Fancy stream processing made operationally mundane - redpanda-data/connect
Golang drawer
https://github.com/cybertec-postgresql/pg_timetable
GitHub
GitHub - cybertec-postgresql/pg_timetable: pg_timetable: Advanced scheduling for PostgreSQL
pg_timetable: Advanced scheduling for PostgreSQL. Contribute to cybertec-postgresql/pg_timetable development by creating an account on GitHub.
Golang drawer
https://github.com/cilium/ebpf
GitHub
GitHub - cilium/ebpf: ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the…
ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel. - cilium/ebpf
Golang drawer
https://github.com/kevwan/tproxy
GitHub
GitHub - kevwan/tproxy: A cli tool to proxy and analyze TCP connections.
A cli tool to proxy and analyze TCP connections. Contribute to kevwan/tproxy development by creating an account on GitHub.
Golang drawer
https://github.com/rqlite/rqlite
GitHub
GitHub - rqlite/rqlite: The lightweight, user-friendly, fault-tolerant database built on SQLite.
The lightweight, user-friendly, fault-tolerant database built on SQLite. - rqlite/rqlite
Golang drawer
https://github.com/six-ddc/plow
GitHub
GitHub - six-ddc/plow: A high-performance HTTP benchmarking tool that includes a real-time web UI and terminal display
A high-performance HTTP benchmarking tool that includes a real-time web UI and terminal display - six-ddc/plow
Golang drawer
https://github.com/bufbuild/connect-go
GitHub
GitHub - bufbuild/connect-go: Moved to https://github.com/connectrpc/connect-go
Moved to https://github.com/connectrpc/connect-go. Contribute to bufbuild/connect-go development by creating an account on GitHub.
Golang drawer
https://github.com/swaggo/swag
GitHub
GitHub - swaggo/swag: Automatically generate RESTful API documentation with Swagger 2.0 for Go.
Automatically generate RESTful API documentation with Swagger 2.0 for Go. - swaggo/swag
Golang drawer
https://www.storj.io/blog/lensm
storj.dev
Lensm, A Tool for Viewing Disassembly | Storj Engineering Blog
I couldn’t find a great tool for viewing disassembly, so I wrote it myself over the weekend.
Golang drawer
https://www.youtube.com/watch?v=9NePBQTG2Fo
YouTube
043: Refactoring Unit Tests during Test Driven Development - Sometime we delete Test (Golang)
This video was inspired by a Tweet (https://twitter.com/braddle/status/1525431248465821698) responding to the PragmaticProgrammers question "What is the most overlooked piece of actionable advice about unit tests that everyone forgets to mention?"
"It ok…
Golang drawer
https://rtoch.com/posts/golang-segment-tree/
Rtoch
Segment Tree implementation in Golang
A detailed Segment Tree implementation in Golang
Golang drawer
https://betterprogramming.pub/how-to-write-syntax-tree-based-domain-specific-languages-in-go-b15537f0d2f3
Medium
How to Write Syntax Tree-Based Domain-Specific Languages in Go
The power of AST-based DSLs in representing recursive structures