GithubHelp home page GithubHelp logo

200914roc2 / training Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 5.0 2.98 MB

This Repository will contain materials for Training for ROC2

License: MIT License

JavaScript 91.02% HTML 5.77% Shell 3.21%

training's Introduction

Training Schedule:

Training starts with Week 5 since weeks 1-4 were covered in ROC1

Development Environment, Tools, & Resources

Getting Started

For ROC2, you will need the following installed on your local machine:

  • node.js
  • git
  • your favorite text editor/IDE (I will be using Visual Studio Code)

You can install these in any way that you like. Below there are instructions on how to perform this installation using a package manager. However, of course you are always free to install them manually.

Tools

Package Managers

Command-line tools

Editors

Installing Git, Node, and VSC with Chocolatey

  1. Install Chocolatey
    1. Open Powershell as an administrator.
    2. Run:

      Set-ExecutionPolicy AllSigned

    3. Agree to all changes
    4. Run:

      Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

  2. Open a new Powershell window as an administrator and run the following commands:
  3. To install Git for Windows:

    choco install git

  4. To install Node.js (LTS version):

    choco install nodejs-lts

  5. To install Visual Studio Code:

    choco install vscode

Summary

To confirm all tools are properly installed and configured, be sure the following commands return no errors:

git --version
node -v
npm -v

All above tools can be installed at once for convenience using the following command:

choco install -y git nodejs-lts vscode

Useful Resources

Git

JavaScript

Java SE 8

Maven

SQL

training's People

Contributors

williamona avatar

Stargazers

 avatar

Watchers

James Cloos avatar

training's Issues

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.