前端不常用的硬核工具

取变量名称
https://unbug.github.io/codelf/#name
中文文档集合
https://docschina.org/
静态资源托管cdn
https://cdn.baomitu.com/
正则大全
https://mulanos.oschina.net/p/any-rule
在线工具
https://tool.lu/
基地
http://www.549.tv/

javascript-algorithms(基于javascript的算法和数据结构)
https://github.com/trekhleb/javascript-algorithms
nodebestpractices(Node.js最佳实践)
https://github.com/goldbergyoni/nodebestpractices
You-Dont-Know-JS(你不知道的js这本书的开源版本)
https://github.com/getify/You-Dont-Know-JS
clean-code-javascript(教你如何写出更好可读性的js代码)
https://github.com/ryanmcdermott/clean-code-javascript
30-seconds-of-code(开发时常用的简短代码)
https://github.com/30-seconds/30-seconds-of-code
注:github后面加1s进入类似vscode的样式可以更好的阅读代码

css 硬核工具
CSS Grid Generator: https://cssgrid-generator.netlify.app/
CSS Layout: https://csslayout.io/
Flexbox Generator:https://loading.io/flexbox/
行数列数快速布局:cssgr.id
https://grid.layoutit.com/

你可能感兴趣的:(前端不常用的硬核工具)