All Projects → Xiaoleng123 → Fe Knowledge

Xiaoleng123 / Fe Knowledge

Licence: mit
2020前端知识图谱

Labels

Projects that are alternatives of or similar to Fe Knowledge

Angularoflegends
Full Client clone developed by Riot Games for the League of Legends game
Stars: ✭ 119 (-11.19%)
Mutual labels:  front-end
Blog
📖 My blogs.
Stars: ✭ 125 (-6.72%)
Mutual labels:  front-end
Single Spa Vue
a single-spa plugin for vue.js applications
Stars: ✭ 128 (-4.48%)
Mutual labels:  front-end
Rxios
A RxJS wrapper for axios
Stars: ✭ 119 (-11.19%)
Mutual labels:  front-end
Apex Nitro
Your essential APEX companion
Stars: ✭ 122 (-8.96%)
Mutual labels:  front-end
Fast
Develop, build, deploy, redeploy, and teardown frontend projects fast.
Stars: ✭ 126 (-5.97%)
Mutual labels:  front-end
Blog
ღ( ´・ᴗ・` ) 我的个人博客,喜欢的小伙伴可以点star ⭐️
Stars: ✭ 117 (-12.69%)
Mutual labels:  front-end
Instapack
All-in-one TypeScript and Sass compiler for web applications! 📦 🚀
Stars: ✭ 131 (-2.24%)
Mutual labels:  front-end
Forum
Fórum da BrazilJS
Stars: ✭ 123 (-8.21%)
Mutual labels:  front-end
Fedevtalk
🍀 Naver Front-End Conference, FE devtalk 🎉
Stars: ✭ 121 (-9.7%)
Mutual labels:  front-end
Quickmenu
The new era of mobile navigation for the web, we're out of hamburgers.
Stars: ✭ 119 (-11.19%)
Mutual labels:  front-end
Single Spa Angular
Helpers for building single-spa applications which use Angular
Stars: ✭ 120 (-10.45%)
Mutual labels:  front-end
Woofmark
🐕 Barking up the DOM tree. A modular, progressive, and beautiful Markdown and HTML editor
Stars: ✭ 1,594 (+1089.55%)
Mutual labels:  front-end
Binding.scala
Reactive data-binding for Scala
Stars: ✭ 1,539 (+1048.51%)
Mutual labels:  front-end
Gpu Viewer
A front-end to glxinfo, vulkaninfo, clinfo and es2_info - Linux
Stars: ✭ 129 (-3.73%)
Mutual labels:  front-end
Toss Puppeteer
🦀Try all kinds of toss about using GoogleChrome puppeteer(尝试各种折腾使用GoogleChrome puppeteer(木偶))
Stars: ✭ 118 (-11.94%)
Mutual labels:  front-end
Cc
代码库 & Blog
Stars: ✭ 1,581 (+1079.85%)
Mutual labels:  front-end
Blog
ScriptLife's Blog
Stars: ✭ 133 (-0.75%)
Mutual labels:  front-end
Zofe
📻 ZOFE: Um podcast sobre desenvolvimento e tecnologia
Stars: ✭ 129 (-3.73%)
Mutual labels:  front-end
Interactor
A Simple Website User Interaction Tracker.
Stars: ✭ 128 (-4.48%)
Mutual labels:  front-end

前端知识图谱

前端知识图谱

Todo List

  • 为图谱对应的列表增添超链接,链接到知识点对应的更多内容的页面(建议文档渠道:官网、MDN、GitHub、wiki,中英文随意)

    • [x] 编程基础
    • [x] 开发软件
    • [x] 类库框架
    • [x] 知识进阶
    • [x] 工程开发
    • [X] 编程思想
    • [X] 领域分支
    • [X] 社区发展
    • [X] 计算机基础
    • [X] 后端知识
    • [ ] 软技能
  • 增加二级图谱,进行更详细的拓展

    • [ ] 编程基础
    • [ ] 开发软件
    • [ ] 类库框架
    • [ ] 知识进阶
    • [ ] 工程开发
    • [ ] 编程思想
    • [ ] 领域分支
    • [ ] 社区发展
    • [ ] 计算机基础
    • [ ] 后端知识
    • [ ] 软技能

编程基础

HTML(5)

CSS(3)

JavaScript(ES6+)

开发软件

编辑器和IDE

调试工具

切图

类库框架

工具库

开发库/框架

知识进阶

网络通信

性能

安全

浏览器

  • IE6/7/8/9/10/11 (Trident) / Edge (EdgeHTML)
  • Firefox (Gecko)
  • Chrome/Chromium (Blink)
  • Safari (WebKit)
  • Opera (Blink)
  • *:can i use

工程开发

模块化

版本管理

依赖管理

语言增强

构建工具

转换器

CI/CD

代码质量

编程思想

设计模式

架构模式

编程范型

程序设计

  • 结构化程序

    • 自顶向下
    • 逐步求精
    • 模块化
    • 限制使用goto
  • 面向对象程序

    • 单一功能原则(S)
    • 开放关闭原则(O)
    • 里氏替换原则(L)
    • 接口隔离原则(I)
    • 依赖反转原则(D)

领域分支

可视化

移动Web

游戏开发

便携式设备

社区发展

计算机基础

编译原理

数据结构

  • 堆(Heap)
  • 栈(Stack)
  • 队列(Queue)
  • 链表(Linked List)
  • 数组(Array)
  • 树(Tree)
  • 集合(Set)
  • 哈希表(Map)
  • *:JavaScript 算法与数据结构

算法

  • 排序

    • 冒泡排序
    • 选择排序
    • 插入排序
    • 快速排序
    • 希尔排序
    • 归并排序
    • 堆排序
    • 计数排序
    • 基数排序
  • 检索

    • 线性搜索
    • 二分查找
    • 索引
    • 深度优先搜索(DFS)
    • 广度优先搜索(BFS)
  • Diff

  • *:JavaScript 算法与数据结构

操作系统

  • PC

    • Linux
    • Unix
    • Windows
    • Mac OS
  • Mobile

    • Android
    • IOS

计算机网络

后端知识

Node

编程语言

  • C/C++/Java/PHP/Ruby/Python/...

网页服务器

数据库

数据缓存

软技能

学习能力

  • 知识储备
  • 知识分享

技术能力

  • 解决问题

团队协作

  • 沟通技巧

项目管理

  • 业务理解
  • 需求分析
  • 项目评估

人员管理

架构设计能力

  • 交互设计
  • 可用性
  • 扩展性
  • 安全性
  • 性能

参考文献

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].