-
ongoing by Tim Bray · Golang Diaries: Generics
Tim Bray's Go Diaries: Generics — Tim (one of the original co-authors of the XML spec)...
-
Calculating type sets is harder than you think
Calculating Type Sets Is Harder Than You Think — If you like going into the weeds...
-
Let's build a distributed Postgres proof of concept | notes.eatonphil.com
Let's Build a Distributed Postgres Proof of Concept — Could you put together a mini Postgres...
-
GitHub - RoaringBitmap/roaring: Roaring bitmaps in Go (golang)
Roaring 2.0: Roaring Bitmap Data Structures in Go — Bitsets/bitmaps are useful data structures but can...
-
GitHub - tetratelabs/wazero: wazero: the zero dependency WebAssembly runtime for Go developers
wazero: Zero Dependency WebAssembly Runtime for Go Devs — A WebAssembly 1.0 spec compliant runtime written...
-
-
GitHub - SnellerInc/sneller: Vectorized SQL for JSON at scale: fast, simple, schemaless
Sneller: A Vectorized SQL Engine for JSON — Designed to handle (PartiQL-enhanced) SQL queries upon terabytes...
-
GitHub - cardrank/cardrank: Go types, funcs, and utilities for working with cards, decks, and evaluating poker hands (Holdem, Omaha, Stud, more)
Cardrank: Go Types and Functions for Working with Cards, Decks, and Poker Hands — Poker is...
-
-
GitHub - luk4z7/go-concurrency-guide: Practical concurrency guide in Go, communication by channels, patterns
Notes on Practical Concurrency in Go — Not exactly a tutorial but a set of notes...
-
What to do when projects get big and messy with Ian Lopshire & sam boyer (Go Time #229)
▶ What to Do When Projects Get Big and Messy — The Go Time podcast tackles the...
-
GitHub - antonmedv/fx: Terminal JSON viewer
Fx 24.0: A Command-Line JSON Processing Tool — If you’ve got some files full of JSON...
-
Changing one character wildly improved our application's performance | Segment Blog
Changing One Character Wildly Improved Segment's App Performance — In terms of value per keypress, you...
-
GitHub - rqlite/rqlite: The lightweight, distributed relational database built on SQLite
rqlite 7.4.0: A Distributed Relational Database Built on SQLite — 7.4.0 adds support for restoring a...
-
GitHub - mvdan/sh: A shell parser, formatter, and interpreter with bash support; includes shfmt
sh 3.5: A Shell Code Parser, Formatter, and Interpreter — Supporting sh, bash, and Korn formats.
-
GitHub - cube2222/octosql: OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
OctoSQL: Join, Analyze, and Transform Data From Multiple Sources using SQL — Supported sources are CSV,...
-
GitHub - FerretDB/FerretDB: A truly Open Source MongoDB alternative
FerretDB 0.2: An In-Progress, Go-Powered MongoDB Alternative — MongoDB, you say? Yes. This is an attempt...
-
Refactor Cloud applications in Go 1.18 with generics
▶ How to Refactor Cloud Apps in Go 1.18 with Generics — A 20-minute talk from this...
-
https://campaign.dnsimple.page/Go_Cooperpress
Efficient Infrastructure with DNSimple's Terraform Provider — Use DNSimple’s Terraform provider to manage DNS like with...
-
How to use go run to manage tool dependencies - Alex Edwards
How to Use go run to Manage Tool Dependencies — Did you know that since Go...
-
Of Ducks and Go Interface Misuse | 8th Light
Of Ducks and Go Interface Misuse — It’s easy to create interfaces when reuse needs arise,...
-
Shrink Your TinyGo WebAssembly Modules by 60%
Shrink Your TinyGo WebAssembly Modules by 60% — Every byte matters when you’re sending it down...
-
Encore Blog — testscript, a hidden gem the Go team kept locked away — go get it #002
testscript: Define Filesystem-Based Tests by Creating Scripts — Originally created for testing the Go compiler itself,...
-
Go's Concurrency Examples in Java 19
Go's Concurrency Examples in Java 19 — Java is about to get support for ‘virtual threads’...