Skip to content

Commit

Permalink
readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
grey-lovelace committed Oct 14, 2023
1 parent bb8d91b commit 7c8ec7d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ This document will be a chance for you to tell stories and share with Source All

## Coding Exercise

It’s a race against the clock on our custom built algorithmic coding exercise via HackerRank to get a better glimpse of your technical capabilities. The test consists of front and backend question options, and a variety of languages, frameworks, and libraries to utilize. Are you up for the challenge?
This is an algorithmic coding exercise via HackerRank to get a better glimpse of your technical capabilities. The test consists of front and backend question options, and a variety of languages, frameworks, and libraries to utilize. Are you up for the challenge?

## Pairing Session

The purpose of this interview is to further gauge your technical ability and to get a sense of what it’s like to work with you.

We use a project to guide our discussion, but we don't have to finish the project. We only need to get far enough along to get a good sense of your technical ability.

To create a positive experience for virtual pairing sessions, please have a reliable camera, audio, and sound ready.
To create a positive experience for virtual pairing sessions, please have reliable camera and audio ready.

## How to use this repo for the pairing session

Expand Down Expand Up @@ -72,4 +72,8 @@ Take launch both services you can run: `docker compose up -d`, or to launch one,

## What is in each project?

Each project is kept extremely simple. There are usualy a main class or logic or some kind, as well as a test to make sure this logic can execute correctly. Depending on the framework or language, there may also be files to set up required libraries, such as a pom.xml, package.json, or pyproject.toml.
Each project is kept extremely simple. There are usualy a main class or logic or some kind, as well as a test to make sure this logic can execute correctly. Depending on the framework or language, there may also be files to set up required libraries, such as a pom.xml, package.json, or pyproject.toml. In addition, each project contains a `Make` file that will let you run familiar commands, regardless of current language:

- `make init` - Run any setup that this project may need, like installation scripts. This is already done for you by the baseline init script when the codespace starts, but can be leveraged when you move to other projects if you want.
- `make verify` - Run the built in tests for this project.
- `make run` - OPTIONAL: When present, this is to run the project in interactive mode, like when a server is launched using Spring Boot or React.

0 comments on commit 7c8ec7d

Please sign in to comment.