WEB编程学习

WEB编程学习

以下网站强烈推荐:

MDN: The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.

MDN: https://developer.mozilla.org

alligator:Front-End Web Development,Chewed Up

https://alligator.io/

Google Web Developer

https://developers.google.com/web

Web插件开发: https://developer.chrome.com/docs/extensions/reference/

art-of-web: https://www.the-art-of-web.com/

WEB DEV: https://web.dev/read-files/

Scrimba: https://scrimba.com/allcourses

Sololearn: https://www.sololearn.com/

易百教程: http://www.yiibai.com/ (疑似停止维护)

Top Shelf Web Development Training ― Scotch.io: https://scotch.io/

W3C 标准

  • https://www.w3.org/

  • https://www.w3schools.com/

  • https://www.w3cplus.com/

WEB GL: https://webgl2fundamentals.org/

The Web Platform: Browser technologies:https://html-now.github.io/

https://whatwg.org/

JS Javascript

javascript.info: https://javascript.info/

Wesbos: https://wesbos.com/javascript

Vanilla JS in 30 days (注册登录) : https://javascript30.com/

State of JS(JS技术统计网站):https://stateofjs.com/

书籍: 《JavaScript 权威指南》

Github javascript-tutorial 组织: https://github.com/javascript-tutorial

You Don't Need系列

你不需要jQuery(You Might Not Need jQuery): http://youmightnotneedjquery.com/

https://github.com/you-dont-need

https://github.com/you-dont-need/You-Dont-Need

You-Dont-Know-JS: https://github.com/getify/You-Dont-Know-JS/tree/1st-ed

People choose popular projects, often not because it applies to their problems.

You-Dont-Need-JavaScript:https://github.com/you-dont-need/You-Dont-Need-JavaScript

You-Dont-Need-Momentjs: https://github.com/you-dont-need/You-Dont-Need-Momentjs

You-Dont-Need-Lodash-Underscore:https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore

You-Dont-Need-Loops: https://github.com/you-dont-need/You-Dont-Need-Loops

You-Dont-Need-GUI: https://github.com/you-dont-need/You-Dont-Need-GUI

You-Dont-Need-jQuery(你或许并不需要JQuery): https://github.com/nefe/You-Dont-Need-jQuery

ECMA

ECMAscript: https://tc39.es/ecma262/

 $ npm install -g es-checker $ es-checker

CSS

CSS ZEN GARDEN: http://csszengarden.com/

css-tricks:https://css-tricks.com/

http://tympanus.net/codrops/

CSS DECK: https://cssdeck.com/

Free CSS: https://www.free-css.com/

Github

计算机速成课:https://github.com/1c7/Crash-Course-Computer-Science-Chinese

WEB资源

Free hand-picked HTML, CSS and JavaScript (jQuery, React, Vue) code examples, tutorials and articles:https://freefrontend.com/

Hello Girl: https://www.jqhtml.com

WEB书籍

ECMAScript 6 入门: https://es6.ruanyifeng.com/

Jon Duckett - HTML and CSS: Design and Build Websites

Speaking JS: http://speakingjs.com/


Exploring JS: JavaScript books for programmers: http://exploringjs.com/

sitepoint: https://www.sitepoint.com/

Choose from hundreds of books, courses, and tech talks on web development. Learn HTML, CSS, and JavaScript to React, Docker, and Python.

Last updated