GithubHelp home page GithubHelp logo

doc-engineer-assignment's Introduction

Technical Test

The goal of this test is to evaluate your ability to:

  1. Create an Algolia search index from HTML pages
  2. Provide a front-end search on top of it
  3. Write a tutorial on how to create the Algolia index

For this test, you will need to create a free Algolia account. If you have any problems creating an account, or you need an extended quota, reach out to me at [email protected].

The test is comprised of 3 parts:

1. Indexing

Instructions

In the source/ folder you have 4 HTML files.

The goal of this exercise is to create an Algolia index for all 4 pages. Each page must be split into several records using the method explained in the following blog post. To do the split, you will need to use an HTML parser library.

You can use any one of the following programing languages: PHP, Ruby, JavaScript or Python.

Here are the docs to their respective Algolia API clients: PHP, Ruby, JavaScript, Python.

Evaluation criteria

  • Quality of the code (readable, optimized, well-formatted)
  • Relevance of the search (you can check it directly in your Algolia dashboard by doing searches)

Deliverable

  • A file that contains the source code of the indexing.

2. Search front-end

Instructions

Using InstantSearch.js, implement a front-end search based on the index created in step 1.

As described in the above-referenced blog, you will be creating several records for each page. Only 1 result should be displayed for a given page (best record of the page should be displayed).

Evaluation criteria

  • Ability to use InstantSearch.js on split data
  • The right search parameters are being used
  • Design will not be taken into account in the evaluation.
    We are expecting a very basic display of the information, nothing more.

Deliverable

  • An HTML page. Extra CSS and JS files are allowed but not mandatory. You also don't have to add a build step or transpile anything if you use ES6+.

3. Write a tutorial about step 1

Instructions

Based on what you did in step 1, write a step by step tutorial explaining the process of splitting HTML pages (with the language that you chose).

The expected audience is: developers not knowing Algolia or any of the features covered in the tutorial.

Evaluation criteria

  • Quality of written content:
    • accuracy
    • intuitiveness
    • structure
  • Voice and tone

Deliverable

  • A Markdown file containing the tutorial

As for the full deliverable of this assignment, you can share a GitHub project with us, or send us a zip file with everything in it. Take into account that the easier it is for us to run things, the better. Please provide good developer experience.

Good Luck ๐Ÿ€ Have Fun ๐ŸŽ‰

doc-engineer-assignment's People

Contributors

codeharmonics avatar maxiloc avatar sarahdayan avatar vvo 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.