Skip to content

A simple repo to check your development environment is set up in preparation for our pairing interview.

Notifications You must be signed in to change notification settings

meetcleo/se-backend-pairing-interview-environment-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Senior Backend Engineer Environment Check

This repository contains checks to verify that your local development environment is correctly set up to complete the senior engineer pairing interview.

Running the checks

You should be able to run these checks by simply cloning this repo and running the default rake task.

  1. $ git clone [email protected]:meetcleo/se-backend-pairing-interview-environment-check.git
  2. $ cd se-backend-pairing-interview-environment-check
  3. $ rake

What this repository checks

Ruby Version

This check verifies that the required Ruby version is installed and properly configured on your machine. It ensures that the version specified in the .ruby-version file loads correctly in your environment.

SQLite Installation

This check confirms that you have a functional SQLite installation. It tests your ability to create local databases and perform read and write operations.

About

A simple repo to check your development environment is set up in preparation for our pairing interview.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages