Programming

프로그래밍, 개발 기초 학습자를 위한 참고 사이트 모음

makeitworth 2020. 11. 17. 16:38

1. MDN 웹문서

 

한글 문서

developer.mozilla.org/ko/docs/Web

 

개발자를 위한 웹 기술

웹(World Wide Web)의 개방성은 웹사이트나 온라인 애플리케이션을 제작하려는 사람들에게 많은 기회를 제공합니다. 하지만 그 사용 방법을 알아야 웹 기술을 잘 활용할 수 있습니다. 아래의 링크

developer.mozilla.org

영어

developer.mozilla.org/en-US/docs/Web

 

Web technology for developers

The open Web presents incredible opportunities for developers. To take full advantage of these technologies, you need to know how to use them. Below you'll find links to our Web technology documentation.

developer.mozilla.org

2. w3schools

www.w3schools.com/

 

W3Schools Online Web Tutorials

HTML Example:

This is a heading

This is a paragraph.

Try it Yourself » CSS Example: body {   background-color: lightblue; } h1 {   color: white;   text-align: ce

 

www.w3schools.com

 

3. 생활코딩

 

사이트 내 검색이 어렵다는 단점이 있다.

 

opentutorials.org/course/1

 

생활코딩

hello world 생활코딩의 세계에 오신 것을 환영합니다. 생활코딩은 일반인들에게 프로그래밍을 알려주는 무료 온라인, 오프라인 수업입니다.  어떻게 공부할 것인가를 생각해보기 전에 왜 프로그

opentutorials.org

4. 코딩 입력과 실행 연습

playcode.io/

 

PlayCode - Javascript Playground

Run javascript or typescript code online and see the result as you type. Best for practice code and developing complex algorithms

playcode.io