README updates
This commit is contained in:
Родитель
bf83e6d6eb
Коммит
e931c2a1d7
23
README.md
23
README.md
|
@ -7,37 +7,24 @@
|
|||
|
||||
Welcome to Microsoft's Reactor Shanghai Workshop Content Repository!
|
||||
|
||||
In this repo you will find various resources for workshops that Microsoft runs around the world in each of the Reactor locations. If you find any errors or have ideas for improvements, we welcome you to contribute to this repo by opening a PR.
|
||||
In this repo you will find various resources for workshops that Microsoft runs at the Reactor.
|
||||
|
||||
## Existing Content
|
||||
## Content offering
|
||||
|
||||
We currently have several workshops that we run at each of our Reactor locations around the world.
|
||||
- Introduction to Python for Data Science (DS1)
|
||||
- [Learning Materials](https://aka.ms/DataScience1)
|
||||
- [Slides](https://reactorworkshops.blob.core.windows.net/workshopslides/Data_Science_1_Slides.pptx)
|
||||
- Beginners Data Science for Python Developers (DS2)
|
||||
- Making Your Data Useful for Analysis (ML1)
|
||||
- [Learning Materials](https://aka.ms/ReactorML1)
|
||||
- [Slides](Slides](https://reactorworkshops.blob.core.windows.net/workshopslides/Machine-Learning-1-Dec-2019.pptx))
|
||||
- Using Advanced Machine Learning Models (ML2)
|
||||
- [Learning Materials](https://aka.ms/ReactorML2)
|
||||
- [Slides](https://reactorworkshops.blob.core.windows.net/workshopslides/Machine-Learning-2-Dec-2019.pptx)
|
||||
- Building Software That Recognizes You (AI1)
|
||||
- [Learning Materials](Workshops/AI_1/)
|
||||
- [AI Workshop Slides](https://reactorworkshops.blob.core.windows.net/workshopslides/AI_Workshop_Slides.pptx)
|
||||
- Getting started with HTML & CSS – Page layout and design (Web1)
|
||||
- [Learning Materials](Workshops/Web_Fundamentals)
|
||||
- [Slides](https://github.com/microsoft/Reactors/blob/main/Web_Fundamentals_1/Instructor_Materials/Web_Dev_Fun_1.pptx)
|
||||
- Getting Started with JavaScript – Making Pages Dynamic (Web2)
|
||||
- [Learning Materials](Workshops/Web_Fundamentals)
|
||||
- [Slides](https://github.com/microsoft/Reactors/blob/main/Web_Fundamentals_2/Instructor_Materials/Web_Dev_Fun_2.pptx)
|
||||
- Building smart contracts with Blockchain (Blockchain1)
|
||||
- [Learning materials](Workshops/Blockchain)
|
||||
- [Slides]()
|
||||
- Building smart contracts with Blockchain (Blockchain1)
|
||||
|
||||
These courses are offered on a regular basis at the [Shanghai Reactor ](https://developer.microsoft.com/en-us/reactor/Location/Shanghai).
|
||||
These courses and more are offered on a regular basis at the [Shanghai Reactor](https://developer.microsoft.com/en-us/reactor/Location/Shanghai).
|
||||
|
||||
## Contributing
|
||||
If you find any errors or have ideas for improvements, we welcome you to contribute to this repo by opening a PR.
|
||||
|
||||
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
||||
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Blockchain
|
||||
|
||||
| Workshop | Description | Learning Resource | Slides |
|
||||
| -------- | ----------- | ----------------- | ------ |
|
||||
| -------- | ----------- | ----------------- | ------ |
|
||||
| This workshop will introduce attendees to Blockchain, Ethereum, and Solidity. Learn how Microsoft Azure Blockchain tools and services can help build solutions for various use cases. We will use the framework of a familiar board game to highlight the main concepts and give the attendees a path forward to continue to learn beyond the day’s agenda.| [Learning Materials found at: Blockchain 1](Blockchain_1/) | [Slides]() |
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
| Workshop | Description | Learning Resource | Slides |
|
||||
| -------- | ----------- | ----------------- | ------ |
|
||||
| Getting started with HTML & CSS – Page layout and design | If you’re interested in exploring creating websites, the most logical first step is learning the core components used to display information in a browser. In this 6 hour workshop you will start by getting hands on experience with HTML, and see how to use tags to identify certain sections of a page, and allow the user to enter information. You’ll then play with CSS, which will allow you to format the page’s content and determine where everything goes. Upon completion you’ll have a great foundation on which to continue your journey towards becoming a web developer. | [Learning Materials found at: Web Fundamentals 1](Web_Fundamentals_1/) | [Web Fundamentals 1 Slides](https://github.com/microsoft/Reactors/blob/master/Web_Fundamentals_1/Instructor_Materials/Web_Dev_Fun_1.pptx) |
|
||||
| Getting Started with JavaScript – Making Pages Dynamic | If you want to start programming for the web, one language you’ll need to have in your toolbelt is JavaScript. JavaScript is the lingua franca of the web. With the use of JavaScript you can make your pages dynamic and interactive. In this 6 hour workshop you’ll see how to get started with JavaScript, walk through the core syntax and functionality. You’ll also gain experience with libraries and frameworks which can help make your life as a developer easier. Upon completion you’ll have a great foundation in the most popular programming language in the world. | [Learning Materials found at: Web Fundamentals 2](Web_Fundamentals_2/) | [Web Fundamentals 2 Slides](https://github.com/microsoft/Reactors/blob/master/Web_Fundamentals_2/Instructor_Materials/Web_Dev_Fun_2.pptx) |
|
||||
| Getting started with HTML & CSS – Page layout and design | If you’re interested in exploring creating websites, the most logical first step is learning the core components used to display information in a browser. In this 6 hour workshop you will start by getting hands on experience with HTML, and see how to use tags to identify certain sections of a page, and allow the user to enter information. You’ll then play with CSS, which will allow you to format the page’s content and determine where everything goes. Upon completion you’ll have a great foundation on which to continue your journey towards becoming a web developer. | [Learning Materials found at: Web Fundamentals 1](Web_Fundamentals_1/) | [Web Fundamentals 1 Slides](https://github.com/microsoft/Reactors/blob/main/Web_Fundamentals_1/Instructor_Materials/Web_Dev_Fun_1.pptx) |
|
||||
| Getting Started with JavaScript – Making Pages Dynamic | If you want to start programming for the web, one language you’ll need to have in your toolbelt is JavaScript. JavaScript is the lingua franca of the web. With the use of JavaScript you can make your pages dynamic and interactive. In this 6 hour workshop you’ll see how to get started with JavaScript, walk through the core syntax and functionality. You’ll also gain experience with libraries and frameworks which can help make your life as a developer easier. Upon completion you’ll have a great foundation in the most popular programming language in the world. | [Learning Materials found at: Web Fundamentals 2](Web_Fundamentals_2/) | [Web Fundamentals 2 Slides](https://github.com/microsoft/Reactors/blob/main/Web_Fundamentals_2/Instructor_Materials/Web_Dev_Fun_2.pptx) |
|
Загрузка…
Ссылка в новой задаче