~golangweekly | Bookmarks (186)
-
GitHub - antchfx/xmlquery: xmlquery is Golang XPath package for XML query.
xmlquery: An XPath Library for Querying XML Documents — For plucking out all elements with certain...
-
GitHub - jedib0t/go-pretty: Table-writer and more in golang!
go-pretty: Pretty Print Tables, Lists and Text on the Terminal — Utilities to prettify console output...
-
GitHub - ThreeDotsLabs/watermill: Building event-driven applications the easy way in Go.
Watermill: Library for Building Event-Driven Apps — A library for working with message streams (over numerous...
-
Using Go Embed
Using Go Embed — The go:embed directive, around since Go 1.16, allows you to embed static...
-
Distributed Transactions in Go: Read Before You Try
Distributed Transactions in Go: Read Before You Try — How to approach transactions that need to...
-
Product for Engineers | PostHog | Substack
Product for Engineers: A Newsletter Helping Flex Your Product Muscle — Product for Engineers details the skills...
-
Kamal 2: Thou need not PaaS
Kamal 2: Thou Need Not PaaS — Kamal is a container-based deployment tool from 37Signals, best...
-
GitHub - bayraktugrul/modview: Effortlessly visualize mod graph with all external dependencies for your Go projects
Modview: Go Project Dependency Graph Visualizer — A simple way to visualize dependencies in Go projects...
-
https://htmgo.dev/
htmgo: Build Simple, Scalable Systems with Go and htmx — It’s a brand new ‘alpha’ project,...
-
v2.8.0 Released - Ebitengine
Ebitengine v2.8.0: The Go 2D Game Engine — Long one of our favorite Go ecosystem projects,...
-
GitHub - sensepost/gowitness: 🔍 gowitness - a golang, web screenshot utility using Chrome Headless
Gowitness: A Web Screenshot Utility using Chrome Headless — A website screenshot utility written in Go,...
-
GitHub - buraksezer/olric: Distributed, in-memory key/value store and cache. It can be used as an embedded Go library and a language-independent service.
Olric: Distributed Cache and Key/Value Store — It can be used both as an embedded Go...
-
GitHub - aitrailblazer/anthropic-claude-golang-sdk: Golang SDK for creating messages using Anthropic Claude API.
anthropic-claude-golang-sdk: Go Library for Anthropic's Claude API — Send structured messages and handle responses from Anthropic’s conversational...
-
GitHub - itchyny/bed: Binary editor written in Go
bed: A Binary/Hex Editor Written in Go — A Go-powered binary editor with a Vim-like user...
-
gqlgen
gqlgen: A go generate-Based GraphQL Server Library — Check out the getting started guide for a...
-
GitHub - pijng/prep: Golang comptime. Pure blasphemy
Prep: Compile-Time Function Evaluation for Go — “By using prep.Comptime, you can evaluate functions at build...
-
Some Go web dev notes
Some Go Web Dev Notes — We’re always fans of Julia’s earnest and helpful but no-nonsense...
-
Learn More - WarpStream
Reduce Your Data Streaming and Kafka Costs by 80+% — Learn how WarpStream's zero disk, stateless...
-
A Guide to the Go Garbage Collector - The Go Programming Language
📉 A Guide to the Go Garbage Collector — Not a new page – it dates back...
-
Joining errors in Go
Joining Errors in Go — A helpful look at two approaches: using multiple %ws, and errors.Join...
-
Distributed metrics in PHP using Go and Gob
Distributed Metrics in PHP with Go and Gob — Gob is a Go package for efficiently...
-
Event Driven Go Training
Stuck on What to Build? Guided Learning with Real Projects — Todo apps are for AI. Build...
-
Go Singleflight Melts in Your Code, Not in Your DB
Go's Singleflight Melts in Your Code, Not in Your DB — The last post in a...
-
Sets in Go/Golang – Using Maps and Recommended Packages
Sets in Go: Using Maps and Recommended Packages — Go hasn’t got a native data type...