Code Monkey home page Code Monkey logo

list-gists's Introduction

⚠️ Please read these instructions carefully and entirely first

  • Clone this repository to your local machine.
  • Use your IDE of choice to complete the assignment.
  • When you have completed the assignment, you need to push your code to this repository and mark the assignment as completed by clicking here.
  • Once you mark it as completed, your access to this repository will be revoked. Please make sure that you have completed the assignment and pushed all code from your local machine to this repository before you click the link.

Operability Take-Home Exercise

Welcome to the start of our recruitment process for Operability Engineers. It was great to speak to you regarding an opportunity to join the Equal Experts network!

Please write code to deliver a solution to the problems outlined below.

We appreciate that your time is valuable and do not expect this exercise to take more than 90 minutes. If you think this exercise will take longer than that, I strongly encourage you to please get in touch to ask any clarifying questions.

Submission guidelines

Do

  • Provide a README file in text or markdown format that documents a concise way to set up and run the provided solution.
  • Take the time to read any applicable API or service docs, it may save you significant effort.
  • Make your solution simple and clear. We aren't looking for overly complex ways to solve the problem since in our experience, simple and clear solutions to problems are generally the most maintainable and extensible solutions.

Don't

Expect the reviewer to dedicate a machine for the purpose of reviewing the test by:

  • Installing software globally that may conflict with system software
  • Requiring changes to system-wide configurations
  • Providing overly complex solutions that need to spin up a ton of unneeded supporting dependencies. We aspire to keep our dev experiences as simple as possible (but no simpler)!
  • Include identifying information in your submission. We are endeavouring to make our review process anonymous to reduce bias.

Exercise

If you have any questions on the below exercise, please do get in touch and we’ll answer as soon as possible.

Build an API, test it, and package it into a container

  • Build a simple HTTP web server API in any general purpose programming language1 that interacts with the GitHub API and responds to requests on / with a list of the user’s publicly available Gists2.
  • Create an automated test to validate that your web server API works. An example user to use as test data is octocat.
  • Package the web server API into a docker container that listens for requests on port 8080. You do not need to publish the resulting container image in any container registry, but we are expecting the Dockerfile in the submission.
  • The solution may optionally provide other functionality (e.g. pagination, caching) but the above must be implemented.

Best of luck,
Equal Experts


Footnotes

  1. For example Go, Python or Ruby but not Bash or Powershell.

  2. https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28

list-gists's People

Contributors

alim10081989 avatar snapcode-review avatar

Watchers

 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.