Skip to content

joehannes-jobs/remeeting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Input

Coding Quiz

This is a test of your ability to:

  • programmatically access a Web service
  • understand code and get things done
  • demonstrate your work and creativity
  1. Hack What's my favorite 3-digit number? Guess: <input .../> How did you know?

  2. Fix (optional for frontend candidates) Improve this function: def function(data): ss, s, n = reduce(lambda a, b: map(sum, zip(a,b)), [(xx, x, 1) for x in data]) return (ss - ss/n) / n

  3. Process (optional for frontend candidates) Provide a script (or one-liner) that will:

  • read a text stream on stdin
  • print every 10th line on stderr
  • print a random* line on stdout
  • (define "random")
  1. Show Present something you've built. Why are you proud of it?

  2. Prompt What question would you like to be asked? Thanks!

Please submit a response to [email protected]

Output

1. Please follow these instructions:

  • git clone this repo
  • npm i
  • npm start
  • guess/play -[f|d|v]
  1. The Node-CLI app will prompt for your guess
  2. A response state (truthyness) is generated by chance
  3. The API call for truthy/falsy is called

2. Nope, Frontend here

3. Nope, Frontend here

4. Presenting my own UI/UX library: Prudencss!

  • Please navigate to prudencss@github
  • Check out the README
  • Navigate to the root org and see there's a few component framework integrations in the planning/doing
  • Check out the storybook for React-FP (Sorry, for now it's all about a Button only)

5. Ask me about my favorite IDE/editor!! (neovim)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published