IT/Common sense

개발공부 :: 참조사이트

put-stacker 2020. 7. 10. 17:10

개발공부를 크게 세가지로 한다.

 

1. 기술에 대한 공식 Document

2. 오픈소스에 대한 GitHub 소스

3. QnA 참조 ( Stack Overflow )

4. 개발자 Blog

 

이 포스팅에는 공부에 참조하는 URL을 지속적으로 정리해보려고 한다.

 

https://httpwg.org/

 

IETF HTTP Working Group

We maintain and develop the Hypertext Transfer Protocol - the core protocol of the World Wide Web

httpwg.org

https://developer.mozilla.org/ko/

 

MDN Web Docs

MDN 웹 문서 사이트는 HTML, CSS, 및 웹 사이트와 프로그레시브 웹 앱을 위한 API를 포함한 오픈 웹 기술에 대한 정보를 제공합니다. 또한 Firefox 개발자 도구와 같은 Mozilla 제품을 위한 개발자 지향 문

developer.mozilla.org

https://d3js.org/

 

D3.js - Data-Driven Documents

D3 is a JavaScript library for visualizing data with HTML, SVG, and CSS.

d3js.org

https://css-tricks.com/

 

CSS-Tricks

CSS-Tricks is a website about websites.

css-tricks.com

https://docs.microsoft.com/en-us/

 

Technical documentation, API, and code examples

Get the latest Microsoft documentation for end users, developers and IT professionals: API reference, code examples, technical documentation, and more.

docs.microsoft.com

https://dev.mysql.com/doc/

 

MySQL :: MySQL Documentation

 

dev.mysql.com

https://frontendmasters.com/books/front-end-handbook/2019/#1

 

Front-end Developer Handbook 2019 - Learn the entire JavaScript, CSS and HTML development practice!

A guide for front-end developers to equip themselves with latest learning resources and development tools in front-end engineering.

frontendmasters.com

https://packagist.org/

 

Packagist

Define Your Package Put a file named composer.json at the root of your package's repository, containing this information: { "name": "your-vendor-name/package-name", "description": "A short description of what your package does", "require": { "php": "^7.2",

packagist.org