Skip to content

Instantly share code, notes, and snippets.

View wallysoncarvalho's full-sized avatar
🤣
" Why did the programmer quit her job? She didn't get arrays." - undefined

Wallyson wallysoncarvalho

🤣
" Why did the programmer quit her job? She didn't get arrays." - undefined
  • BEES Bank
View GitHub Profile
@wallysoncarvalho
wallysoncarvalho / Trustly Challenge.md
Last active November 11, 2020 21:34
Trustly's Technical Challenge for Back-End / Full-Stack

Trustly's Technical Challenge for Back-End / Full-Stack

Challenge:

Develop an API that returns the total number of lines and the total number of bytes of all the files of a given public Github repository, grouped by file extension.

Requirements:

  • You API must be written using Java 8 or newer, ECMAscript 2015 or newer, or C# 8.0;
  • Data must be retrieved from Github website by using web scraping techniques. Do not use Github’s API;
  • Do not use web scraping libraries. We would like to know your ideas on how it can be done;
  • Your API must support thousands of concurrent requests;