dungtc's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
odoo/odoo
Odoo. Open Source Apps To Grow Your Business.
dapr/dapr
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
emirpasic/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
TheAlgorithms/Go
Algorithms and Data Structures implemented in Go for beginners, following best practices.
gopherjs/gopherjs
A compiler from Go to JavaScript for running Go code in a browser
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
flannel-io/flannel
flannel is a network fabric for containers, designed for Kubernetes
ThreeDotsLabs/watermill
Building event-driven applications the easy way in Go.
projectcalico/calico
Cloud native networking and network security
dastergon/awesome-chaos-engineering
A curated list of Chaos Engineering resources.
ThreeDotsLabs/wild-workouts-go-ddd-example
Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
maruel/panicparse
Crash your app in style (Golang)
conduktor/kafka-stack-docker-compose
docker compose files to create a fully working kafka stack
loda-kun/spring-boot-learning
🍀 Hướng dẫn tất tần tật về Spring Boot, Spring Cloud ☘️ Code mẫu tiếng việt, có bài viết hướng dẫn đi kèm hình ảnh dễ hiểu 🍄
stemmlerjs/white-label
A Vinyl-Trading enterprise app built with Node.js + TypeScript using Domain-Driven Design
vaquarkhan/vaquarkhan
container-storage-interface/spec
Container Storage Interface (CSI) Specification.
go-kit/examples
Example Go kit services
Dabz/kafka-security-playbook
Example of different security configurations for Apache Kafka and the Confluent Platform
arielizuardi/golang-backend-blog
dm03514/grokking-go
A Repo for Learning go debugging tools
dungtc/grpc-playground
Simple tutorial about Google Remote Procedure Call (GRPC) microservices communication in golang
dungtc/apm-test
A simple Elastic APM golang agent integration
dungtc/go-cli-playground
Create a simple cli (command line interface) tool from scratch in Golang