Skip to content

Commit

Permalink
Trivial fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
xfq committed Apr 11, 2014
1 parent b0ee04f commit 121d3f2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
21 changes: 11 additions & 10 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 80,12 @@ Although the project would be maintained in plain text instead, I promise a smal
- [HTTPWatch](http://www.httpwatch.com/)
- [DynaTrace's Ajax](http://www.compuware.com/application-performance-management/dynatrace-ajax-download.html)
- [High-performance JavaScript](http://book.douban.com/subject/5362856/)
- Knownledge base
- Data structure
- General programming knowledge
- [Data structure](http://en.wikipedia.org/wiki/Data_structure)
- OOP/AOP
- [Prototype chain](http://net.tutsplus.com/tutorials/javascript-ajax/prototypes-in-javascript-what-you-need-to-know/)/Scope chain
- [Closure](http://www.jibbering.com/faq/notes/closures/)
- Functional Programming
- [Programming paradigms](http://en.wikipedia.org/wiki/Programming_paradigm)
- [Design Patterns](http://addyosmani.com/resources/essentialjsdesignpatterns/book/)
- [Javascript Tips](http://sanshi.me/articles/JavaScript-Garden-CN/html/index.html)
- Deployment flow
Expand Down Expand Up @@ -120,7 120,7 @@ Although the project would be maintained in plain text instead, I promise a smal
- ADsafe/Caja/Sandbox
- Mobile Web
- HTML5/CSS3
- Responsive
- [Responsive web design](http://en.wikipedia.org/wiki/Responsive_web_design)
- [Zeptojs](http://zeptojs.com/)/[iScroll](http://cubiq.org/iscroll)
- V5/[Sencha Touch](http://www.sencha.com/products/touch)
- [PhoneGap](http://phonegap.com/)
Expand All @@ -134,10 134,10 @@ Although the project would be maintained in plain text instead, I promise a smal
- [CSSConf](http://cssconf.com/)
- YDN/YUIConf
- HybridApp
- Computer knowledge
- Computer science
- Compilation principle
- Network
- OS
- [Computer network](http://en.wikipedia.org/wiki/Computer_network)
- [OS](http://en.wikipedia.org/wiki/Operating_system)
- Algorithm principle
- Software Engineering/Software testing principle
- Soft skills
Expand All @@ -150,14 150,15 @@ Although the project would be maintained in plain text instead, I promise a smal
- SVG: [D3](http://d3js.org/)/[Raphaël](http://raphaeljs.com/)/[Snap.svg](http://snapsvg.io/)/[DataV](http://datavlab.org/datavjs/)
- Canvas: [CreateJS](http://www.createjs.com/)/[KineticJS](http://kineticjs.com/)
- Backend Engineer
- Languages
- Programming languages
- C/C /Java/PHP/Ruby/Python/...
- Server
- Web server
- [Nginx](http://nginx.org/en/)
- [Apache](http://httpd.apache.org/)
- [Lighttpd](http://www.lighttpd.net/)
- Databases
- SQL
- MySQL/PostgreSQL/Oracle
- [MySQL](http://www.mysql.com/)/[PostgreSQL](http://www.postgresql.org/)/[Oracle](http://www.oracle.com/us/products/database/overview/index.html)
- [MongoDB](http://www.mongodb.org/)/[CouchDB](http://couchdb.apache.org/)
- Data Caching
- [Redis](http://redis.io/)
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 81,11 @@ Frontend Knowledge Structure
- [DynaTrace's Ajax](http://www.compuware.com/application-performance-management/dynatrace-ajax-download.html)
- [高性能JavaScript](http://book.douban.com/subject/5362856/)
- 编程知识储备
- 数据结构
- [数据结构](http://zh.wikipedia.org/wiki/数据结构)
- OOP/AOP
- [原型链](http://net.tutsplus.com/tutorials/javascript-ajax/prototypes-in-javascript-what-you-need-to-know/)/作用域链
- [闭包](http://www.jibbering.com/faq/notes/closures/)
- 函数式编程
- [编程范型](http://zh.wikipedia.org/wiki/编程范型)
- [设计模式](http://addyosmani.com/resources/essentialjsdesignpatterns/book/)
- [Javascript Tips](http://sanshi.me/articles/JavaScript-Garden-CN/html/index.html)
- 部署流程
Expand Down Expand Up @@ -120,7 120,7 @@ Frontend Knowledge Structure
- ADsafe/Caja/Sandbox
- 移动Web
- HTML5/CSS3
- 响应式设计
- [响应式网页设计](http://zh.wikipedia.org/wiki/响应式网页设计)
- [Zeptojs](http://zeptojs.com/)/[iScroll](http://cubiq.org/iscroll)
- V5/[Sencha Touch](http://www.sencha.com/products/touch)
- [PhoneGap](http://phonegap.com/)
Expand All @@ -136,8 136,8 @@ Frontend Knowledge Structure
- HybridApp
- 计算机知识储备
- 编译原理
- 计算机网络
- 操作系统
- [计算机网络](http://zh.wikipedia.org/wiki/计算机网络)
- [操作系统](http://zh.wikipedia.org/wiki/操作系统)
- 算法原理
- 软件工程/软件测试原理
- 软技能
Expand All @@ -152,12 152,13 @@ Frontend Knowledge Structure
- 后端工程师
- 编程语言
- C/C /Java/PHP/Ruby/Python/...
- 服务器
- 网页服务器
- [Nginx](http://nginx.org/en/)
- [Apache](http://httpd.apache.org/)
- [Lighttpd](http://www.lighttpd.net/)
- 数据库
- SQL
- MySQL/PostgreSQL/Oracle
- [MySQL](http://www.mysql.com/)/[PostgreSQL](http://www.postgresql.org/)/[Oracle](http://www.oracle.com/us/products/database/overview/index.html)
- [MongoDB](http://www.mongodb.org/)/[CouchDB](http://couchdb.apache.org/)
- 数据缓存
- [Redis](http://redis.io/)
Expand Down

0 comments on commit 121d3f2

Please sign in to comment.