GithubHelp home page GithubHelp logo

backend-coding-test's Introduction

Xendit Coding Exercise

The goal of these exercises are to assess your proficiency in software engineering that is related to the daily work that we do at Xendit. Please follow the instructions below to complete the assessment.

Setup

  1. Fork this repository to your own github profile
  2. Ensure node (>8.6) and npm are installed
  3. Run npm install
  4. Run npm test
  5. Run npm start
  6. Hit the server to test health curl localhost:8010/health and expect a 200 response

Tasks

Below will be your set of tasks to accomplish. Please work on each of these tasks in order. Success criteria will be defined clearly for each task

  1. Documentation
  2. Implement Tooling
  3. Implement Pagination
  4. Refactoring
  5. Security
  6. Load Testing

Documentation

Please deliver documentation of the server that clearly explains the goals of this project and clarifies the API response that is expected.

Success Criteria

  1. A pull request against master with a clear description of the change and purpose and merge it
  2. [BONUS] Create an easy way to deploy and view the documentation in a web format and include instructions to do so

Implement Tooling

Please implement the following tooling:

  1. eslint - for linting
  2. nyc - for code coverage
  3. pre-push - for git pre push hook running tests
  4. winston - for logging

Success Criteria

  1. Create a pull request against master with the new tooling and merge it
    1. eslint should have an opinionated format
    2. nyc should aim for test coverage of 80% across lines, statements, and branches
    3. pre-push should run the tests before allowing pushing using git
    4. winston should be used to replace console logs and all errors should be logged as well. Logs should go to disk.
  2. Ensure that tooling is connected to npm test
  3. Create a separate pull request against master with the linter fixes and merge it
  4. Create a separate pull request against master to increase code coverage to acceptable thresholds and merge it
  5. [BONUS] Add integration to CI such as Travis or Circle
  6. [BONUS] Add Typescript support

Implement Pagination

Please implement pagination to retrieve pages of the resource rides.

  1. Create a pull request against master with your changes to the GET /rides endpoint to support pagination including:
    1. Code changes
    2. Tests
    3. Documentation
  2. Merge the pull request

Refactoring

Please implement the following refactors of the code:

  1. Convert callback style code to use async/await
  2. Reduce complexity at top level control flow logic and move logic down and test independently

Success Criteria

  1. A pull request for each of the refactors above with:
    1. Code changes
    2. Tests

Security

Please implement the following security controls for your system:

  1. Ensure the system is not vulnerable to SQL injection

Success Criteria

  1. A pull request with:
    1. Changes to the code
    2. Tests ensuring the vulnerability is addressed

Load Testing

Please implement load testing to ensure your service can handle a high amount of traffic

Success Criteria

  1. Implement load testing using artillery
    1. Create a PR including artillery
    2. Ensure that load testing is able to be run using npm test:load. You can consider using a tool like forever to spin up a daemon and kill it after the load test has completed.
    3. Test all endpoints under at least 100 rps for 30s and ensure that p99 is under 50ms

backend-coding-test's People

Contributors

boxbag avatar

Watchers

 avatar  avatar

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.