4 projects
Gin is a high-performance HTTP web framework for Go built on a zero-allocation, httprouter-derived radix-tree router. It offers Express-style routing, middleware chains, JSON binding/validation, and built-in rendering for building REST APIs and microservices.
Hystrix is a Netflix Java library that adds latency and fault tolerance to distributed systems by wrapping calls to remote services in commands with circuit breakers, thread/semaphore isolation, fallbacks, and request collapsing. It is now in maintenance mode, with Netflix recommending resilience4j for new projects.
ABP is an opinionated .NET/ASP.NET Core application framework for building enterprise software, providing built-in infrastructure (event bus, background jobs, audit logging, multi-tenancy), pre-built application modules (identity, SaaS, CMS), startup templates, and tooling for DDD, modular monolith, and microservice architectures.
A curated, community-maintained "awesome list" of system design learning resources—articles, books, videos, and tooling—aimed at distributed-systems and microservices interview prep and architecture design. It catalogs links rather than providing original content, organized from introductory to advanced topics plus a tools directory of databases, caches, and message brokers.