JimmyZzzzz's Stars
unknwon/go-study-index
Go 语言学习资料索引
senghoo/golang-design-pattern
设计模式 Golang实现-《研磨设计模式》读书笔记
yangwenmai/learning-golang
Go 学习之路:Go 开发者博客、Go 微信公众号、Go 学习资料(文档、书籍、视频)
overnote/over-golang
Golang相关:[审稿进度80%]Go语法、Go并发**、Go与web开发、Go微服务设施等
ecodeclub/ecron
大规模分布式任务调度系统(学习版)
xxjwxc/uber_go_guide_cn
Uber Go 语言编码规范中文版. The Uber Go Style Guide .
traefik/traefik
The Cloud Native Application Proxy
valyala/fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
IBM/sarama
Sarama is a Go library for Apache Kafka.
segmentio/kafka-go
Kafka library in Go
ryan4yin/knowledge
(Chinese Only)Everything I know: DevOps & CloudNative, Linux, Embedded, Homelab, Music, Blockchain, AI, etc...
golang-design/go-questions
📖 Go 程序员面试笔试宝典 | 从问题切入,串连 Go 语言相关的所有知识,融会贯通。 https://golang.design/go-questions
owasp-modsecurity/ModSecurity
ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis.
daniel-hutao/k8s-source-code-analysis
《k8s-1.13版本源码分析》
vectordotdev/vector
A high-performance observability data pipeline.
hpcaitech/Open-Sora
Open-Sora: Democratizing Efficient Video Production for All
Tencent/weui-wxss
A UI library by WeChat official design team, includes the most useful widgets/modules.
dingyong0214/ThorUI
ThorUI组件库,微信小程序项目代码分享,组件文档地址:https://www.thorui.cn/doc
collabnix/kubelabs
Get Started with Kubernetes
g3n/engine
Go 3D Game Engine (http://g3n.rocks)
google/generative-ai-go
Go SDK for Google Generative AI
apache/echarts
Apache ECharts is a powerful, interactive charting and data visualization library for browser
dunwu/db-tutorial
📚 db-tutorial 是一个数据库教程。
system-cpu/wxappUnpacker
基于node反编译小程序 已经配置完成
gphper/ginadmin
基于Gin开发的后台脚手架,集成了、数据库操作、日志管理、权限分配管理、多模板页面、自动分页器、数据库迁移和填充、Docker集成部署等功能、静态资源打包
hwholiday/learning_tools
Go 学习、Go 进阶、Go 实用工具类、Go DDD 项目落地、Go-kit 、Go-Micro 、Go 推送平台、微服务实践
0voice/k8s_awesome_document
【2021年新鲜出炉】K8s(Kubernetes)的工程师资料合辑,书籍推荐,面试题,精选文章,开源项目,PPT,视频,大厂资料
LyricTian/gin-admin
A lightweight, flexible, elegant and full-featured RBAC scaffolding based on GIN + GORM 2.0 + Casbin 2.0 + Wire DI.
TheExplainthis/AI-Products-All-In-One
彙整了真正實用的 ChatGPT 與生成式 AI 工具
gnimli/go-web-mini
Go + Vue开发的管理系统脚手架, 前后端分离, 仅包含项目开发的必需部分, 基于角色的访问控制(RBAC), 分包合理, 精简易于扩展。 后端Go包含了gin、 gorm、 jwt和casbin等的使用, 前端Vue基于vue-element-admin开发