Question: Seeking help with a coding assignment. the link to the spreadsheet and starting code can be downloaded here https://we.tl/t-WLao9VoiiH Please contact me at james.hdda at
Seeking help with a coding assignment.

the link to the spreadsheet and starting code can be downloaded here https://we.tl/t-WLao9VoiiH

Please contact me at james.hdda at g mail. if you need additional info. Need it really urgent. Thank you
2048 - Iteration 1 This assignment is the first of a series of iterations that will ultimately result in middleware that manipulates a 2048 sliding tile puzzle. The product objective of this iteration is to have you write a microservice that returns an initial 2048 grid. The process objectives are to 1) continue to hone your TDD skills, 2) provide you the opportunity to use your duck, and 3) refactor your code. The attached spreadsheet is your statement of work. It describes customer needs and outlines the development process you are to follow. Please use it to record process data. The integrity value should be calculated using SHA-256 hash hex digest. The following code snippet shows how: import hashlib theString = "this is the string to hash" myHash = hashlib.sha2560) myHash.update(theString.encode()) myHashDigest myHash.hexdigest() // then convert to upper case 2048 - Iteration 1 This assignment is the first of a series of iterations that will ultimately result in middleware that manipulates a 2048 sliding tile puzzle. The product objective of this iteration is to have you write a microservice that returns an initial 2048 grid. The process objectives are to 1) continue to hone your TDD skills, 2) provide you the opportunity to use your duck, and 3) refactor your code. The attached spreadsheet is your statement of work. It describes customer needs and outlines the development process you are to follow. Please use it to record process data. The integrity value should be calculated using SHA-256 hash hex digest. The following code snippet shows how: import hashlib theString = "this is the string to hash" myHash = hashlib.sha2560) myHash.update(theString.encode()) myHashDigest myHash.hexdigest() // then convert to upper case
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
