콘텐츠 기본 건너뛰기

이 페이지의 일부는 기계 또는 AI 번역될 수 있습니다.

Web Development for Beginners

Microsoft Reactor에 가입하고 스타트업 및 개발자와 실시간 소통

AI를 시작할 준비가 되셨나요? Microsoft Reactor는 스타트업, 기업가 및 개발자가 AI 기술에 대한 다음 비즈니스를 구축할 수 있도록 이벤트, 교육 및 커뮤니티 리소스를 제공합니다. 참여해 주세요!

Web Development for Beginners

Microsoft Reactor에 가입하고 스타트업 및 개발자와 실시간 소통

AI를 시작할 준비가 되셨나요? Microsoft Reactor는 스타트업, 기업가 및 개발자가 AI 기술에 대한 다음 비즈니스를 구축할 수 있도록 이벤트, 교육 및 커뮤니티 리소스를 제공합니다. 참여해 주세요!

돌아가기

Web Development for Beginners

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

  • 이 시리즈의 이벤트:
  • 8

Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building a web applications!

This course is designed to be followed along with in week-by-week order but feel free to jump in at any time!

Meet other learners in this course here: https://aka.ms/webdevmeet

스피커

이 시리즈의 과거 이벤트

의 모든 시간 - 협정 세계시

3월

13

월요일

2023

Web Development for Beginners – Developer Tools and Resources– Week 1

5:00 오후 - 6:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building a web applications! This course is designed to be followed along with in week-by-week order but feel free to jump in at any time! Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? The popular developer tools needed to be build web applications Get familiar with tools like GitHub and VS Code Setup for your development environment for efficiency and style! Popular Developer Resources to help you on your Web Dev Journey Start learning now: Introduction to GitHub Introduction to VS Code

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

3월

20

월요일

2023

Web Development for Beginners –JavaScript Data Types and Functions – Week 2

5:00 오후 - 6:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building a web applications! This course is designed to be followed along with in week-by-week order but feel free to jump in at any time! Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? The popular developer tools needed to be build web applications Get familiar with tools like GitHub and VS Code Setup for your development environment for efficiency and style! Popular Developer Resources to help you on your Web Dev Journey Start Learning Now: JavaScript variables and data types Create modular code by using functions in JavaScript

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

3월

27

월요일

2023

Web Development for Beginners – Making Decisions with JavaScript – Week 3

4:00 오후 - 5:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building web applications! This course is designed to be followed along with in week by week order but feel free to jump in at any time! In this week we will explore how to “make decisions” with JavaScript. We will use methods like if/else statements to add logic to applications based on what is going on. Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? What are if/else statements and when to use them What are logical operators Creating logic in your applications Start Learning Now: Make decisions with JavaScript

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

4월

03

월요일

2023

Web Development for Beginners – JavaScript Arrays, Loops and APIs – Week 4

6:00 오후 - 7:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building web applications! This course is designed to be followed along with in week-by-week order but feel free to jump in at any time! In this week we will explore how we can store data in arrays, use loops to read that data as well as using APIs to get data from external sources. This will be a great way to add dynamic data into our apps we are building in this course. Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? What are arrays in JavaScript and how to use them How are loops and arrays used in JavaScript What are APIs and how to get data from them Start Learning Now: JavaScript arrays and loops

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

4월

11

화요일

2023

Web Development for Beginners – Introduction to React – Week 5

4:00 오후 - 5:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building web applications! This course is designed to be followed along with in week-by-week order but feel free to jump in at any time! In this week we will start learning React, a popular framework for developing front-end web applications using JavaScript. We will discuss when to use React, why it was created and start looking at the main concepts of React. Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? What is React and how to set it up What are components in React Making your first component in React Start Learning Now: Get started with React

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

4월

17

월요일

2023

Web Development for Beginners – Working with Data in React – Week 6

4:00 오후 - 5:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building web applications! This course is designed to be followed along with in week-by-week order but feel free to jump in at any time! In this week we will continue learning React by looking at how we can work with data in our applications. Data can come from users, APIs or from other components in our application. We will learn how to show and change this data in our applications. Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? Getting data into our React applications Showing data to users Changing data and passing data between components Start Learning Now Working with data and properties in React components

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

4월

24

월요일

2023

Web Development for Beginners – Understanding React State and Events – Week 7

4:00 오후 - 5:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building web applications! This course is designed to be followed along with in week-by-week order but feel free to jump in at any time! In this week we will continue learning React by looking at State and Events in React. This will help us respond to how users are using our applications. This is important when we want to make our applications interactive and changing. Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? What is State in React What are Events in React How we can manage state and events in our applications Start Learning Now: React state and events

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

5월

02

화요일

2023

Web Development for Beginners – Get Started with Tailwind CSS and React – Week 8

