编程资源

后端

Phalcon 官方文档,对于PHP开发,这个要熟读一遍

PHP编程之道 https://phptherightway.golaravel.com/#mysql_extension

Packagist / Composer

第三方依赖包管理工具,使用者只需要在项目中声明依赖的库,Composer会帮你安装和更新它们。

https://getcomposer.org/

Phinx

这是是为PHP开发的,数据库迁移工具, 支持PHP和SQL两种写法。 使用PHP语法,让数据库在不同迁移变的更方便。

https://phinx.org/

网络爬虫

https://doc.phpspider.org/configs-members.html

xpath helper插件

微服务

微服务架构Rails应用

https://blog.codeship.com/architecting-rails-apps-as-microservices/

前端

Grunt

官方地址 https://gruntjs.com/

安装、配置 https://www.jetbrains.com/help/phpstorm/2016.2/using-grunt-task-runner.html#d419175e523

GIT

阮一峰的git日志:http://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html

原文地址:https://www.cnblogs.com/psy-sdudio/p/8267722.html