个人收录的系统架构学习资料——持续更新

前端开发学习:
1、Angular.js
https://angular.io/
2、Ionic
http://ionicframework.com/docs/v2/intro/installation/
3、ECMAScript 6
http://es6.ruanyifeng.com/
4、TypeScript
https://www.tslang.cn/
5、React
https://reactjs.org/
6、React Native
https://reactnative.cn/
https://facebook.github.io/react-native/

后端开发学习
1、FosRestBundle
http://symfony.com/doc/master/bundles/FOSRestBundle/index.html
https://www.cloudways.com/blog/rest-api-in-symfony-3-1/
https://rootstack.com/en/blog/building-restfull-api-symfony-2-part-1
2、Symfony Translation
http://symfony.com/doc/master/translation.html
3、OAuth 2.0
https://oauth.net/2/
4、FOSOAuthServerBundle
https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blob/master/Resources/doc/index.md
http://stackoverflow.com/questions/21259190/how-to-implement-fosoauthserverbundle-to-secure-a-rest-api

Redis 数据库学习
http://www.runoob.com/redis/redis-tutorial.html
1、Redis - Pub/Sub (发布 / 订阅)
http://blog.csdn.net/clh604/article/details/19754939
https://github.com/matyhtf/webim
2、Redis - Script (脚本)
3、Redis - Transaction (事务)
4、Redis 实现多人多聊天室功能
http://www.05935.com/85/1725813/
http://www.jb51.net/article/96312.htm
5、Redis 消息队列应用实践
http://www.jb51.net/article/87634.htm
https://my.oschina.net/maczhao/blog/384615

系统架构学习
1、Linux进深
http://www.92csz.com/study/linux/
2、Linux后台任务定时器
http://www.jb51.net/article/98640.htm
3、Nginx服务器配置
http://www.nginx.cn/doc/index.html

你可能感兴趣的:(学习资料)