-
유익한 글 링크Dev things 2021. 7. 15. 22:49
1. 자바 스크립트 개발자 되기
https://brunch.co.kr/@chiyodad/9
훌륭한 JavaScript 개발자가 되는 법
※ 이 글은 How to Become a Great JavaScript Developer의 번역본입니다. 저는 어릴 적부터 커가면서 점점 관심 분야가 다양해졌습니다. 급기야 겉으로 보기에는 아무 상관이 없는 영역까지 넓어졌습니다.
brunch.co.kr
2. Leanring CSS & HTML
https://www.codecademy.com/catalog/subject/web-development
Web Development Courses & Tutorials | Codecademy
Web Development is the practice of developing websites and web apps that live on the internet. Whether you're interested in front-end, back-end, or going full-stack, the content in our Web Development domain will help you get there.
www.codecademy.com
3. ES6
https://koonsland.tistory.com/144
[Javascript] ES6(ECMAScript 2015)란 무엇인가
Javascript를 프로그래밍하다 보면 ES6 또는 ECMAScript2015라는 내용을 보신 적이 있을 겁니다. 혹은 알지 못해도 ES6 이상의 버전으로 프로그래밍을 하고 있을 수도 있습니다. 이번 포스팅에서는 ES6가
koonsland.tistory.com
https://262.ecma-international.org/6.0/
ECMAScript 2015 Language Specification – ECMA-262 6th Edition
5.1.1 Context-Free Grammars A context-free grammar consists of a number of productions. Each production has an abstract symbol called a nonterminal as its left-hand side, and a sequence of zero or more nonterminal and terminal symbols as its right-hand sid
262.ecma-international.org
http://kangax.github.io/compat-table/es6/
ECMAScript 6 compatibility table
Sort by Engine types Features Flagged features Show obsolete platforms Show unstable platforms V8 SpiderMonkey JavaScriptCore Chakra Carakan KJS Other ⬤ Minor difference (1 point) ⬤ Small feature (2 points) ⬤ Medium feature (4 points) ⬤ La
kangax.github.io
4. Evergreen browser
에버그린 브라우저(Evergreen Browser)
에버그린 브라우저(Evergreen Browser)란, 자동적으로 브라우저가 사용자에 대한 별도의 재설치를 요구하지 않고도 업데이트가 가능한 브라우저를 말한다. 초기 웹브라우저들은 Evergreen 방식
hjcode.tistory.com
5. Using Terminal
https://teamtreehouse.com/library/introduction-to-the-terminal
Introduction to the Terminal Course
112-minute Development Tools course: Apps for ordinary users use GUIs you control with a mouse or touchscreen. But developers know the most powerful way to interact with computers is using text, in the terminal. This course will set you on the path to term
teamtreehouse.com
6. Online Documentation
https://developer.mozilla.org/ko/
MDN Web Docs
The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.
developer.mozilla.org
7. Mark Pilgrim’s Dive Into HTML5
http://diveintohtml5.info/index.html
Dive Into HTML5
Dive Into HTML5 byMark Pilgrim with contributions from the community Dive Into HTML5 elaborates on a hand-picked selection of features from the HTML5 specification and other fine standards. We encourage you to buy the printed work — Mark Pilgrim’s artf
diveintohtml5.info
8. w3c
World Wide Web Consortium (W3C)
New video introduces TPAC — our annual conference 8 July 2021 | Archive W3C released today a short video introducing our annual conference. TPAC is the acclaimed event where web standards are developed for the benefit of humanity. Watch the video to lear
www.w3.org
9. jQuery
jQuery API Documentation
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. If you're new t
api.jquery.com
10. Bootstrap
Bootstrap
The most popular HTML, CSS, and JS library in the world.
getbootstrap.com
11. Node
Index | Node.js v16.5.0 Documentation
nodejs.org
12. JavaScript weekly
JavaScript Weekly: The JavaScript Email Newsletter
JavaScript Weekly A newsletter of JavaScript articles, news and cool projects Check out our latest issue for a sample. Published by CooperpressOur privacy, anti-spam, and GDPR policies. We take these things seriously. JavaScript is a trademark of Oracle Co
javascriptweekly.com
13. Node weekly
Node Weekly
Node Weekly A free, once–weekly e-mail round-up of Node.js news and articles. Check out our latest issue for a sample. Published by CooperpressOur privacy, anti-spam, and GDPR policies. We take these things seriously. Node.js is a registered trademark of
nodeweekly.com
14.HTML weekly
Frontend Focus
Frontend Focus A once–weekly roundup of the best front-end news, articles and tutorials. HTML, CSS, WebGL, Canvas, browser tech, and more. Check out our latest issue for a sample. Published by CooperpressOur privacy, anti-spam, and GDPR policies. We take
frontendfoc.us
15. Tutorial
https://docs.microsoft.com/ko-kr/learn/modules/build-simple-website/
HTML, CSS 및 JavaScript를 사용하여 간단한 웹 사이트 빌드 - Learn
브라우저에서 작업을 확인하기 위해 개발자 도구를 사용하는 HTML, CSS 및 JavaScript로 웹 사이트를 빌드하는 데 Visual Studio Code를 사용하는 웹 개발을 시작합니다.
docs.microsoft.com
16. React
React – A JavaScript library for building user interfaces
A JavaScript library for building user interfaces
reactjs.org
17. Json-Server
https://github.com/typicode/json-server
GitHub - typicode/json-server: Get a full fake REST API with zero coding in less than 30 seconds (seriously)
Get a full fake REST API with zero coding in less than 30 seconds (seriously) - GitHub - typicode/json-server: Get a full fake REST API with zero coding in less than 30 seconds (seriously)
github.com
'Dev things' 카테고리의 다른 글
REST(Representational State Transfer) API (0) 2021.08.15 react 설치하기 (0) 2021.08.01 SSR/CSR (0) 2021.08.01