code-deer's repositories
argocd-example-apps
Example Apps to Demonstrate Argo CD
Clean-Architecture-zh
《架构整洁之道》中文翻译
cloud
CMCF
distribute
distribute system demo
docs
User documentation for Knative components.
easegress
A Cloud Native traffic orchestration system
ef
Event Framework, implemented the coroutine scheduling based on IO events. Support poll, epoll, event port and kqueue.
file-server
Simple HTTP file server.
gittest
test
gocookbook
go cook book
gomicromall
基于go-zero微服务的商城demo
goyaml
k8s yaml
kin-openapi
OpenAPI 3.0 (and Swagger v2) implementation for Go (parsing, converting, validation, and more)
learn-rust
my rust Learning journey
learn-typescript
my typescrite Learning journey
lo
💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
node
my node
react-admin-dashboard
Complete React Admin Dashboard
resume.github.io
my resume
rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
sponge
sponge is a microservice framework, a tool for quickly generate web and microservice code.
websocket
A fast, well-tested and widely used WebSocket implementation for Go.
XMM
XMM - X(eXtensible) Memory Manager(自研自主第三方Go内存分配管理器) XMM是一个在Go语言环境中完全自主实现的第三方内存管理库,不依赖于Go本身的任何内存管理能力,纯自主实现的Go内存管理库;能够应对各种场景下大小内存的 分配/释放/管理 等工作,能够帮助适用于任何复杂数据结构的构建(链表/数组/树/hash等场景),能够良好完美的逃逸掉Go内置的GC机制,保证程序的超高性能,是构建高性能程序基础设施。