Skip to content

Instantly share code, notes, and snippets.

@ukmadlz
Created January 12, 2018 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ukmadlz/dd9563c15c8efbe5cb8f539510dafe34 to your computer and use it in GitHub Desktop.
Save ukmadlz/dd9563c15c8efbe5cb8f539510dafe34 to your computer and use it in GitHub Desktop.
Alternative technical tasks
Alternative technical tasks
- Time is a hard concept, produce a system that takes a timestamp and an offset return the UTC, the local timestamp and new timestamp with the relevant offset.
- Write a program that prints all the numbers from 1 to 100. For multiples of 3, instead of the number, print "Fizz", for multiples of 5 print "Buzz". For numbers which are multiples of both 3 and 5, print "FizzBuzz".
- Write a single endpoint the accepts Basic Auth access and returns a JSON response of https://www.npmjs.com/package/cowsay (NOTE: you do not need a data structure underneath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment