Pinned Repositories
1m-go-websockets
handling 1M websockets connections in Go
30-seconds-of-css
30秒CSS中文版 您可以在30秒或更短的时间内了解的有用的CSS代码片段。
AMD-exercise
a front-end amd pattern demo using require.js/text.js(plugin)
AngularJS
AngularJS framework
annotated_redis_source
带有详细注释的 Redis 2.6 源码
aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
aspnetwebstack
Mono branch of Microsoft's ASP.NET WebStack
blog
没事写写文章,喜欢的话请点star,想订阅点watch,千万别fork!
jQuery.fn.TimerTick
code a plugin, for count down result.
vue-learn
learning vue follow with jspang
winlee's Repositories
winlee/1m-go-websockets
handling 1M websockets connections in Go
winlee/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
winlee/bookvoo
交易所
winlee/Colder.Admin.AntdVue
Admin Fx Based On .NET Core3.0 + Ant Design Vue
winlee/Consolas-with-Yahei
向consolas字体中添加微软雅黑的字体,sublime-text中粗体、斜体显示正常,并且不会和系统内置的Consolas冲突。增加了powerline 字符。
winlee/cron
a cron library for go
winlee/freecache
A cache library for Go with zero GC overhead.
winlee/go-patterns
Curated list of Go design patterns, recipes and idioms
winlee/gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON
winlee/golang-design-pattern
设计模式 Golang实现-《研磨设计模式》读书笔记
winlee/golang-internals-resources
A collection of articles and videos to understand Golang internals.
winlee/golang-notes
Go source code analysis(zh-cn)
winlee/grpc-lb
Example for grpc-lb with etcd
winlee/k8s-msa-in-action
课程《Kubernetes微服务实践》源码
winlee/kcp
:zap: KCP - A Fast and Reliable ARQ Protocol
winlee/kindledocs
一些自用的文档及电子书
winlee/learning_tools
Go 学习、Go 进阶、Go 实用工具类、Go-kit ,Go-Micro 微服务实践、Go 推送
winlee/leetcode-go
个人学习leetcode记录
winlee/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
winlee/melody
:notes: Minimalist websocket framework for Go
winlee/paper-code
对一些好的技术文章结合自己的实践经验进行翻译、举例说明等或自己的经验分享。主要包括架构设计、模式设计、模型设计、重构等。
winlee/raft-zh_cn
Raft一致性算法论文的中文翻译
winlee/samples
An open source project for beego sample applications.
winlee/sentinel-golang
Sentinel Go version (Reliability & Resilience)
winlee/share_ppt
🚗 我个人曾经做过的技术分享...
winlee/what-happens-when-k8s
🤔 What happens when I type kubectl run?
winlee/wild-workouts-go-ddd-example
Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
winlee/winlee
winlee/winlee.github.io
winlee/xmm
XMM is a high performance third party memory manager for Go environments that is not affected by Gc and guarantees high performance. XMM是一个在Go语言环境中完全自主实现的第三方内存管理库,不依赖于Go本身的任何内存管理能力,纯自主实现能够应对各种场景下大小内存的 分配/释放 工作,能自主构建高性能的 链表/树/哈希表等各类数据结构,能良好完美的逃逸掉Go内置的GC机制,是构建高性能程序基础设施。