https://github.com/wangpin34/materials
web 工程师进阶
https://github.com/wangpin34/materials
android css docker html http javascript learning linux materials mongodb nodejs react spring websocket
Last synced: about 2 months ago
JSON representation
web 工程师进阶
- Host: GitHub
- URL: https://github.com/wangpin34/materials
- Owner: wangpin34
- Created: 2015-10-09T03:14:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T07:33:16.000Z (almost 5 years ago)
- Last Synced: 2025-04-03T22:41:44.429Z (3 months ago)
- Topics: android, css, docker, html, http, javascript, learning, linux, materials, mongodb, nodejs, react, spring, websocket
- Homepage:
- Size: 113 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web 工程师进阶
## 规范(spec/rfc)
### [whatwg](https://whatwg.org/)
* https://blog.whatwg.org/
* https://dom.spec.whatwg.org/
* https://html.spec.whatwg.org/
* https://github.com/whatwg
### [css-modules](https://github.com/css-modules/css-modules)
## 社区
* [stackoverflow](http://stackoverflow.com/)
* [cnode](https://cnodejs.org/) [网站代码](https://github.com/cnodejs/nodeclub/)
* [nodejs 中文社区](http://www.nodejs.net/)
* [segmentfault](http://segmentfault.com/)## 在线学习
* [w3school](http://www.w3school.com.cn/index.html)
* [codesandbox](https://codesandbox.io)## 博客
### css
* [张鑫旭](http://www.zhangxinxu.com/)
### react
* [Dan Abramov](https://overreacted.io/)
### 国内 web 框架研究者/作者
* [玉伯 lifesinger](https://github.com/lifesinger/lifesinger.github.io/issues)
* [司徒正美](http://www.cnblogs.com/rubylouvre/)
### 工程
* [张云龙](https://github.com/fouber/blog)
* [xufei](https://github.com/xufei/blog/issues)
### 其他
* [阮一峰的网络日志](http://www.ruanyifeng.com/blog/)
* [粉丝日志](http://blog.fens.me/)
* [掌心](http://www.zhanxin.info/)
* [云路](http://www.iyunlu.com/view/)
* [邱俊涛 I code it](http://icodeit.org/)
* [淘宝 ued](http://ued.taobao.org/blog/)
* [QUQU](https://imququ.com/)## 资料
### 基础
* [ES6 入门](http://es6.ruanyifeng.com/)
* [eloquent javascript | 雄辩的 javascript ](http://eloquentjavascript.net/)
* [it-ebooks](http://www.it-ebooks.info/) Most books are not available
* [CSS.Secrets](https://res.wisedu.com/FS/%E5%89%8D%E7%AB%AF%E5%85%A5%E9%97%A8/3.%20CSS.Secrets.Better.Solutions.to.Everyday.Web.Design.Problems.pdf)
* [google js style](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml)
* [google web fundamentals](https://developers.google.com/web/fundamentals/)
* [status code 定义](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html)### 工程
#### 单元测试
* [Testing With Mocha, Sinon.js & Mocking Request](http://bulkan-evcimen.com/testing_with_mocha_sinon)
* [node 单元测试入门](http://blog.csdn.net/wp270280522/article/details/48734409)
* [sinon](http://sinonjs.org/docs/) 用于在测试中模拟数据库,http和任何你想要模拟的函数
* [chai](http://chaijs.com/) 简单好用的断言库## 框架/库
### react/vue/angular
* [react](https://facebook.github.io/react/)
* [vue](https://github.com/vuejs/vue)
* [angular](https://github.com/angular/angular)
* [react-native](https://facebook.github.io/react-native/)
* [redux](http://redux.js.org/docs/introduction/)
* [Rxjs](https://github.com/Reactive-Extensions/RxJS)### web 服务
* [Express](http://expressjs.com/)
* [Koa](https://github.com/koajs/koa)### 移动端
* [kotlin lang](https://kotlinlang.org/docs/tutorials/android-frameworks.html)### 模板引擎
* [jade](http://jade-lang.com/reference/) 由于商标问题, jade 已经改名为 pug
* [pug](https://github.com/pugjs/pug)
* [ejs](https://github.com/tj/ejs)### Great Spring
java/spring 依然是后台微服务首选。
* [tools](https://spring.io/tools/sts/all)
* [rest service](https://spring.io/guides/gs/rest-service/#initial)
* [spring boot](https://projects.spring.io/spring-boot/#quick-start)
* [cli](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started-installing-the-cli)
* [springfox](http://springfox.github.io/springfox/docs/current/#introduction)## 广度
### 设计
* [Material Design](https://material.io/guidelines/#)
* [Dribbble](https://dribbble.com/)
* [Huaban](http://huaban.com/)### 浏览器
* [Chromium](https://www.chromium.org/Home)### 显示文档,图片
* [如何在浏览器中显示word文档](http://stackoverflow.com/questions/9418850/how-to-display-a-word-document-using-fancybox)### 优化
* ***前端优化是一个循序渐进的过程***。
* ***只要适合当前技术和业务的优化方案,就是好的方案***。### 架构
* [理解RESTful架构](http://www.ruanyifeng.com/blog/2011/09/restful)### 网络
* [不同网段的访问问题](http://networkengineering.stackexchange.com/questions/10530/ping-between-different-subnet-across-a-link)### 算法
### linux
* [鸟哥linux基础篇](http://vbird.dic.ksu.edu.tw/linux_basic/linux_basic.php)
* [鸟哥linux服务器篇](http://vbird.dic.ksu.edu.tw/linux_server/)