Computer Science/BackEnd

[6.27] 웹 개발이란? with MDN Web Docs

토마토. 2021. 6. 27. 10:37

음음. 

https://steemit.com/kr-dev/@jongsiksong/3kfymb

 

입문자를 위한 웹/모바일 개발 개념잡기 — Steemit

요즘 프로그래밍을 배우고자 하시는 분들이 많은 것 같습니다. 웹/모바일 개발의 경우 기술적인 난이도가 높지는 않습니다. 다만, 알아야 할 것이 방대하고 넓습니다. 그래서 입문 하시는 분들

steemit.com

https://hackernoon.com/important-concepts-that-you-have-to-understand-to-become-a-web-developer-for-beginners-lj202gan

 

Web Development for Beginners - Key Concepts, Roles and Tools | Hacker Noon

Become a web developer is a hard path to take, most of the time we don’t know how to start something and when you are new at this all the concepts came suddenly and it’s hard to get everything. This article is oriented to the people that want to become

hackernoon.com

https://developer.mozilla.org/en-US/docs/Web/Guide/Introduction_to_Web_development

 

Introduction to Web development - Developer guides | MDN

Whether you're just getting started with Web development, or are just expanding your horizons into new realms of Web awesomeness, the links here should help you get started.

developer.mozilla.org

https://developer.mozilla.org/en-US/docs/Learn

 

Learn web development | MDN

Welcome to the MDN learning area. This set of articles aims to provide complete beginners to web development with all that they need to start coding websites.

developer.mozilla.org

https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web

 

Getting started with the Web - Learn web development | MDN

Getting started with the Web is a concise series introducing you to the practicalities of web development. You'll set up the tools you need to construct a simple webpage and publish your own simple code.

developer.mozilla.org

https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/What_will_your_website_look_like

 

What will your website look like? - Learn web development | MDN

What will your website look like? discusses the planning and design work you have to do for your website before writing code, including "What information does my website offer?", "What fonts and colors do I want?", and "What does my site do?"

developer.mozilla.org

https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/Dealing_with_files

 

Dealing with files - Learn web development | MDN

A website consists of many files: text content, code, stylesheets, media content, and so on. When you're building a website, you need to assemble these files into a sensible structure on your local computer, make sure they can talk to one another, and get

developer.mozilla.org