整理自 https://blog.tanteng.me/tag/favorite/
本週閱讀清單20180716
-
初探 Go 的編譯命令執行過程
https://halfrost.com/go_command/ -
高效的資料壓縮編碼方式——Protobuf
https://halfrost.com/protobuf_encode/ -
淺談訊息佇列及常見的訊息中介軟體
https://juejin.im/post/5b41fe36e51d45191252e79e -
深入理解 PHP 的輸出緩衝區
https://gywbd.github.io/posts/2015/1/php-output-buffer-in-deep.html -
非同步、併發、協程原理
https://www.fanhaobai.com/2017/11/synchronised-asynchronized-coroutine.html -
Golang版protobuf的安裝與使用
http://lihaoquan.me/2017/6/29/how-to-use-protobuf.html - Protocol Buffer 語法詳解
https://blog.csdn.net/carson_ho/article/details/70267574
本週閱讀清單20180709
-
深入淺出 TCP/IP 協議棧
http://dxyoo7.github.io/2017/07/21/u-should-know-protocol-of-tcp-ip/ -
中國工業 4.0 之路
http://www.mckinsey.com.cn/中國工業4-0之路 -
MySQL 查詢快取機制
https://blog.csdn.net/eric_sunah/article/details/17510939 -
Swoole 和 Swoft 的那些事
https://segmentfault.com/a/1190000015603847 - WebP 相對於 PNG、JPG 有什麼優勢?
https://www.zhihu.com/question/27201061
本週閱讀清單20180702
-
HTTP/2 伺服器推送(server push)教程
https://juejin.im/entry/5a9e61cc518825556140c4f2 -
如何優雅的談論 HTTP 1.0,1.1 和 HTTP/2
https://www.jianshu.com/p/52d86558ca57 -
深入理解 RESTful API 架構
https://mengkang.net/620.html -
傳統 Web 應用中的身份驗證技術
https://insights.thoughtworks.cn/traditional-web-app-authentication/ -
Web App Token 鑑權方案的設計與思考
https://zhuanlan.zhihu.com/p/28295641 - 跨域資源共享 CORS 詳解
http://www.ruanyifeng.com/blog/2016/04/cors.html
本週閱讀清單20180625
-
瞭解 Nginx 基本概念
http://huang-jerryc.com/2016/10/14/瞭解Nginx的基本概念/ -
Redis 和 I/O 多路複用
https://draveness.me/redis-io-multiplexing -
Redis 為什麼使用單程式單執行緒模型也這麼快
https://www.cnblogs.com/syyong/p/6231326.html -
令牌通和樓桶限流演算法
https://liuzhengyang.github.io/2016/12/15/rate-limit/ - gRPC 的那些事
http://colobu.com/2017/04/06/dive-into-gRPC-streaming/
本週閱讀清單20180619
-
MySQL 索引背後的資料結構及演算法原理
https://juejin.im/entry/591012d161ff4b006255b447 -
微信掃碼登入原理
https://blog.csdn.net/qq_25827845/article/details/78823861 -
Redis 事務及 Watch 的實現原理
http://redisbook.readthedocs.io/en/latest/feature/transaction.html -
Redis 事務到底是不是原子性的
https://blog.tanteng.me/2018/06/redis-transaction-atomic/ -
LRU 快取淘汰演算法資料結構
https://zhuanlan.zhihu.com/p/34989978 - Singleton Pattern in Go
http://marcio.io/2015/07/singleton-pattern-in-go/
本週閱讀清單20180604
-
深入介紹 Golang 中的 bufio.Scanner
https://zhuanlan.zhihu.com/p/37673679 -
Redis 的通訊協議
http://redisdoc.com/topic/protocol.html -
用 Redis 實現支援優先順序的訊息佇列
https://www.cnblogs.com/laozhbook/p/redis_queue.html -
Go HTTP 伺服器程式設計基礎
http://cizixs.com/2016/08/17/golang-http-server-side - 你真的瞭解 gzip 嗎?
https://zhuanlan.zhihu.com/p/24764131
本週閱讀清單20180528
-
在 Laravel 中使用 Vue 元件化開發
https://pigjian.com/article/laravel-vue -
理解 PHP 核心中 SAPI 的作用
https://foio.github.io/php-sapi/ -
使用 Redis 實現單機鎖
https://huoding.com/2015/09/14/463 - 使用 Redis 實現分散式鎖
http://blog.jobbole.com/95211/
本週閱讀清單20180514
-
Go語言中的錯誤處理
http://ethancai.github.io/2017/12/29/Error-Handling-in-Go/ -
深入理解 PHP opcode 優化
https://tech.youzan.com/understanding-opcode-optimization-in-php/ -
基於timestamp和nonce的防止重放攻擊方案
https://blog.csdn.net/koastal/article/details/53456696 -
一個防止重放攻擊的 Laravel package
https://github.com/ruogoo/replay-attack -
理解JWT(JSON Web Token)認證原理
http://blog.gusibi.com/post/how-to-use-json-web-token-and-python-practice/ - 初探 Go 的編譯命令執行過程
https://halfrost.com/go_command/
本週閱讀清單20180507
-
Golang CSP 併發模型
https://www.jianshu.com/p/36e246c6153d -
深入理解 Go Channel
http://legendtkl.com/2017/07/30/understanding-golang-channel/ -
談談 HTTP/2 的協議協商機制
https://imququ.com/post/protocol-negotiation-in-http2.html -
【重溫】中本聰《比特幣:一種點對點的電子現金系統》
https://zhuanlan.zhihu.com/p/28108862 -
詳解區塊鏈 P2P 網路
https://keeganlee.me/post/blockchain/20180313 - 理解 Linux 中的使用者空間和核心空間
http://www.ruanyifeng.com/blog/2016/12/user_space_vs_kernel_space.html
本週閱讀清單20180430
-
Learning Elasticsearch with Laravel
https://michaelstivala.com/learning-elasticsearch-with-laravel/ -
MQ(訊息佇列)常見的應用場景解析
https://juejin.im/post/5add63c951882567183eb956 -
WebSocket 通訊過程與實現
https://segmentfault.com/a/1190000014643900 -
技術與貧富分化
http://www.ruanyifeng.com/blog/2010/08/technology_and_income_disparity.html -
PHP HTTP客戶端-Guzzle原理解析
https://segmentfault.com/p/1210000010203531/read - PHP擴充套件與Zend擴充套件區別
http://yangxikun.github.io/php/2016/07/10/php-zend-extension.html