本週閱讀清單彙總

紙牌屋弗蘭克發表於2018-07-19

整理自 https://blog.tanteng.me/tag/favorite/

本週閱讀清單20180716

  1. 初探 Go 的編譯命令執行過程
    https://halfrost.com/go_command/

  2. 高效的資料壓縮編碼方式——Protobuf
    https://halfrost.com/protobuf_encode/

  3. 淺談訊息佇列及常見的訊息中介軟體
    https://juejin.im/post/5b41fe36e51d45191252e79e

  4. 深入理解 PHP 的輸出緩衝區
    https://gywbd.github.io/posts/2015/1/php-output-buffer-in-deep.html

  5. 非同步、併發、協程原理
    https://www.fanhaobai.com/2017/11/synchronised-asynchronized-coroutine.html

  6. Golang版protobuf的安裝與使用
    http://lihaoquan.me/2017/6/29/how-to-use-protobuf.html

  7. Protocol Buffer 語法詳解
    https://blog.csdn.net/carson_ho/article/details/70267574

本週閱讀清單20180709

  1. 深入淺出 TCP/IP 協議棧
    http://dxyoo7.github.io/2017/07/21/u-should-know-protocol-of-tcp-ip/

  2. 中國工業 4.0 之路
    http://www.mckinsey.com.cn/中國工業4-0之路

  3. MySQL 查詢快取機制
    https://blog.csdn.net/eric_sunah/article/details/17510939

  4. MySQL 體系結構
    http://www.cnblogs.com/chenmh/p/4914754.html

  5. Swoole 和 Swoft 的那些事
    https://segmentfault.com/a/1190000015603847

  6. WebP 相對於 PNG、JPG 有什麼優勢?
    https://www.zhihu.com/question/27201061

本週閱讀清單20180702

  1. HTTP/2 伺服器推送(server push)教程
    https://juejin.im/entry/5a9e61cc518825556140c4f2

  2. 如何優雅的談論 HTTP 1.0,1.1 和 HTTP/2
    https://www.jianshu.com/p/52d86558ca57

  3. 深入理解 RESTful API 架構
    https://mengkang.net/620.html

  4. 傳統 Web 應用中的身份驗證技術
    https://insights.thoughtworks.cn/traditional-web-app-authentication/

  5. Web App Token 鑑權方案的設計與思考
    https://zhuanlan.zhihu.com/p/28295641

  6. 跨域資源共享 CORS 詳解
    http://www.ruanyifeng.com/blog/2016/04/cors.html

本週閱讀清單20180625

  1. 瞭解 Nginx 基本概念
    http://huang-jerryc.com/2016/10/14/瞭解Nginx的基本概念/

  2. Redis 和 I/O 多路複用
    https://draveness.me/redis-io-multiplexing

  3. Redis 為什麼使用單程式單執行緒模型也這麼快
    https://www.cnblogs.com/syyong/p/6231326.html

  4. 令牌通和樓桶限流演算法
    https://liuzhengyang.github.io/2016/12/15/rate-limit/

  5. gRPC 的那些事
    http://colobu.com/2017/04/06/dive-into-gRPC-streaming/

本週閱讀清單20180619

  1. MySQL 索引背後的資料結構及演算法原理
    https://juejin.im/entry/591012d161ff4b006255b447

  2. 微信掃碼登入原理
    https://blog.csdn.net/qq_25827845/article/details/78823861

  3. Redis 事務及 Watch 的實現原理
    http://redisbook.readthedocs.io/en/latest/feature/transaction.html

  4. Redis 事務到底是不是原子性的
    https://blog.tanteng.me/2018/06/redis-transaction-atomic/

  5. LRU 快取淘汰演算法資料結構
    https://zhuanlan.zhihu.com/p/34989978

  6. Singleton Pattern in Go
    http://marcio.io/2015/07/singleton-pattern-in-go/

本週閱讀清單20180604

  1. 深入介紹 Golang 中的 bufio.Scanner
    https://zhuanlan.zhihu.com/p/37673679

  2. Redis 的通訊協議
    http://redisdoc.com/topic/protocol.html

  3. 用 Redis 實現支援優先順序的訊息佇列
    https://www.cnblogs.com/laozhbook/p/redis_queue.html

  4. Go HTTP 伺服器程式設計基礎
    http://cizixs.com/2016/08/17/golang-http-server-side

  5. 你真的瞭解 gzip 嗎?
    https://zhuanlan.zhihu.com/p/24764131

本週閱讀清單20180528

  1. 在 Laravel 中使用 Vue 元件化開發
    https://pigjian.com/article/laravel-vue

  2. 理解 PHP 核心中 SAPI 的作用
    https://foio.github.io/php-sapi/

  3. 使用 Redis 實現單機鎖
    https://huoding.com/2015/09/14/463

  4. 使用 Redis 實現分散式鎖
    http://blog.jobbole.com/95211/

本週閱讀清單20180514

  1. Go語言中的錯誤處理
    http://ethancai.github.io/2017/12/29/Error-Handling-in-Go/

  2. 深入理解 PHP opcode 優化
    https://tech.youzan.com/understanding-opcode-optimization-in-php/

  3. 基於timestamp和nonce的防止重放攻擊方案
    https://blog.csdn.net/koastal/article/details/53456696

  4. 一個防止重放攻擊的 Laravel package
    https://github.com/ruogoo/replay-attack

  5. 理解JWT(JSON Web Token)認證原理
    http://blog.gusibi.com/post/how-to-use-json-web-token-and-python-practice/

  6. 初探 Go 的編譯命令執行過程
    https://halfrost.com/go_command/

本週閱讀清單20180507

  1. Golang CSP 併發模型
    https://www.jianshu.com/p/36e246c6153d

  2. 深入理解 Go Channel
    http://legendtkl.com/2017/07/30/understanding-golang-channel/

  3. 談談 HTTP/2 的協議協商機制
    https://imququ.com/post/protocol-negotiation-in-http2.html

  4. 【重溫】中本聰《比特幣:一種點對點的電子現金系統》
    https://zhuanlan.zhihu.com/p/28108862

  5. 詳解區塊鏈 P2P 網路
    https://keeganlee.me/post/blockchain/20180313

  6. 理解 Linux 中的使用者空間和核心空間
    http://www.ruanyifeng.com/blog/2016/12/user_space_vs_kernel_space.html

本週閱讀清單20180430

  1. Learning Elasticsearch with Laravel
    https://michaelstivala.com/learning-elasticsearch-with-laravel/

  2. MQ(訊息佇列)常見的應用場景解析
    https://juejin.im/post/5add63c951882567183eb956

  3. WebSocket 通訊過程與實現
    https://segmentfault.com/a/1190000014643900

  4. 技術與貧富分化
    http://www.ruanyifeng.com/blog/2010/08/technology_and_income_disparity.html

  5. PHP HTTP客戶端-Guzzle原理解析
    https://segmentfault.com/p/1210000010203531/read

  6. PHP擴充套件與Zend擴充套件區別
    http://yangxikun.github.io/php/2016/07/10/php-zend-extension.html

相關文章