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

https://github.com/craryprimitiveman/reading

我的阅读资料
https://github.com/craryprimitiveman/reading

nginx php redis

Last synced: 2 months ago
JSON representation

我的阅读资料

Awesome Lists containing this project

README

        

# 阅读资料

## PHP
+ [Laravel - 从百草园到三味书屋 "From Apprentice To Artisan"](http://my.oschina.net/zgldh/blog/389246)
+ [Socket 深度探索 4 PHP (一)](http://blog.csdn.net/shagoo/article/details/6396089)
+ [Socket 深度探索 4 PHP (二)](http://blog.csdn.net/shagoo/article/details/6531950)
+ [Socket 深度探索 4 PHP (三)](http://blog.csdn.net/shagoo/article/details/6647961)
+ [php7-internal](https://github.com/laruence/php7-internal/blob/master/README.md)
+ [PHP扩展开发及内核应用](https://github.com/walu/phpbook/blob/master/preface.md)
+ [提高 PHP 代码质量的 36 计](http://blog.jobbole.com/99014/)
+ [PHP并发IO编程之路](http://blog.jobbole.com/98986/)
+ [PHP 高级编程之多线程](http://netkiller.github.io/journal/php.thread.html)
+ [WordPress 主题教程](http://blog.wpjam.com/series/wordpress-theme-tutorials/)
+ [Swoole文档](http://wiki.swoole.com/)
+ [PHP The Right Way](http://www.phptherightway.com/)
+ [Laravel源码分析](http://blog.turn.tw/?page_id=796)
+ [把扩展从php5升级到php7](http://yaoguais.com/article/php/extension-php5to7.html)
+ [PHP 性能分析第一篇: Xhprof & Xhgui 介绍](http://blog.oneapm.com/apm-tech/235.html)
+ [PHP 性能分析第二篇: Xhgui In-Depth](http://blog.oneapm.com/apm-tech/219.html)
+ [PHP 性能分析第三篇: 性能调优实战](http://blog.oneapm.com/apm-tech/216.html)
+ [PHP 性能追踪及分析工具 xhprof 的安装与使用](https://laravel-china.org/topics/3142)
+ [Working with PHPUnit and Selenium Webdriver](http://codeception.com/11-12-2013/working-with-phpunit-and-selenium-webdriver.html)
+ [PHPUnit文档](https://phpunit.de/manual/5.6/zh_cn/installation.html)
+ [The Clean Architecture in PHP 读书笔记](http://blog.zhuanxu.org/tags/Clean-Architecture/)
+ [基于MySQL和PHP的分布式事务处理](http://wenku.baidu.com/view/5228ddc9960590c69ec3767c.html)
+ [PHP7内核剖析](https://github.com/pangudashu/php7-internal)
+ [Concise Guide to Swoole](https://linkeddestiny.gitbooks.io/easy-swoole/content/)
+ [Laravel API Tutorial: How to Build and Test a RESTful API](https://www.toptal.com/laravel/restful-laravel-api-tutorial)
+ [PHP’s OPcache and Symlink-based Deploys](https://ma.ttias.be/php-opcache-and-symlink-based-deploys/)
+ [PHPCS、PHPMD 的安装与配置](https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar)

## C/C++
+ [C语言字节对齐问题详解](http://www.cnblogs.com/clover-toeic/p/3853132.html)
+ [Let's Build a Simple Database](https://cstack.github.io/db_tutorial/)

## Go
+ [Go语言圣经](https://docs.ruanjiadeng.com/gopl-zh/)
+ [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/preface.md)
+ [深入解析Go](https://tiancaiamao.gitbooks.io/go-internals/content/zh/index.html)
+ [深入Go UDP编程](http://colobu.com/2016/10/19/Go-UDP-Programming/?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io)
+ [如何避开 Go 中的各种陷阱](http://newt0n.github.io/2016/11/07/%E5%A6%82%E4%BD%95%E9%81%BF%E5%BC%80-Go-%E4%B8%AD%E7%9A%84%E5%90%84%E7%A7%8D%E9%99%B7%E9%98%B1)
+ [Golang-简洁的并发](http://www.tuicool.com/articles/nYZnIn)
+ [Go语言并发之美](https://studygolang.com/articles/10031)
+ [etcd:从应用场景到实现原理的全方位解读](http://www.infoq.com/cn/articles/etcd-interpretation-application-scenario-implement-principle)
+ [使用 Go 一年的体验](https://linux.cn/article-8635-1.html)
+ [2017年超有价值的Golang文章](http://colobu.com/2017/12/28/top-golang-articles-of-2017/)
+ [Golang标准库文档](https://studygolang.com/pkgdoc)
+ [用Golang写一个搜索引擎](https://zhuanlan.zhihu.com/p/20938685)
+ [TiDB 源码阅读系列文章](https://pingcap.com/blog-cn/#%E6%BA%90%E7%A0%81%E9%98%85%E8%AF%BB)
+ [用GoLang实现微服务](https://blog.dingkewz.com/tags/golang/) [英文版](https://ewanvalentine.io/tag/go/)
+ [Go微服务系列博客](https://github.com/callistaenterprise/goblog)
+ [Micro 中文示例、教程、资料,源码解读](https://github.com/micro-in-cn/tutorials)

## Rust
+ [通过例子学 Rust](https://rustwiki.org/rust-by-example/)
+ [Rust开发技术学习路线](http://special.csdncms.csdn.net/rust/index.shtml)

## Java
+ [Java高并发秒杀API](http://www.imooc.com/u/2145618/courses?sort=publish)
+ [Spring Boot Tutorial](https://legacy.gitbook.com/book/waylau/spring-boot-tutorial/details)
+ [Spring Framework 5 中文文档](https://legacy.gitbook.com/book/lfvepclr/spring-framework-5-doc-cn/details)
+ [State of the Lambda](http://cr.openjdk.java.net/~briangoetz/lambda/lambda-state-final.html) -- [深入理解Java 8 Lambda(语言篇——lambda,方法引用,目标类型和默认方法)](http://zh.lucida.me/blog/java-8-lambdas-insideout-language-features/)
+ [State of the Lambda: Libraries Edition](http://cr.openjdk.java.net/~briangoetz/lambda/lambda-libraries-final.html) -- [深入理解Java 8 Lambda(类库篇——Streams API,Collectors和并行)](http://zh.lucida.me/blog/java-8-lambdas-inside-out-library-features/)
+ [Translation of Lambda Expressions](http://cr.openjdk.java.net/~briangoetz/lambda/lambda-translation.html) -- [深入理解 Java 8 Lambda(原理篇——Java 编译器如何处理 lambda)](https://lowzj.com/notes/java/translation-of-lambda-expressions.html)
+ [一步到位springboot](https://bugpool.blog.csdn.net/article/details/105624082)
+ [老实人spring源码解析](https://bugpool.blog.csdn.net/article/details/104833634)
+ [Java全链路面试指南](https://www.zhihu.com/column/c_1050762683808403456)
+ [用Java实现一个JVM虚拟机](https://bugstack.cn/itstack-demo-jvm/itstack-demo-jvm.html)

## Javascript
+ [ECMAScript 6入门](http://es6.ruanyifeng.com/)
+ [Vue.js中文文档](http://cn.vuejs.org/)
+ [You-Dont-Need-jQuery](https://github.com/oneuijs/You-Dont-Need-jQuery/blob/master/README.zh-CN.md)
+ [Vue教程](http://vuejs.org.cn/guide/)
+ [vue-router文档](http://router.vuejs.org/zh-cn/index.html)
+ [Object.observe() 引爆数据绑定革命](http://www.w3ctech.com/topic/1097)

## Lua
+ [Lua入门手册](https://github.com/CraryPrimitiveMan/luaprimer)
+ [Lua 5.1 参考手册](http://www.codingnow.com/2000/download/lua_manual.html)
+ [Lua 5.3 参考手册](http://cloudwu.github.io/lua53doc/)
+ [Lua源码欣赏](http://www.codingnow.com/temp/readinglua.pdf)
+ [Lua: 给 Redis 用户的入门指导](http://www.oschina.net/translate/intro-to-lua-for-redis-programmers)

## Redis
+ [Redis 设计与实现](http://redisbook.readthedocs.org/en/latest/index.html)
+ [Redis协议说明](http://www.redis.cn/topics/protocol.html)
+ [15天玩转redis](http://www.cnblogs.com/huangxincheng/category/755864.html)
+ [Redis无限全量复制问题分析与优化](https://cachecloud.github.io/2016/11/24/%E5%85%A8%E9%87%8F%E5%A4%8D%E5%88%B6%E9%97%AE%E9%A2%98/)

## SQL
+ [MySQL5.7中文文档](https://www.docs4dev.com/docs/zh/mysql/5.7/reference/preface.html)
+ [数据库内核月报](http://mysql.taobao.org/monthly/)
+ [如果有人问你数据库的原理,叫他看这篇文章](http://blog.jobbole.com/100349/)
+ [MySql避免重复插入记录方法](http://blog.csdn.net/jbboy/article/details/46828917)
+ [数据库分库分表(sharding)系列](http://blog.csdn.net/column/details/sharding.html)
+ [MySQL大表优化方案](https://segmentfault.com/a/1190000006158186)
+ [一个最不可思议的MySQL死锁分析](http://hedengcheng.com/?p=844)
+ [MySQL锁系列](http://keithlan.github.io/tags/InnoDB-Lock/)
+ [MySQL实战45讲](https://blog.csdn.net/u012131610/article/details/100150146)
+ [数据库内核杂谈](https://www.infoq.cn/theme/46)

## 架构设计
+ [谈谈后端业务系统的微服务化改造](http://www.infoq.com/cn/articles/the-back-end-business-systems-service-transformation)
+ [InfoQ微服务演讲](http://www.infoq.com/cn/microservice/presentations/)
+ [分布式事务?No, 最终一致性](https://zhuanlan.zhihu.com/p/25933039)
+ [架构师之路2017半年精选40篇](https://mp.weixin.qq.com/s?__biz=MjM5ODYxMDA5OQ==&mid=2651960243&idx=1&sn=c5d0de35c6d87e08370eef4179ff66bb&chksm=bd2d066f8a5a8f79a3478591e44054a1838e6aa8a35e544a5eb42b38cb274de6501a6b3b77e5)
+ [从0开始的微服务架构](http://www.infoq.com/cn/profile/%E8%8B%8F%E6%A7%90)
+ [微服务下的数据一致性的几种实现方式之概述](https://www.jianshu.com/p/b264a196b177)

## 机器学习
+ [如何用3个月零基础入门「机器学习」](https://zhuanlan.zhihu.com/p/29704017)
+ [Google机器学习课程](https://developers.google.com/machine-learning/crash-course/ml-intro?hl=zh-cn)
+ [数据挖掘十大算法详解](https://wizardforcel.gitbooks.io/dm-algo-top10/content/)
+ [SciPy Lecture Notes](https://wizardforcel.gitbooks.io/scipy-lecture-notes/content/0.html)
+ [神经网络教程](http://www.tensorfly.cn/home/?cat=4)
+ [机器学习领域适合新手学习的 GitHub 项目](https://www.zhihu.com/question/27098881)
+ [Sklearn 与 TensorFlow 机器学习实用指南](https://hands1ml.apachecn.org/#/)

## Docker
+ [使用Spring Cloud与Docker实战微服务](https://eacdy.gitbooks.io/spring-cloud-book/content/)
+ [Docker — 从入门到实践](https://yeasy.gitbooks.io/docker_practice/content/)
+ [用Docker部署一个Web应用](https://zhuanlan.zhihu.com/p/26418829)
+ [Kubernetes Handbook——Kubernetes中文指南/云原生应用架构实践手册](https://jimmysong.io/kubernetes-handbook/)
+ [Awesome Service Mesh](http://www.servicemesher.com/awesome-servicemesh)

## Nginx
+ [Nginx 变量漫谈](http://blog.sina.com.cn/s/articlelist_1834459124_1_1.html)
+ [Nginx 配置指令的执行顺序](http://blog.sina.com.cn/s/articlelist_1834459124_2_1.html)
+ [Nginx开发从入门到精通](http://tengine.taobao.org/book/index.html)
+ [nginx源码分析-kenbinzhang](http://blog.csdn.net/kenbinzhang/article/category/603177)
+ [nginx源码分析-阿波](http://blog.csdn.net/livelylittlefish/article/category/838107)
+ [nginx源码分析-initphp](http://blog.csdn.net/column/details/nginx-read.html)
+ [OpenResty最佳实践](https://moonbingbing.gitbooks.io/openresty-best-practices/content/index.html)
+ [Nginx中文文档](http://www.nginx.cn/doc/)
+ [Nginx 配置文件详解](http://my.oschina.net/duxuefeng/blog/34880)
+ [跟我学Nginx+Lua开发](http://www.iteye.com/blogs/subjects/nginx-lua)
+ [Nginx + CGI/FastCGI + C/Cpp](http://www.cnblogs.com/skynet/p/4173450.html)
+ [nginx 源码学习笔记](http://blog.csdn.net/column/details/code-for-nginx.html)
+ [nginx源码剖析](http://blog.csdn.net/column/details/niginxsourcelearning.html)
+ [NGX_HTTP_REALIP_MODULE使用详解](https://leo108.com/pid-2132.asp)

## RabbitMQ
+ [官网Examples](http://www.rabbitmq.com/getstarted.html)
+ [rabbitmq tutorials](https://github.com/rabbitmq/rabbitmq-tutorials)
+ [PHP AMQP Doc](http://php.net/manual/pl/book.amqp.php)
+ [RabbitMQ从入门到精通](http://blog.csdn.net/column/details/rabbitmq.html)

## Elasticsearch
+ [Elasticsearch: 权威指南](https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html)
+ [Elasticsearch 安装配置 外网访问](http://www.jianshu.com/p/658961f707d8)
+ [ELK学习系列文章](http://blog.csdn.net/qq_21387171/article/category/6568892)
+ [Elasticsearch权威指南](https://www.gitbook.com/book/fuxiaopang/learnelasticsearch/details)
+ [Mastering Elasticsearch](http://udn.yyuap.com/doc/mastering-elasticsearch/)

## ClickHouse
+ [ClickHouse中文文档](https://clickhouse.yandex/docs/zh/)
+ [ClickHouse大数据实时分析领域的黑马](https://www.jianshu.com/p/2d1fa91c2009)

## Flink
+ [Flink中文文档](https://flink.apache.org/zh/flink-architecture.html)

## Druid
+ [Druid文档](https://druid.apache.org/docs/latest/design/)

## Mycat
+ [Mycat权威指南](http://mycat.io/document/Mycat_V1.6.0.pdf)
+ [MyCat 学习笔记](http://blog.csdn.net/kaye0110/article/category/6103722/2)

## Wireshark
+ [Wireshark协议分析从入门到精通](http://edu.51cto.com/lesson/id-62643.html)
+ [一站式学习Wireshark](http://blog.jobbole.com/tag/wireshark/)
+ [聊聊 tcpdump 与 Wireshark 抓包分析](http://www.jianshu.com/p/a62ed1bb5b20)
+ [用 Wireshark 图解:TCP 三次握手](http://www.bysocket.com/?p=1404)

## Hadoop
+ [Hadoop Shell命令](https://hadoop.apache.org/docs/r1.0.4/cn/hdfs_shell.html)

## Chrome
+ [Chrome扩展及应用开发](http://www.ituring.com.cn/minibook/950)

## Graphviz
+ [绘图工具graphviz学习使用](http://www.tuicool.com/articles/r2iAfa)
+ [程序员绘图利器 — Graphviz](http://www.tuicool.com/articles/RjQfey)
+ [用 Graphviz 可视化函数调用](http://www.ibm.com/developerworks/cn/linux/l-graphvis/)
+ [使用graphviz绘制流程图](http://blog.jobbole.com/94472/)
+ [Graphiz Node Shapes](http://www.graphviz.org/doc/info/shapes.html)

## 前端
+ [前端优化 9 个技巧,提高 Web 性能](http://web.jobbole.com/89512/)

## 设计
+ [墨刀(MockingBot)中文学习指南](https://annhanhan.gitbooks.io/mockingbot/content/MB_intro.html)

## 运维
+ [使用inotify/fswatch构建自动监控脚本](http://icodeit.org/2015/03/build-monitor-script-based-on-inotify/)

## 测试
+ [JMeter学习指南](https://wuyan.gitbooks.io/jmeter/content/)
+ [高性能产品的必由之路—性能测试工具](http://www.imooc.com/learn/278)

## 性能
+ [c10k](http://www.kegel.com/c10k.html)
+ [c10k中文](http://www.oschina.net/translate/c10k)
+ [Web系统大规模并发——电商秒杀与抢购](http://www.csdn.net/article/2014-11-28/2822858)

## 算法
+ [比例分配的算法设计](http://wenku.baidu.com/link?url=K7hleZlBL3145dvJJJlbMcki4WDHu5jHnSQvO1jJj5YbV5S8cYN060snUjGkVi9l0aCo4EB8GkbYy1EhJkiQpB7eODPfOhMaHT4V2hg4jpG)
+ [Raft 一致性算法](http://www.infoq.com/cn/articles/raft-paper)
+ [一致性哈希算法](http://blog.csdn.net/cywosp/article/details/23397179)
+ [Roaring Bitmaps](http://dantezhao.com/2017/10/25/bigdata-algorithm/roaring-bitmap-principle/)
+ [roaringbitmap 源代码分析](https://blog.csdn.net/chenfenggang/article/details/75039964)

## Linux
+ [Linux Shell 文本处理工具集锦](http://www.cnblogs.com/me115/p/3427319.html)
+ [Linux工具快速教程](http://linuxtools-rst.readthedocs.org/zh_CN/latest/index.html)
+ [linux内核揭密](https://xinqiu.gitbooks.io/linux-insides-cn/content/index.html)
+ [Linux环境进程间通信](http://www.ibm.com/developerworks/cn/views/linux/libraryview.jsp?sort_by=&show_abstract=true&show_all=&search_flag=&contentarea_by=Linux&search_by=Linux%E7%8E%AF%E5%A2%83%E8%BF%9B%E7%A8%8B%E9%97%B4%E9%80%9A%E4%BF%A1&topic_by=-1&type_by=%E6%89%80%E6%9C%89%E7%B1%BB%E5%88%AB&ibm-search=%E6%90%9C%E7%B4%A2)
+ [禁用 SSH 远程主机的公钥检查](http://www.worldhello.net/2010/04/08/1026.html)
+ [Linux kernel Hacker, 从零构建自己的内核](https://www.jianshu.com/nb/5928770)

## 游戏
+ [虚幻引擎5文档](https://docs.unrealengine.com/5.0/zh-CN/)
+ [虚幻引擎4蓝图文档](https://docs.unrealengine.com/4.27/zh-CN/ProgrammingAndScripting/Blueprints/)

## 协议
+ [FastCGI规范中文](http://fuzhong1983.blog.163.com/blog/static/1684705201051002951763/)
+ [fastcgi协议分析与实例](http://blog.csdn.net/shreck66/article/details/50355729)
+ [JSON-RPC 2.0 规范(中文版)](http://wiki.geekdream.com/Specification/json-rpc_2.0.html)
+ [GraphQL中文翻译](https://www.gitbook.com/book/wanglihui/graphql/details)

## PHPStorm
+ [Laravel Development using PhpStorm](https://confluence.jetbrains.com/display/PhpStorm/Laravel+Development+using+PhpStorm)
+ [Setting up Intellij IDEA for your Golang project](https://rootpd.com/2016/02/04/setting-up-intellij-idea-for-your-first-golang-project/)
+ [如何优雅的使用 phpStorm](https://laravel-china.org/topics/1692/how-to-use-phpstorm-gracefully)

## AI
+ [AI Tools](https://www.futuretools.io/)
+ [AI工具集](https://ai-bot.cn/)

## 论文
+ [MapReduce: Simplified Data Processing on Large Clusters](https://static.googleusercontent.com/media/research.google.com/zh-CN//archive/mapreduce-osdi04.pdf) -- [MapReduce:面向大型集群的简化数据处理](http://www.cnblogs.com/fuzhe1989/p/3413457.html)
+ [Bigtable: A Distributed Storage System for Structured Data](https://static.googleusercontent.com/media/research.google.com/zh-CN//archive/bigtable-osdi06.pdf) -- [Bigtable:结构化数据的分布式存储系统](http://blog.bizcloudsoft.com/wp-content/uploads/Google-Bigtable%E4%B8%AD%E6%96%87%E7%89%88_1.0.pdf)
+ [The Google File System](https://static.googleusercontent.com/media/research.google.com/zh-CN//archive/gfs-sosp2003.pdf) -- [Google文件系统](http://blog.bizcloudsoft.com/wp-content/uploads/Google-File-System%E4%B8%AD%E6%96%87%E7%89%88_1.0.pdf)
+ [PingCap Paper Reading](https://pingcap.com/community-cn/paper-reading/)

## 自己动手系列
+ [rCore-Tutorial-Book 第三版](http://rcore-os.cn/rCore-Tutorial-Book-v3/) -- [视频](https://www.xuetangx.com/course/thu08091002729/10327450)

## 免费API
+ [免费的接口服务](https://github.com/fangzesheng/free-api)

## 其他
+ [How to be a Programmer](https://github.com/braydie/HowToBeAProgrammer/blob/master/zh/README.md)
+ [Learn X in Y minutes](https://learnxinyminutes.com/)
+ [程序员的书籍资源](https://zhuanlan.zhihu.com/p/23857699)
+ [一大波能提高编程技能的游戏](http://blog.jobbole.com/100733/)
+ [为什么这么设计系列文章](https://draven.co/whys-the-design/)

## 广告
+ [计算广告资料汇总](https://buaawht.github.io/2019/03/23/%E5%B9%BF%E5%91%8A%E8%B5%84%E6%96%99/)
+ [广告图书列表](https://www.douban.com/doulist/120376990/)
+ [互联网DSP广告系统架构及关键技术解析](http://www.360doc.com/content/15/0806/07/2909773_489803369.shtml)
+ [推荐广告系列](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzAxMjM2MTY0OQ==&action=getalbum&album_id=1337224273634738176&scene=173&from_msgid=2650473809&from_itemidx=1&count=3&nolastread=1&uin=&key=&devicetype=Windows+10+x64&version=6302019c&lang=zh_CN&ascene=0&fontgear=2)
+ [构建广告平台](https://cloud.google.com/architecture/infrastructure-options-for-building-advertising-platforms?hl=zh-cn)
+ [GA小站](https://www.ichdata.com/)
+ [网推实训营](https://www.shixunying.com/)
+ [吴良超的学习笔记-计算广告](https://wulc.me/tags/%E8%AE%A1%E7%AE%97%E5%B9%BF%E5%91%8A/)

## 博客
+ [风雪之隅](http://www.laruence.com/) -- PHP7核心开发者, Yaf, Yar, Yac等项目作者的博客
+ [韩天峰(Rango)的博客](http://rango.swoole.com/) -- Swoole作者的博客
+ [阮一峰的网络日志](http://www.ruanyifeng.com/blog/archives.html)
+ [agentzh的博客](http://blog.sina.com.cn/openresty) -- Openresty作者的博客
+ [并发编程网](http://ifeve.com/)
+ [PingCAP官方博客](https://pingcap.com/blog-cn/)
+ [Netkiller系列手札](http://netkiller.github.io/) -- Netkiller 系列电子书
+ [火丁笔记](http://huoding.com/) -- 火丁为「灯」,即:「LAMP」!
+ [小谈博客](https://www.tanteng.me/blog) -- 一个专注WEB开发的技术博客
+ [pagefault](http://www.pagefault.info/) -- 熟悉c,高性能网络服务器开发
+ [云风的 BLOG](http://blog.codingnow.com/) -- 思绪来得快去得也快,偶尔会在这里停留
+ [Hawstein's Blog](http://www.hawstein.com/) -- Scala周报
+ [stevewang的博客](http://blog.sina.com.cn/u/2615392497) -- Golang博客
+ [李子的博客](http://blog.lifeibo.com/) -- 关注高性能网络服务器,关键C200k
+ [Mengkang's land](http://mengkang.net/) -- PHP/Java相关博客
+ [我的志愿是做一个校长](http://guweigang.com/) -- PHP相关博客
+ [张宴的博客](http://zyan.cc/index.php) -- Web系统架构与底层研发
+ [酷壳](http://coolshell.cn/) -- 享受编程和技术所带来的快乐
+ [沈逸的个人站点](http://www.hishenyi.com/)
+ [伯乐在线--吳YH堅](http://www.jobbole.com/members/wuyinghao/)
+ [博学无忧--信海龙的博客](http://www.bo56.com/)
+ [JerryQu 的小站](https://imququ.com/) -- 专注 WEB 端开发
+ [SharEDITor](http://www.shareditor.com/) -- Big Data ITors
+ [Taylor Otwell](https://medium.com/@taylorotwell) -- Laravel作者的博客
+ [bboyjing's blog](http://bboyjing.github.io/)
+ [njpjsoftdev的博客](http://blog.csdn.net/njpjsoftdev/article)
+ [黑客画家的博客](https://my.oschina.net/fileoptions/blog?sort=time&temp=1506045459054)
+ [fengyun.rui的博客](http://xiaorui.cc/) -- Python和Golang

## 公开课
+ [机器学习入门](https://cn.udacity.com/course/intro-to-machine-learning--ud120)
+ [深度学习](https://cn.udacity.com/course/deep-learning--ud730)
+ [深度学习基础介绍-机器学习](http://www.maiziedu.com/course/373/)
+ [麻省理工学院公开课:算法导论](http://open.163.com/special/opencourse/algorithms.html)
+ [南京大学:计算机操作系统](https://www.coursera.org/learn/jisuanji-caozuo-xitong/)
+ [北京大学:操作系统原理](https://class.coursera.org/os-001/lecture)

## 工具
+ [正则表达式解析工具](https://jex.im/regulex/)
+ [正则表达式解析匹配工具](https://regex101.com/)
+ [在线Latex公式编辑工具](codecogs.com/latex/eqneditor.php?lang=zh-cn)--[简单语法](http://mohu.org/info/symbols/symbols.htm)
+ [icon转为web字体](https://icomoon.io/app/#/select)
+ [icon查找](http://www.iconfont.cn/)
+ [画图工具](https://www.processon.com)
+ [html和markdown转换工具](http://www.atool.org/html2markdown.php)
+ [工业和信息化部ICP/IP地址/域名信息备案管理系统](http://www.miitbeian.gov.cn/publish/query/indexFirst.action)
+ [搜英文缩写](http://shortof.com/)
+ [在线计算文件MD5/SHA1/CRC32值](http://www.cnfree.org/tools/hash.php)
+ [域名信息查询(WHOIS)](https://whois.aliyun.com/)
+ [各大搜索引擎提交入口](http://www.seo468.com/seo/11.html)
+ [让你的网站免费支持 HTTPS 及 Nginx 平滑升级](http://www.cnblogs.com/mafly/p/https_nginx.html)
+ [Typora--好用的Markdown编辑器](http://support.typora.io/)
+ [certbot - 配置 HTTPS 证书工具](https://certbot.eff.org/)
+ [Test your PHP code](http://sandbox.onlinephpfunctions.com/)
+ [Json to Golang Struct](https://mholt.github.io/json-to-go/)

## 第三方
+ [聚合支付系统服务商集成支付宝即时到账接口教程](http://www.jianshu.com/p/e8b84af03006)
+ [Socialite Providers](http://socialiteproviders.github.io/)

## 教程网站
+ [网易公开课](http://open.163.com/)
+ [慕课网(IMOOC)-国内最大的IT技能学习平台](http://www.imooc.com/course/list)
+ [实验楼 - 第一家以实验为核心的IT在线教育平台](https://www.shiyanlou.com/courses/)
+ [麦子学院 - 专业IT职业在线教育平台](http://www.maiziedu.com/)
+ [极客学院 IT在线教育平台-中国最大的IT职业在线教育平台](http://www.jikexueyuan.com/)
+ [汇智网 - 最前沿的在线互动编程学习平台](http://www.hubwiz.com/course/)
+ [优达学城 (Udacity) - 传授硅谷的名企官方课程](https://cn.udacity.com)
+ [AI教程](http://www.studyai.com/course/index/)

## 视频网站
+ [Tubidy Videos](http://gnext.net/)
+ [YouTube](https://www.youtube.com/)

## 简历
+ [程序员简历模板](https://github.com/geekcompany/ResumeSample)

## 安装
### Mac
+ [Mac下Brew安装Nginx+Lua环境](http://www.dev-crazy.com/mac/mac%E4%B8%8Bbrew%E5%AE%89%E8%A3%85nginxlua%E7%8E%AF%E5%A2%83/)
+ [打开Mac OSX原生的NTFS功能](http://www.tianwaihome.com/2014/07/mac-osx-ntfs.html)
+ [三种方式配置Mac OS X的启动项](http://blog.csdn.net/abby_sheen/article/details/7817198)
+ [Fix error formulae found in multiple taps](http://stackoverflow.com/questions/30864992/how-can-i-fix-error-formulae-found-in-multiple-taps)
+ [Homebrew的安装与使用](http://linfan.info/blog/2012/02/25/homebrew-installation-and-usage/)

### Ubuntu
+ [ubuntu安装配置elasticSearch](http://www.linuxdiyf.com/linux/17529.html)