Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 270 Bytes

File metadata and controls

5 lines (3 loc) · 270 Bytes

Challenge #2: Unique ID Generation

Challenge

In this challenge, we're going to build a service that generates unique IDs the test will run on 3 nodes so we'll use a combination of a time-stamp and a random string to ensure uniqueness.