技术路线系列

前后端学习教程汇总

2020-12-11  本文已影响0人  Neuroway

前端学习路径教程

HTML 基础

HTML基础:https://www.w3school.com.cn/html/index.asp

JS与前端开发

JS教程-W3S:https://www.w3school.com.cn/js/index.asp JS教程-菜鸟: https://www.runoob.com/js/js-tutorial.html 廖雪峰教程:https://www.liaoxuefeng.com/wiki/1022910821149312 CSS 教程 :https://www.w3school.com.cn/css/index.asp JS 参考:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript

实践与Vue框架

VUE教程:https://www.runoob.com/vue2/vue-tutorial.html

后台开发与脚本

Python3教程:https://www.runoob.com/python3/python3-tutorial.html 廖雪峰Python3:https://www.liaoxuefeng.com/wiki/1016959663602400 C++ 教程:https://www.runoob.com/cplusplus/cpp-tutorial.html

Git工具

Git教程:https://www.runoob.com/git/git-tutorial.html 廖雪峰Git:https://www.liaoxuefeng.com/wiki/896043488029600 官方GitBook

后端学习路径

1. 基础语言

Python3教程:https://www.runoob.com/python3/python3-tutorial.html 廖雪峰Python3:https://www.liaoxuefeng.com/wiki/1016959663602400 C++ 教程:https://www.runoob.com/cplusplus/cpp-tutorial.html Java 教程

2. 工具

Git教程:https://www.runoob.com/git/git-tutorial.html 廖雪峰Git:https://www.liaoxuefeng.com/wiki/896043488029600 官方GitBook

3. 设计模式

设计模式教程:https://www.runoob.com/design-pattern/design-pattern-tutorial.html

代码实践

Python 项目列表:

英文的:https://github.com/vinta/awesome-python

中文目录:https://github.com/jobbole/awesome-python-cn

JS 项目列表:

Vue的项目:https://github.com/vuejs/awesome-vue

VueJS 的 Github 上面的项目:https://github.com/opendigg/awesome-github-vue

NodeJS 项目: https://github.com/sindresorhus/awesome-nodejs

C++ 项目列表:

中文列表:https://github.com/jobbole/awesome-cpp-cn

比较好的列表:https://github.com/rigtorp/awesome-modern-cpp

另一个比较好的列表:https://github.com/fffaraz/awesome-cpp

其他列表:https://github.com/uhub/awesome-cpp

Next  Previous

上一篇下一篇

猜你喜欢

热点阅读