Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoubin/engineering
技术总结
https://github.com/zoubin/engineering
Last synced: 8 days ago
JSON representation
技术总结
- Host: GitHub
- URL: https://github.com/zoubin/engineering
- Owner: zoubin
- Created: 2015-08-31T06:23:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T17:41:38.000Z (10 months ago)
- Last Synced: 2024-04-09T16:29:04.362Z (7 months ago)
- Language: JavaScript
- Homepage: https://zoub.in/engineering
- Size: 2.92 MB
- Stars: 67
- Watchers: 7
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## references
- [JavaScript Decorators](docs/references/decorator.md)
- [前端开发学习路线](docs/references/font-end-developer-learning-roadmap.md)
- [Great Articles](docs/references/great-articles.md)
- [Promises](docs/references/promise-generator-async-await.md)## topics
### cascading-style-sheets
- [CSS Cascading](docs/topics/cascading-style-sheets/cascading/index.md)
- [Flexbox](docs/topics/cascading-style-sheets/flexbox.md)
- [CSS Layout](docs/topics/cascading-style-sheets/layout/index.md)
- [文档渲染时两种视口的作用](docs/topics/cascading-style-sheets/two-viewports.md)### electron
- [Install](docs/topics/electron/install.md)### networking
- [Authentication](docs/topics/networking/authentication.md)
- [HTTP2](docs/topics/networking/http2.md)
- [HTTPS](docs/topics/networking/https.md)### node
- [Node.js Stream - 基础篇](docs/topics/node/streams/basics/index.md)
- [Node.js Stream - 几个需要注意的问题](docs/topics/node/streams/extra/bonus.md)
- [Node.js Stream - 流对数据的编码与解码](docs/topics/node/streams/extra/encoding.md)
- [Node.js Stream](docs/topics/node/streams/index.md)
- [Node.js Stream - 进阶篇](docs/topics/node/streams/internals/index.md)
- [Node.js Stream - 实战篇](docs/topics/node/streams/programming/index.md)### react
- [快速入门](docs/topics/react/main-concepts.md)## updates
### 2015
- [Character encoding](docs/updates/2015/character-encoding.md)
- [cheat sheet - mac os keyboard shortcuts](docs/updates/2015/cheat-sheet-mac.md)
- [cheat sheet - vim](docs/updates/2015/cheat-sheet-vim.md)
- [command mode in vim](docs/updates/2015/command-mode-in-vim.md)
- [motion in vim](docs/updates/2015/motion-in-vim.md)
- [随机数生成问题](docs/updates/2015/random-numbers.md)### 2016
- [前后端大数精度不一致可能引起问题](docs/updates/2016/js-floating-point.md)### 2017
- [JS中一些有关原型的问题](docs/updates/2017/prototype-in-js.md)### 2018
- [fetch](docs/updates/2018/fetch.md)### 2021
- [不可写属性的继承问题](docs/updates/2021/object-create-and-nonwritable-properties.md)