https://github.com/yangyuqian/technical-articles
Technical Pieces collected in practices
https://github.com/yangyuqian/technical-articles
articles assembly golang summarization technical
Last synced: about 1 month ago
JSON representation
Technical Pieces collected in practices
- Host: GitHub
- URL: https://github.com/yangyuqian/technical-articles
- Owner: yangyuqian
- Created: 2015-06-12T08:19:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T13:49:38.000Z (over 8 years ago)
- Last Synced: 2023-03-02T10:02:00.875Z (over 2 years ago)
- Topics: articles, assembly, golang, summarization, technical
- Language: Go
- Homepage:
- Size: 15.4 MB
- Stars: 35
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Technical Articles
------------------These repo collects some technical summaries in my daily work.
List of Contents
Go
* [Vendoring(Chinese)](go/vendoring-cn.md)
* [Implementation of Channel(Chinese)](go/channel-implementation-cn.md)
* [Usage of Channel(Chinese)](go/channel-usage-cn.md)
* [Memory and GC(Chinese)](go/memory-cn.md)
* [基于Token Bucket限流简介](go/rate-limit.md)
* [Go Pkgs](go/gopkgs/README.md)
* [优酷视频课程 - 大洋芋de小米渣系列](go/series/README.md)Ruby
* [Rails Class Loader(Chinese)](https://github.com/yangyuqian/ruby-articles/blob/master/RAILS-CLASS-LOADER.md)
Assembly
* [Intel i7 Assembly](asm/unix-mac-intel-i7-cn.md)
* [Plan 9 Assembly](asm/golang-plan9-assembly-cn.md)Docker
TODO
Kubernetes
* [Brief Introduction to Network in Kubernetes Cluster(Chinese)](https://github.com/yangyuqian/k8s-the-hard-way/blob/master/network/summary-cn.md)
* [In-depth summary of VXLAN backend in Flannel(Chinese)](https://github.com/yangyuqian/k8s-the-hard-way/blob/master/network/vxlan-flannel-cn.md)Nginx
* [MRuby Extention(Chinese)](nginx/nginx-mruby-cn.md)
* Nginx Concurrency Model(cn, TODO)
* Nginx Module Development(cn, TODO)VIM
* [Getting Started to VIM(English)](vim/vim-startup-en.md)Distributed System
* [InfoQ: serf中去中心化系统的原理和实现](http://www.infoq.com/cn/articles/principle-and-impleme-of-de-centering-system-in-serf)