date: 2019-07-05 00:40:39
title: tech| 核心技术能力
核心能力整理:
- 语言: 主力 php, 能读 go/python/js/java/c/c++ 源码并借鉴
- 源码: 开源 框架 语言细节
- 核心技术栈: LNMP
# php
- [Swoole:重新定义PHP](http://wiki.swoole.com/):扩展 php 在服务器编程领域的边界
- [php manual](http://www.php.net/manual/en/index.php):大致过一遍;随用随查
- [php the right way](http://www.phptherightway.com/):面向现代化的 php 开发者
- [php 标准规范 psr](https://psr.phphub.org/):php道德规劝委员会
- [php 学习路线图](https://www.zhihu.com/question/27170424)
- [composer - php 包管理](http://docs.phpcomposer.com/):[packagist - The PHP Package Repository](https://packagist.org/)
- [learnku-php 社区](https://learnku.com/php): 社区文档很给力
- 关注大咖: [rango](http://rango.swoole.com/) [鸟哥](http://www.laruence.com/) [phpconchina](http://www.phpconchina.com/)
i can say in confidence that i enjoy working with php.
php is best.
# linux
- [Linux快速工具教程](http://linuxtools-rst.readthedocs.org/zh_CN/latest/)
- [linux命令查询](http://wangchujiang.com/linux-command/)
- [linux kernel](https://www.kernel.org/)
ubuntu wiki 几点忠告:
- 不要当传教士
- 不要强迫自己
- 不要 ‘玩’ linux
- 不要挑剔发行版
- 不要盲目升级
- 不要配置你不需要的东西
- 不要习惯使用 root;只在需要的时候使用
- 不要用商业眼光对待 linux
- 干的正事去
# mysql
- [高性能mysql](book/high_performance_mysql.md)
tool: datagrip mycli
# nginx