KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
awesome-me
★ 15
Open GitHub ↗
my php learn plan.
Download README (.md)
Explore Similar Repositories
car-ad-web
:
车载广告投放系统Web端-同济软院2016专业综合项目
rounded-polygon
:
Create any size of regular rounded polygon.
fsharp-data-processing-pipeline
:
Provides an extensible solution for creating Data Processing Pipelines in F#.
lets-learn-hangul
:
Interactive lessons to learn to read Hangul
swagger-editor-electron
:
Run standalone Swagger Editor in Electron shell
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
awesome-me
?
Download (.md)
# php-learn my php learn plan. ## Mac 工具集 * [Atom](https://atom.io/) * [markdown-preview-enhanced 炒鸡好用的 markdown 插件](https://shd101wyy.github.io/markdown-preview-enhanced/#/zh-cn/) ## PHP 相关 * [FastD PHP Web框架](https://github.com/JanHuang/fastD) * [PHP路由](https://github.com/JanHuang/routing) * [Swoole网络组件](https://github.com/JanHuang/swoole) * [PHPHttp解析组件](https://github.com/JanHuang/http) * [PHP数据库](https://github.com/JanHuang/database) * [PHP对象生成器](https://github.com/JanHuang/database) * [PHP错误处理组件](https://github.com/JanHuang/debug) * [PHP配置](https://github.com/JanHuang/config) * [PHP命令行工具](https://github.com/JanHuang/console) * [PHP简单容器](https://github.com/JanHuang/container) * [PHP注释解析组件](https://github.com/JanHuang/annotation) * [PHP文件处理(基于symfony/finder)](https://github.com/JanHuang/finder) * [PHP数据存储](https://github.com/JanHuang/storage) * [PHP日子处理(基于monolog)](https://github.com/JanHuang/logger) * [PHP模板引擎(基于twig)](https://github.com/JanHuang/template) * [PHP中间件](https://github.com/JanHuang/middleware) * [PHP单元测试](https://github.com/JanHuang/testing) * [HTTP 中间件](https://github.com/JanHuang/middleware) * [PHP 数据类型操作](https://github.com/JanHuang/utils) ## 网络编程 * [Swoole](https://github.com/JanHuang/swoole) #### PHP 知识 * 基础HTML、JavaScript、CSS知识 * [环境配置,内置 Web 服务器](http://php.net/manual/zh/features.commandline.webserver.php) * [PSR 知识]() * Git 版本管理 * Composer 与 Packagist * 代码注释 * PEAR * 命名空间 * 日期相关 * 设计模式 * 依赖注入、容器 * 数据库操作、注入 * PHP 模板??? (能够深入PHP,而不仅仅在套模板上) * 错误与异常 * web 安全,密码哈希 * CLI 命令行 * 配置文件 * 多环境配置,测试环境,开发环境,生产环境 * 应用测试,单元测试,测试驱动 * 持续集成 * 服务与部署、PaaP 服务 * Vagrant * 缓存,OPcode,文件缓存,redis 缓存 * 开源框架、开源组件 * Symfony * Laravel * FastD * Slim * cakePHP * 热门社区,Github * 网络编程 (Swoole) * 其他语言学习,go、python、lua、C/C++ * PHP扩展开发 * 架构基础,理论 * 分布式概念 * 服务化概念 * 实践 RPC #### 运维知识 * linux 环境搭建,centos,ubuntu,arch * 基本文件目录管理命令 * 压缩打包命令 * 挂载命令 * vim编辑器使用 * 磁盘管理命令 * 用户管理 * 权限管理 * 进程管理 * 计划任务 * 服务管理 * 系统管理 * FTP, SFTP * shell编程 * lnmp 环境部署 * php * nginx * mysql * nginx web配置 * 网络管理,抓板 * DNS,LVS * TCP/IP * 虚拟化,docker * 自动化工具 Puppet,ansible * 系统工具 SaltStack * 监控工具 zabbix,Cacti * 安全 iptables * 配置管理 CMDB * 内核配置及优化 * Linux C * 硬件 #### 架构思维 * LNMP 搭建 * Nginx 负载均衡 * 网络通信,Socket编程,Swoole扩展 * 缓存 NoSQL * 消息队列 * 异步通知 * 池 * 负载策略 * 网关入口 * 监控体系 * 监控指标与可用性 * 性能预判 * 网络通信,Socket编程,Swoole扩展 #### 分布式概念 * 调度器 * 网络通信 * 一致性 * 消息队列 #### 监控体系 * 监控指标 * 可用性 * CPU,memory,磁盘,网络 * 执行时长,调用链 #### 日志分析 * flume * ELK * Hive * Hadoop #### 大数据 * hive * Hadoop