An open API service indexing awesome lists of open source software.

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

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)