Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
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
Golang drawer
https://changelog.com/gotime/239
Changelog
Go for beginners
♻️
with David Valentine (Go Time #239)
How do beginners learn Go? This episode is meant to engage both non-Go users that listen to sister podcasts here on Changelog, or any Go-curious programmers out there, as well as encourage those that have started to learn Go and want to level up beyond the…
Golang drawer
https://github.com/golang/vscode-go/releases/tag/v0.35.0
GitHub
Release Release 0.35.0 · golang/vscode-go
v0.35.0 - 18 July, 2022
A list of all issues and changes can be found in the v0.35.0 milestone and commit history.
Features
This release adds support for inlay hints (Issue 1631).
Add logic to ...
Golang drawer
https://notes.eatonphil.com/implementing-a-jq-clone-in-go.html
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://github.com/charmbracelet/gum
GitHub
GitHub - charmbracelet/gum: A tool for glamorous shell scripts
🎀
A tool for glamorous shell scripts
🎀
. Contribute to charmbracelet/gum development by creating an account on GitHub.
Golang drawer
https://earthly.dev/blog/pongo/
Earthly Blog
Building Pong in Your Terminal: Part One
Learn how to build a Pong game in your terminal using Golang and the tcell package. This tutorial covers the basics of creating a game, including w...
Golang drawer
https://tip.golang.org/ref/mem
tip.golang.org
The Go Memory Model - The Go Programming Language