Open ghost opened 3 years ago
This week, you will be going through steps to set up tools needed to be successful in this camp. If you are already familiar with some, feel free to skip to the end and complete the task to move on.
Make sure to use Dark Theme unless you want to live life on the edge...
hello
that returns "Hello World
" in a file named helloworld.js
. Commit the file to the root directory of a new branch called week1
.helloworld.js
to the root directory of a new branch week1
in this repository to move on!Note: From now on, you will never need to close an issue. The Counselor will do that for you, create new issues, and new comments for further instructions!
You can install Postman from the Chrome Store as a Chrome extension, or sign up here
Try it out yourself:
color
(color of the text) and text
(font size)Interested in playing around with the API? Documentation is here.
This week, you will be going through steps to set up tools needed to be successful in this camp. If you are already familiar with some, feel free to skip to the end and complete the task to move on.
One more tip: don’t forget to save! Rewriting code can be challenging and extremely frustrating, so save yourself the trouble!
Example output:
Hello! The current time is: 17 : 41 : 34 PM
This time we'll try developing locally. Follow the directions in this link to set up and deploy your first Azure Function right in your local machine.
HTTP_ENDPOINT
so we can check your function. Remember to commit the function's code in a file named httptime.js
to the root of the week1
branch!Note: Every time you make a new commit to week1
, we will check your function by making a request.
Learning GitHub
This week, you will be going through steps to set up tools needed to be successful in this camp. If you are already familiar with some, feel free to skip to the end and complete the task to move on.
GitHub
:question: What is Github?
GitHub is a cloud-based repository hosting service that is widely used in the tech industry. It allows teams to use Git for version control, collaboration, and file management. It's a version-control system for tracking changes, managing state, and teams concurrently developing on the same files or directories. Git and Github's tools are specifically designed to make coordinating work easier, and they are one of the most popular tools among students and the industry.Check out "The Github Flow" for more information on issues, pull requests, committing, and branches!
:exclamation: Help! I don't know how to use it and I need more information.
If you want to learn more about what it is and how to use it, try taking this GitHub Learning Lab Course. After finishing it, you will have a strong understanding of all the features GitHub has to offer.One very important rule... Don't work on your code in the web editor. This is bad practice, and you will regret it later.
:question: What should I do instead?
Install Github Desktop and commit from your local computer. We'll go over code editors next if you don't have one to work on your code locally. You can also use git on your commandline.:pencil: Task 1: Create a new branch named
test
, add a sentence introducing yourself to the end of the README.md file, and commit the change totest
. Then, make a pull request to your main branch and merge the edits.Pull Request Guidelines
Adding self introduction
Key functions you should be familiar with after this task include:
:camping: To move on, make sure you commit the change and merge the branch!