diff --git a/content/intermediate/_index.md b/content/intermediate/_index.md index 292837d337a17126568c4c5824816f63f4aca08b..83b99550c5c6ea7899e8c9db4005bbd4dd3a4ac0 100644 --- a/content/intermediate/_index.md +++ b/content/intermediate/_index.md @@ -243,21 +243,4 @@ description: "中阶路线图" - 开源项目 - GitHub - OpenJS - - Apache - -## 相关学习资源 - -- [A curated list of command line apps](https://github.com/agarrharr/awesome-cli-apps) -- [常用的前端库](https://github.com/sorrycc/awesome-f2e-libs) -- [Learn best practices for the modern web and hone your skills with hands-on codelabs](https://web.dev/learn/) -- [Speed Launch Metrics Survey](https://docs.google.com/document/d/1Ww487ZskJ-xBmJGwPO-XPz_QcJvw-kSNffm0nPhVpj8) -- [Measure performance with the RAIL model](https://web.dev/rail/) -- [Front-End Performance Checklist 2021](https://www.smashingmagazine.com/2020/01/front-end-performance-checklist-2020-pdf-pages/) -- [Tutorial: Intro to React](https://reactjs.org/tutorial/tutorial.html) -- [A collection of awesome things regarding the React ecosystem](https://github.com/enaqx/awesome-react) -- [Ant Design 开源项目经验分享](https://g.yuque.com/alibabaf2e/tk6gqe/cu88os) -- [业界流行的前端规范](https://github.com/dustinspecker/awesome-eslint) -- [The State of JavaScript](https://2020.stateofjs.com/zh-Hans/) -- [Echo JS](https://www.echojs.com/) -- [Frontend Focus](https://frontendfoc.us/) -- [Hacker News](https://news.ycombinator.com/) \ No newline at end of file + - Apache \ No newline at end of file diff --git a/content/junior/_index.md b/content/junior/_index.md index bc7498f17f40333303b6065918c2f3c0ab56c927..c52bfced584a964d5b281a43972ee277e09d76e6 100644 --- a/content/junior/_index.md +++ b/content/junior/_index.md @@ -309,20 +309,3 @@ keywords: ["前端技术","初阶"] - 内存面板 - 应用面板 - 安全面板 - - -## 相关学习资源 - -- [MDN Web 入门](https://developer.mozilla.org/zh-CN/docs/Learn/Getting_started_with_the_web) -- [友好的 Web 开发初学者教程](https://www.internetingishard.com/) -- [Web 技术路线图框架](https://github.com/w3c/web-roadmaps) -- [Web 开发人员的路线图](https://github.com/kamranahmedse/developer-roadmap) -- [Web 初学者开发教程](https://github.com/microsoft/Web-Dev-For-Beginners) -- [The Modern JavaScript Tutorial](https://javascript.info/) -- [JavaScript权威指南](https://book.douban.com/subject/10549733/) -- [点到面学习 flex](https://www.yuque.com/linxz/flex) -- [Chrome 开发者工具](https://developers.google.cn/web/tools/chrome-devtools/) -- [W3C官网](https://www.w3.org/) -- [WHATWG官网](https://whatwg.org/) -- [ECMA-TC39](https://github.com/tc39) -- [JavaScript: the first 20 years](https://dl.acm.org/doi/10.1145/3386327) diff --git a/content/senior/4.md b/content/senior/4.md index 268c2f29d724de3373ef6fc366b22cb5633b5b5c..a5d14b14e2240b9df819ac9b8434bac721aabf66 100644 --- a/content/senior/4.md +++ b/content/senior/4.md @@ -10,8 +10,6 @@ description: "中后台" --- -### 中后台 - - 基础概念和规范 - 中后台领域名词定义 - 物料(组件/区块/模板)、低代码引擎、微前端 diff --git a/content/senior/5.md b/content/senior/5.md index 6536f45c5860928a8bb7a8d735272000d48e9b59..2f6ef6fdd1a4225fec4417a380b86007e722a200 100644 --- a/content/senior/5.md +++ b/content/senior/5.md @@ -9,7 +9,6 @@ description: "体验管理" # search related keywords --- -### 体验管理 - 体验模型设计 - 体验指标 diff --git a/content/senior/_index.md b/content/senior/_index.md index bdb956b496fa2aa31a60bfddcdc9b6ecea5d9994..27f05a859cc34a6eb1c69983c7e987756e5388ac 100644 --- a/content/senior/_index.md +++ b/content/senior/_index.md @@ -571,89 +571,3 @@ keywords: ["前端技术","高阶"] - OBS - MLT -## 相关学习资源 - -### 搭建 - -- [深入浅出Node.js](https://book.douban.com/subject/25768396/) -- [Node.js实战](https://book.douban.com/subject/30288107/) - -### IDE - -- 基础依赖 -- 编辑器 - - [Monaco Editor](https://github.com/microsoft/monaco-editor) -- 语法高亮 - - [vscode-oniguruma](https://github.com/microsoft/vscode-oniguruma) -- 终端 - - [Xterm.js](https://github.com/xtermjs/xterm.js) - - [node-pty](https://github.com/microsoft/node-pty) -- 通信协议 - - [vscode-jsonrpc](https://github.com/microsoft/vscode-languageserver-node/tree/master/jsonrpc) -- LSP - - [Language Server Protocol 官网](https://microsoft.github.io/language-server-protocol/) - - [vscode-language-server-protocol ts 类型定义](https://github.com/microsoft/vscode-languageserver-node/tree/master/protocol) -- DAP - - [Debug Adapter Protocol 官网](https://microsoft.github.io/debug-adapter-protocol/) -- 相关文章 - - [IDE 深入浅出系列](https://www.atatech.org/articles/148176?spm=ata.13269325.0.0.180749fa7FrW1w) - -### 中后台 - -- 基础组件库 - - [Material UI](https://material-ui.com/zh/) - - [AntD](https://ant.design/) -- 图表组件库 - - [ECharts](http://echarts.apache.org/zh/index.html) - - [AntV](https://antv.vision/zh) - - [BizCharts](https://www.bizcharts.net/) -- 微前端框架 - - [single-spa](https://single-spa.js.org/) - - [qiankun](https://github.com/umijs/qiankun) - - [icestark](https://github.com/ice-lab/icestark) -- 低代码引擎/框架 - - [amis](https://baidu.gitee.io/amis/zh-CN/docs/index) -- 低/零代码研发平台 - - [outsystems](https://www.outsystems.com/developers/) - - [salesforce lightning](https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/intro_lightning.htm) - - [Power Apps](https://powerapps.microsoft.com/zh-cn/) - - [宜搭](https://www.aliwork.com/) - - [云凤蝶](https://www.yunfengdie.com/) - -### 数据可视化 - -- [MDN Canvas教程](https://developer.mozilla.org/zh-CN/docs/Web/API/Canvas_API) -- [MDN SVG 教程](https://developer.mozilla.org/zh-CN/docs/Web/SVG/Tutorial) -- [The Grammar of Graphics](https://book.douban.com/subject/10123863/) -- [WebGL 高级编程开发Web 3D图形](https://book.douban.com/subject/25750362/) -- [Vega 一种用于描述可视化的声明性语言](https://vega.github.io/vega/about/) - -### 跨端技术 - -- [《跨终端 Web》](https://book.douban.com/subject/25909777/) -- [Spellbook of modern Web Dev](https://github.com/dexteryy/spellbook-of-modern-webdev) -- [ReactNative 官方文档](https://reactnative.dev/docs/getting-started) -- [支付宝小程序开发文档](https://opendocs.alipay.com/mini/developer) -- [前端代码是怎样智能生成的-表单表格专项识别篇](https://zhuanlan.zhihu.com/p/99703635) -- [AI 助力中后台场景下的设计稿转代码](https://zhuanlan.zhihu.com/p/100806362) -- [Tensorflow.js 海量图标,毫秒级识别!](https://zhuanlan.zhihu.com/p/128669062) - -### 互动技术 - -- 基础 - - [OpenGL 经典红宝书](https://item.jd.com/69113700022.html) - - [WebGL 理论基础入门](https://webglfundamentals.org/webgl/lessons/zh_cn/) - - [游戏化思维](https://book.douban.com/subject/25862775/) -- 应用 -- [游戏开发资源](https://github.com/Kavex/GameDev-Resources) -- [游戏开发知识技能](https://github.com/miloyip/game-programmer) -- [WebGL 游戏开发](https://github.com/gamedev-js/gamedev-js) - -### 智能化 - -- [tensorflowjs](https://www.tensorflow.org/js) -- [D2C 原理](https://www.imgcook.com/blog) - -### 多媒体 - -- [多媒体前端手册](https://www.yuque.com/webmedia/handbook) \ No newline at end of file