Getting_Started

The directories in this project cover a variety of topics helpful when getting started

How to navigate this repo

  • Each directory contains a readme with a summary of that topic
  • Each directory contains drills which can be completed by following the instructions in the drill directory readme
    |-- getting_started
    |   |--topic
    |   |   |-- README.md
    |   |   |-- 01_drill
    |   |   |   |-- README.md
    |   |   |-- 02_drill
    |   |   |   |-- README.md

  • The topics, and drills within, can be covered in order or individually depending on what you are looking to learn
  • To optimize outcomes, read the learning objectives before beginning a drill, and check back with them afterwards

Topics

  1. concourse
  2. git
  3. java
  4. kotlin
  5. react
  6. spring

Getting started

  • Fork and clone this repo
  • Computer setup
    • Link coming, follow temporary instructions below for now
    • As needed, complete the computer setup outlined in the guide
Temporary computer setup instructions (Mac OS Only):
  • Homebrew
  • Bash: commands will use the terminal (iterm preferred)
  • Code Organization: Create a workspace directory, in the terminal: mkdir ~/workspace cd workspace
  • Git: xcode-select --install
  • Java 8: After, confirm: java -version
  • IntelliJ