Giter Club home page Giter Club logo

bewd_sf_5's Introduction

BEWD_Logo

Congratulations on joining us at General Assembly for the Back-End Web Development course! All your class files can be found here.

GITHUB CLASS REPOSITORY

Welcome to the GitHub class repository!

GitHub is a popular developer tool, and we want you to be familiar with it. GA is all about learning by doing, so in order to learn how to use GitHub we are going to use it every lesson as part of the course.

See "How do I use GitHub" below for instructions.

Installing Software

Read the Installation Instructions for guidance on installing the necessary software.

##How Do I Submit Homework?

Go to the homework repository and follow the instructions there.

###What's in a lesson folder?

Each lesson folder contains

  • Code Alongs / Code Demos
  • Exercises
  • Readme (aka agenda)
  • Resources
  • Slides

##GRADING

In order to pass this course General Assembly students must:

  • Complete and submit 80% of all course homework assignments.

  • Complete and submit the course project (which may include a presentation), earning proficiency. See Project Requirements.

##TERMINOLOGY

Term Description
Course Refers to all 20 classes which make up the BEWD curriculum
Lesson One 3 hour session of the course.
In Class Lab (ICL) Exercise files that are to be used in class as examples and practice.
Code Alongs / Code Demos Are meant to be code by the instructor to demonstrate a concept. Type slowly and explain the concepts while students follow along.
Exercise ICLs to be completed without instructor guidance.
Quick Fire A programming challenge students must complete in class. aprox 30 min - 1 hour
Quiz 3-5 questions based on the material from the previous class.
Homework Exercise files that are to be completed at home and reviewed during class.
Resources Cheat sheet and links to additional information. Each lesson has one.
Final Project The personal project each student will submit and present.

=======

How do I use GitHub?

During the first lesson, you should make a copy of this repo for your own personal use (fork and then clone the repo).

From the terminal, clone by typing:

git clone https://github.com/<YOUR USERNAME>/BEWD_SF_5.git

In addition, you should create a link to the instructor's copy on GitHub (add an upstream remote) so that you can download the latest version of your materials.

From the terminal, add an upstream remote by typing:

git remote add upstream https://github.com/ga-students/BEWD_SF_5.git 

Verify you added both remotes by typing:

git remote -v

We know it takes time to get familiar with GitHub so here are a few quick tips:

###How Do I Get Files From GitHub?

For each lesson the instructor will post slides, exercises and, solution files. To get these files, pull (download) them from the instructor's repository (upstream).

From the terminal type: (make sure you are in the correct directory)

git pull upstream master

###How Do I Post Files To My Forked Repository on GitHub?

Yes, you may have your files locally on your computer but consider pushing them to the cloud. Here are some benefits.

  • Easily share your homework with the instructional team for grading.
  • Share your files with your teammates.

To push files to GitHub:

From the terminal type: (make sure you are in the correct directory)

git add name_and_path_of_files_you_want_to_push
git commit -m "Enter commit message"
git push origin master

See this link for more detailed information on fork, upstream, pull, and push:

###How Do I Post Files To GitHub?

Yes, you may have your files locally on your computer but consider pushing them to the cloud. Here are some benefits.

  • Easily share your homework with the instructional team for grading.
  • Share your files with your teammates.

To push files to GitHub:

From the terminal type: (make sure you are in the correct directory)

git add name_and_path_of_files_you_want_to_push
git commit -m "Enter commit message"
git push origin master

See this link for more detailed information on fork, upstream, pull, and push:

bewd_sf_5's People

Contributors

bbugh avatar jessicaga avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.