Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fex-team/fex-edu
FEX 学院
https://github.com/fex-team/fex-edu
Last synced: about 1 month ago
JSON representation
FEX 学院
- Host: GitHub
- URL: https://github.com/fex-team/fex-edu
- Owner: fex-team
- License: cc0-1.0
- Created: 2014-05-12T09:10:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T11:53:25.000Z (over 6 years ago)
- Last Synced: 2024-08-03T09:12:17.168Z (4 months ago)
- Size: 21.5 KB
- Stars: 512
- Watchers: 101
- Forks: 215
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - fex-edu - team | 511 | (Others)
README
FEX 学院
=======这里将列出可以学习的各种知识,不要求大家都掌握,仅作为学习参考。
请勿在这个页面上打钩,而应该 Fork 到自己的目录下操作。
本页内容编辑的主要原则:
- 尽量放实用的新技术,而不是过时的技术,如 hasLayout
- 人人都会的就不放了,如 Firebug
- 层次结构不要太深
- 不求全,挑几个最好的就可以了
- 没几个人喜欢的技术就不列了,比如 GWT
- 图书名称要加书名号,有中文版也列在同一行,链接指向豆瓣## 代码编写和训练
- [ ] [freeCodeCamp](http://freecodecamp.com/),有很多训练题,可以在线编辑测试
## 前端工具
- [ ] [FIS](http://fis.baidu.com/)
## 网络相关
协议
- [ ] [HTTP 1.1](http://www.w3.org/Protocols/rfc2616/rfc2616.html)、[HTTP 2.0](http://http2.github.io/)
- [ ] [TLS](http://en.wikipedia.org/wiki/Transport_Layer_Security)
- [ ] [TCP](http://en.wikipedia.org/wiki/Transmission_Control_Protocol)
- [ ] [QUIC](http://en.wikipedia.org/wiki/QUIC)
- [ ] [IP 协议](http://tools.ietf.org/html/rfc791)
- [ ] [3G](http://en.wikipedia.org/wiki/3G)
- [ ] [LTE](http://en.wikipedia.org/wiki/LTE_(telecommunication))
- [ ] [Web Socket](http://tools.ietf.org/html/rfc6455)网络工具
- [ ] [Wireshark](http://www.wireshark.org/),强大的网络分析工具,可以查看 TCP 请求的细节
推荐书籍
- [ ] 《[Computer Networking: A Top-Down Approach](http://book.douban.com/subject/10573157/)》《[计算机网络:自顶向下方法与Internet特色](http://book.douban.com/subject/1391207/)》
- [ ] 《[High-Performance Browser Networking](http://book.douban.com/subject/21866396/)》《[Web性能权威指南](http://book.douban.com/subject/25856314/)》## 设计相关
- [ ] [Responsive Web Design](http://www.smashingmagazine.com/tag/responsive-design/)
- [ ] 《[The Complete Manual of Typography](http://book.douban.com/subject/7070562/)》可以参考的设计网站
- [Subtle Patterns](http://subtlepatterns.com/)
- [Dribbble](https://dribbble.com/)
- [Weebly](http://www.weebly.com/),有很多网站模板## 前端框架
- [ ] [Angularjs](http://angularjs.org/)
- [ ] [Angular](http://angular.io/)
- [ ] [React](http://facebook.github.io/react/)
- [ ] [Vue](https://vuejs.org/)## CSS 及 UI
- [ ] [Sass](http://sass-lang.com/)
- [ ] [Less](http://lesscss.org/)
- [ ] [Compass](http://compass-style.org/)
- [ ] [Bourbon](http://bourbon.io/)
- [ ] [Bootswatch](http://bootswatch.com/)
- [ ] [Semantic UI](http://semantic-ui.com/)
- [ ] [Chocolatechip UI](http://chocolatechip-ui.com/)## Web Components
- [ ] [Polymer](http://www.polymer-project.org/)
- [ ] [X-Tag](http://x-tags.org/)## 前端模板
- [ ] [BaiduTemplate](https://github.com/BaiduFE/BaiduTemplate)
- [ ] [EJS](https://github.com/visionmedia/ejs)## JavaScript/DOM
- [ ] [TypeScript](http://www.typescriptlang.org/)
- [ ] 《[Secrets of the JavaScript Ninja](http://book.douban.com/subject/3176860/)》## 编码及转义
- [ ] [The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)](http://www.joelonsoftware.com/articles/Unicode.html)
- [ ] [What Every Programmer Absolutely, Positively Needs To Know About Encodings And Character Sets To Work With Text](http://kunststube.net/encoding/)## 安全相关
- [ ] 《[The Web Application Hacker's Handbook](http://book.douban.com/subject/6910515/)》《[黑客攻防技术宝典(第2版)](http://book.douban.com/subject/10793814/)》
- [ ] 《[The Browser Hacker's Handbook](http://book.douban.com/subject/24550924/)》
- [ ] 《[白帽子讲Web安全](http://book.douban.com/subject/10546925/)》
- [ ] [终极XSS防护备忘录](http://www.fooying.com/chinese-translationthe-ultimate-xss-protection-cheatsheet-for-developers/)## 性能优化
- [ ] [Facebook : The Mature Optimization Handbook](http://carlos.bueno.org/optimization/),相当专业
- [ ] 《[构建高性能Web站点(修订版)](http://book.douban.com/subject/10812787/)》
- [ ] 《[Web性能权威指南](http://book.douban.com/subject/25856314/)》
- [ ] 《[高性能网站建设指南](http://book.douban.com/subject/3132277/)》
- [ ] 《[高性能网站建设进阶指南](http://book.douban.com/subject/4719162/)》
- [ ] [Google - Web Fundamentals : A handbook for best practices](https://developers.google.com/web/fundamentals/)
- [ ] [Make the Web Faster — Google Developers](https://developers.google.com/speed/)## 数据可视化
- [ ] [EChart](http://echarts.baidu.com/)
- [ ] [D3.js](http://d3js.org/)
- [ ] [kitycharts](https://github.com/fex-team/kitycharts)
- [ ] [Highcharts](http://www.highcharts.com/)## 响应式设计
- [ ] [Gumby](http://gumbyframework.com/)
- [ ] [Uikit](http://getuikit.com/)## 浏览器
- [ ] [How Browsers Work: Behind the scenes of modern web browsers](http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/)
- [ ] [浏览器渲染原理](http://learn.baidu.com/courseInfo.html?courseId=562)## Node
## Linux 相关
- [ ] [认识与学习 BASH](http://vbird.dic.ksu.edu.tw/linux_basic/0320bash.php)
## 个人成长
- [ ] 《[远大前程](http://book.douban.com/subject/7155000/)》
- [ ] 《[卓有成效的管理者](http://book.douban.com/subject/1322025/)》
- [ ] 《[成为技术领导者 : 解决问题的有机方法](http://book.douban.com/subject/1132623/)》
- [ ] 《[你就是极客](http://book.douban.com/subject/7055331/)》
- [ ] 《[Apprenticeship Patterns](http://book.douban.com/subject/3572917/)》《[软件开发者路线图](http://book.douban.com/subject/4924164/)》
- [ ] 《[影响力](http://book.douban.com/subject/6712294/)》
- [ ] 《[如何高效学习](http://book.douban.com/subject/25783654/)》## 架构
- [ ] 《[系统之美 : 决策者的系统思考](http://book.douban.com/subject/11528220/)》
- [ ] 《[大规模Web服务开发技术](http://book.douban.com/subject/6758780/)》## 软件工程
- [ ] 《[Joel谈优秀软件开发方法](http://book.douban.com/subject/2193777/)》
- [ ] 《[代码大全](http://book.douban.com/subject/1477390/)》## 计算机基础
- [ ] 《[编码](http://book.douban.com/subject/20260928/)》
- [ ] 《[穿越计算机的迷雾](http://book.douban.com/subject/5432475/)》
- [ ] 《[计算机系统概论 : (原书第2版)](http://book.douban.com/subject/2185076/)》
- [ ] 《[Operating System Concepts](http://book.douban.com/subject/10076960/)》《[操作系统概念](http://book.douban.com/subject/4289836/)》
- [ ] 《[Computer Architecture, Fifth Edition : A Quantitative Approach](http://book.douban.com/subject/6795919/)》《[计算机体系结构](http://book.douban.com/subject/7006537/)》
- [ ] 《[程序员的自我修养](http://book.douban.com/subject/3652388/)》
- [ ] 《[Computer Systems](http://book.douban.com/subject/3023631/)》《[深入理解计算机系统(原书第2版)](http://book.douban.com/subject/5407246/)》## 数据库
- [ ] 《[NoSQL Distilled](http://book.douban.com/subject/7952514/)》
- [ ] 《[High Performance MySQL](http://book.douban.com/subject/10443458/)》《[高性能MySQL](http://book.douban.com/subject/23008813/)》
- [ ] 《[MongoDB权威指南](http://book.douban.com/subject/25798102/)》## 行业
- [ ] 《[黑客与画家](http://book.douban.com/subject/6021440/)》
- [ ] 《[浪潮之巅](http://book.douban.com/subject/6709783/)》