Pinned Repositories
algorithm-pattern
算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~
cs-self-learning
计算机自学指南
db_tutorial
Writing a sqlite clone from scratch in C
gatekeeper
A non-dependent, online configuration, GO-developed, API gateway
go-leetcode
A collection of 100+ popular LeetCode problems solved in Go.
go-tutorial
Go learning materials,涵盖基础、中级和高级教程
golang-notes
Go source code analysis(zh-cn)
hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Java, C++, Python, Go, JS, TS, C#, Swift, Rust, Dart, Zig 等语言。
interview-go
golang面试题集合
jin-microservices
Jin microservices is a complete microservice demo based on PHP language + hyperf microservices framework
21bigticket's Repositories
21bigticket/cs-self-learning
计算机自学指南
21bigticket/db_tutorial
Writing a sqlite clone from scratch in C
21bigticket/go-tutorial
Go learning materials,涵盖基础、中级和高级教程
21bigticket/golang-notes
Go source code analysis(zh-cn)
21bigticket/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Java, C++, Python, Go, JS, TS, C#, Swift, Rust, Dart, Zig 等语言。
21bigticket/interview-go
golang面试题集合
21bigticket/jin-microservices
Jin microservices is a complete microservice demo based on PHP language + hyperf microservices framework
21bigticket/algs4
Algorithms, 4th edition textbook code and libraries
21bigticket/aliyunpan
阿里云盘小白羊版 阿里云盘PC版
21bigticket/bfe-book
《深入理解BFE》(Book for opensource project BFE, in Chinese)
21bigticket/ChinaTextbook
人教版小学到大学数学
21bigticket/coder-kung-fu
开发内功修炼
21bigticket/config-nacos
[READ ONLY] A nacos adapter for Hyperf config component.
21bigticket/coost-example
coost use redis coroutine example
21bigticket/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
21bigticket/go-questions
📖 Go 程序员面试笔试宝典 | 从问题切入,串连 Go 语言相关的所有知识,融会贯通。 https://golang.design/go-questions
21bigticket/go-stress-testing
go 实现的压测工具,ab、locust、Jmeter压测工具介绍【单台机器100w连接压测实战】
21bigticket/golang-guide
「Golang学习+面试指南」一份涵盖大部分 Golang程序员所需要掌握的核心知识。准备 Golang面试,首选 GolangGuide!
21bigticket/high-performance-go
high performance coding with golang(Go 语言高性能编程,Go 语言陷阱,Gotchas,Traps)
21bigticket/leetcode
😏 LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
21bigticket/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
21bigticket/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
21bigticket/microservices-platform
基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户系统架构。并引入组件化的**实现高内聚低耦合,项目代码简洁注释丰富上手容易,适合学习和企业中使用。真正实现了基于RBAC、jwt和oauth2的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持CI/CD多环境部署,并提供应用管理方便第三方系统接入;同时还集合各种微服务治理功能和监控功能。模块包括:企业级的认证系统、开发平台、应用监控、慢sql监控、统一日志、单点登录、Redis分布式高速缓存、配置中心、分布式任务调度、接口文档、代码生成等等。
21bigticket/MineAdmin
基于Swoole扩展的Hyperf框架 和 SCUI(Element UI) 开发的前后端分离权限管理系统。
21bigticket/nacos-nginx-template
通过Nacos让Nginx拥有服务发现能力
21bigticket/nginx-auto-reload-from-nacos
监听nacos配置,自动更新配置,并reload nginx
21bigticket/proto2json
Convert Protobuf's proto file to json
21bigticket/reading-source-code-of-nginx-1.19.10
nginx-1.19.10 源码阅读,分析关键组件与核心运转流程, 并使用图例进行描述
21bigticket/secguide
面向开发人员梳理的代码安全指南
21bigticket/the-book-of-modern-cpp
The Book of Modern C++