4:00 오후 - 5:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building web applications! This course is designed to be followed along with in week-by-week order but feel free to jump in at any time! In the final week of our Web Development for Beginners course we will look at how we can use Tailwind CSS to make our sites look great! We will explore some of the basics of CSS and then why and the benefits of using Tailwind CSS. Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? Intro to CSS Intro to Tailwind CSS How we can work with Tailwind CSS and React Start Learning Now: Use CSS styles in a webpage

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

이 시리즈의 과거 이벤트

의 모든 시간 - 협정 세계시

3월

13

월요일

2023

Web Development for Beginners – Developer Tools and Resources– Week 1

5:00 오후 - 6:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building a web applications! This course is designed to be followed along with in week-by-week order but feel free to jump in at any time! Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? The popular developer tools needed to be build web applications Get familiar with tools like GitHub and VS Code Setup for your development environment for efficiency and style! Popular Developer Resources to help you on your Web Dev Journey Start learning now: Introduction to GitHub Introduction to VS Code

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

3월

20

월요일

2023

Web Development for Beginners –JavaScript Data Types and Functions – Week 2

5:00 오후 - 6:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building a web applications! This course is designed to be followed along with in week-by-week order but feel free to jump in at any time! Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? The popular developer tools needed to be build web applications Get familiar with tools like GitHub and VS Code Setup for your development environment for efficiency and style! Popular Developer Resources to help you on your Web Dev Journey Start Learning Now: JavaScript variables and data types Create modular code by using functions in JavaScript

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

3월

27

월요일

2023

Web Development for Beginners – Making Decisions with JavaScript – Week 3

4:00 오후 - 5:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building web applications! This course is designed to be followed along with in week by week order but feel free to jump in at any time! In this week we will explore how to “make decisions” with JavaScript. We will use methods like if/else statements to add logic to applications based on what is going on. Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? What are if/else statements and when to use them What are logical operators Creating logic in your applications Start Learning Now: Make decisions with JavaScript

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

4월

03

월요일

2023

Web Development for Beginners – JavaScript Arrays, Loops and APIs – Week 4

6:00 오후 - 7:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building web applications! This course is designed to be followed along with in week-by-week order but feel free to jump in at any time! In this week we will explore how we can store data in arrays, use loops to read that data as well as using APIs to get data from external sources. This will be a great way to add dynamic data into our apps we are building in this course. Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? What are arrays in JavaScript and how to use them How are loops and arrays used in JavaScript What are APIs and how to get data from them Start Learning Now: JavaScript arrays and loops

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

4월

11

화요일

2023

Web Development for Beginners – Introduction to React – Week 5

4:00 오후 - 5:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building web applications! This course is designed to be followed along with in week-by-week order but feel free to jump in at any time! In this week we will start learning React, a popular framework for developing front-end web applications using JavaScript. We will discuss when to use React, why it was created and start looking at the main concepts of React. Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? What is React and how to set it up What are components in React Making your first component in React Start Learning Now: Get started with React

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

4월

17

월요일

2023

Web Development for Beginners – Working with Data in React – Week 6

4:00 오후 - 5:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building web applications! This course is designed to be followed along with in week-by-week order but feel free to jump in at any time! In this week we will continue learning React by looking at how we can work with data in our applications. Data can come from users, APIs or from other components in our application. We will learn how to show and change this data in our applications. Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? Getting data into our React applications Showing data to users Changing data and passing data between components Start Learning Now Working with data and properties in React components

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

4월

24

월요일

2023

Web Development for Beginners – Understanding React State and Events – Week 7

4:00 오후 - 5:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building web applications! This course is designed to be followed along with in week-by-week order but feel free to jump in at any time! In this week we will continue learning React by looking at State and Events in React. This will help us respond to how users are using our applications. This is important when we want to make our applications interactive and changing. Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? What is State in React What are Events in React How we can manage state and events in our applications Start Learning Now: React state and events

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

5월

02

화요일

2023

Web Development for Beginners – Get Started with Tailwind CSS and React – Week 8

4:00 오후 - 5:00 오후 (UTC)

Web Development for Beginners Web Development for Beginners is an 8-Week interactive course where you will learn how to build your first web application using JavaScript + React. At the end of the 8 weeks, you will have the skills to start building web applications! This course is designed to be followed along with in week-by-week order but feel free to jump in at any time! In the final week of our Web Development for Beginners course we will look at how we can use Tailwind CSS to make our sites look great! We will explore some of the basics of CSS and then why and the benefits of using Tailwind CSS. Meet other learners in this course here: https://aka.ms/webdevmeet Who Should Attend? Beginners looking to learn and build web applications. What will I learn? Intro to CSS Intro to Tailwind CSS How we can work with Tailwind CSS and React Start Learning Now: Use CSS styles in a webpage

  • 형식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

질문이 있는 경우 다음으로 문의하세요. reactor@microsoft.com