Stars
A curated list of awesome Go frameworks, libraries and software
OpenSource data platform to build event-driven systems. It's like Deebezium for golang :)
aider is AI pair programming in your terminal
The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
Template go lang service to showcase REST best practices. Built by the Speakeasy team.
Various Low Level Object Oriented System Design problems are discussed in this space
Expression language and expression evaluation for Go
Rule engine implementation in Golang
A curated list of public talks and articles by Razorpay
Collection of LeetCode questions to ace the coding interview!
DiceDB is an open source, redis-compliant, reactive, scalable, highly-available, unified cache optimized for modern hardware.
Interactive prompt for command-line applications
A book about the internals of the Go programming language.
Library for writing a Kubernetes-style API server.
A simple and flexible health check library for Go.
A library for implementing Kubernetes liveness and readiness probe handlers in your Go application.
gRPC to JSON proxy generator following the gRPC HTTP spec
All the boilerplate you need to get started with writing grpc-gateway powered REST services in Go
Demo for my talk about building REST APIs using gRPC with Go
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs,…