Coder Social home page Coder Social logo

mark-vasquez / module-1-resources Goto Github PK

View Code? Open in Web Editor NEW

This project forked from appacademy/module-1-resources

1.0 0.0 0.0 3.09 MB

The repository for all instruction owned resources for App Academy students enrolled in SWE-Online Module 1

JavaScript 100.00%

module-1-resources's Introduction

Module 1 Resources

Welcome to Module 1

  • Here you will find all resources that are associated to your cohort during your time in Module 1!

Clone this repo

  • Cloning this repo is the first step to taking advantage of the resources located here.
    • To review from your pre-course work you can run the following command to create a local repository on your computer

      git clone https://github.com/appacademy/Module-1-Resources.git

Updating this repo (DAILY)

  • Git is an amazing tool that allows you to have the most up-to-date code your lecturer has written with a few simple steps

    1. Navigate to the Module-1-Resources repo

      cd ~/app_academy/Module-1-Resources
    2. Clear any changes you many have made locally

      git reset --hard
    3. Pull down any changes the lecture may have made while prepping

      git pull
    4. You can then DRAG/DROP the days folder into your own lecture folder

Lectures

  • Each lecture has notes and coding examples that you should follow along with. The lecture notes for the day will be called README.md and its associated code will be linked within the README.md. Just like this:

Weekly Additional Resources

  • Each week also has additional resources within that week's folder. Feel free to explore and find some helpful resources that may include things like cheat sheets and additional practice problems.

Recommended Folder Structure

  • Organization is key when going through a fast course such as App Academy. As a result here is a recommended file structure that students can follow:

  • app_academy (folder)

    • Module-1-Resources (folder)
    • week_1 (folder)
      • w1d1 (folder)
        • lecture(folder)
          • README.md
          • ...
        • projects (folder)
          • file1.js (file)
          • file2.js (file)
          • ...
        • homework (folder)
          • file1.js (file)
          • file2.js (file)
          • ...

Contributing to this repo (staff)

  • In order to contribute to this repo, please make sure that you create a pull request so that It can be reviewed by the modular instructor

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.