-
프론트엔드 개발자라면 꼭 알아야할 '무료'사이트 (닥코)about front-end 2020. 4. 2. 22:22
https://www.youtube.com/watch?v=dDyn_OmFGfY&feature=share
1. Mozilla Developer Network https://developer.mozilla.org/
MDN Web Docs
MDN 웹 문서 사이트는 HTML, CSS, 및 웹 사이트와 프로그레시브 웹 앱을 위한 API를 포함한 오픈 웹 기술에 대한 정보를 제공합니다. 또한 Firefox 개발자 도구와 같은 Mozilla 제품을 위한 개발자 지향 문서도 포함합니다.
developer.mozilla.org
웹개발에 관련된 대부분의 정보를 얻을 수 있음.
특히 프론트엔드 개발쪽에 집중이 많이 되어있음.
2. Eloquent Javascript http://eloquentjavascript.net/
Eloquent JavaScript
Eloquent JavaScript3rd edition This is a book about JavaScript, programming, and the wonders of the digital. You can read it online here, or get your own paperback copy. Written by Marijn Haverbeke.
eloquentjavascript.net
온라인 이 사이트에 책의 내용을 거의 다 올려놓음.
자바스크립트의 기본적은 모든 부분은 거의 다 커버가 된 책임.
3. Javascript.info https://javascript.info/
The Modern JavaScript Tutorial
We want to make this open-source project available for people all around the world. Help to translate the content of this tutorial to your language!
javascript.info
자바스크립트 언어에 대해 기본적인것부터, 다양한 튜토리얼들이 많이 있음.
4. Medium - Javascript scene https://medium.com/javascript-scene
JavaScript Scene – Medium
JavaScript, software leadership, software development, and related technologies.
medium.com
자바스크립트 를 태그로 달고있는 아티클들을 팔로우해서 정보를 보는 것도 굉장히 도움이 될것.
Medium은 외국의 브런치와 같은 사이트.
그중에서 Javascript-scene 이라는 사이트. 굉장히 많은 자바스크립트와 sw에 관련된 글귀들이 많이 있다.
개발팀과 인터뷰, 협력 등 주변 환경에 대한 이야기도 많다.
5. Medium - Eric Elliott https://medium.com/@_ericelliott
Eric Elliott – Medium
Read writing from Eric Elliott on Medium. Make some magic. #JavaScript. Every day, Eric Elliott and thousands of other voices read, write, and share important stories on Medium.
medium.com
자바스크립트 개발에 관련된 내용도 있지만 cost effective한 개발, management에 관련된 내용의 글도 많음.
(시니어나 리더급 개발자들에게 도움 많이 될듯)
6. Medium - Addy Osmani https://medium.com/@addyosmani
불러오는 중입니다... 구글의 앤지니어 개발자로서 현재 크롬을 개발하는 개발자.
자바스크립트에 관련된 내용 많이 올림.
7. Medium - Tyler McGinnis https://medium.com/@tylermcginnis
Tyler McGinnis – Medium
Read writing from Tyler McGinnis on Medium. Educating at TylerMcGinnis.com. Google Developer Expert. Every day, Tyler McGinnis and thousands of other voices read, write, and share important stories on Medium.
medium.com
리엑트에 관련된 내용을 많이 올리심
8. Youtube - Ben Awad https://www.youtube.com/user/99baddawg
Ben Awad
I'm a software developer who makes videos about React, React Native, GraphQL, Typescript, Node.js, PostgreSQL, Python, and all things coding.
www.youtube.com
react에 관련된 얘기, 파이선, 노드 등 직접 코딩을 같이 하며 올려줌.
9. Youtube - Harry Wolff https://www.youtube.com/user/hswolff/...
Harry Wolff
Hello! My name is Harry Wolff! I'm a Software Engineer by day, coding websites and making the web work. My night job is what you see here, sharing my JavaScr...
www.youtube.com
10. Youtube - Douglas Crockford videos https://www.youtube.com/results?searc...
YouTube
www.youtube.com
이 분은 json을 상용화 시킨사람이다. 이 분이 한 강의.
js 린트를 개발한 사람.
현재 자바스크립트 아키텍트로 페이팔 컴페니에서 근무중.
11. Youtube - Fun Fun Function https://www.youtube.com/channel/UCO1c...
불러오는 중입니다... 자바스크립트, 특히 리엑트에 관련된 영상을 재밌게 잘 풀어내서 올리는 분.
12. Youtube - JS Conf https://www.youtube.com/channel/UCzoV...
불러오는 중입니다... js 컨퍼런스의 전체 스피치들이 다 있다.
13. Youtube - Google Developers https://www.youtube.com/channel/UC_x5...
불러오는 중입니다... 안드로이드, 구글클라우드 등에 관련된 채널링크와 구글 써밋에서 이야기가 됬던 여러가지 토픽 프레젠테이션,
구글 툴에 관련된 뉴스들.
14. JavaScript Weekly newsletter https://javascriptweekly.com/
JavaScript Weekly
JavaScript Weekly A free, once–weekly email roundup of JavaScript news and articles. Check out our latest issue (481) for a sample. Published by CooperpressOur privacy, anti-spam, and GDPR policies. We take these things seriously. JavaScript is a trademark
javascriptweekly.com
반드시 구독해야하는 것
1주일에 한번씩 메일로 자바스크립트에 관련된 최신뉴스들이 올라옴.
15. Robin Wieruch's blog https://www.robinwieruch.de/blog
RWieruch
Software Engineer for React.js, Node.js, GraphQL and JavaScript. Based in Berlin, German/English speaking. Consulting/Freelancing for Web Development project: Code Audits/Reviews, Workshops, Training, Implementation ...
www.robinwieruch.de
독일사람.
리엑트를 중심적으로 올라옴.
16. Youtube Harry Wolff https://www.youtube.com/user/hswolff
Harry Wolff
Hello! My name is Harry Wolff! I'm a Software Engineer by day, coding websites and making the web work. My night job is what you see here, sharing my JavaScr...
www.youtube.com
자바스크립트에 관련된 얘기. 툴에 관련된 내용도 많음. (닥코님도 많이 도움받고 있는 채널)
'about front-end' 카테고리의 다른 글
git 사용법 (상) 혼자작업편 (0) 2020.05.22 프론트엔드개발자 면접질문 2020. (html편) (0) 2020.04.06 Github Desktop (0) 2020.03.30 Git과 Github이란? (얄팍한 코딩사전 유튜브참조) (0) 2020.03.29 신입개발자 포트폴리오 관리방법 (드림코딩:엘리) (0) 2020.03.25