Last active
June 4, 2021 16:56
-
-
Save stolksdorf/4a54657b721542b5b22d0e85d1e2842e to your computer and use it in GitHub Desktop.
Challenges for my Multicursor workshop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// a) 'Nstructive' should be 'nStructive', please fix it | |
// b) And give me a comma-separated list of all companies mentioned in this email | |
Nstructive leverages agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to | |
corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic | |
world view of disruptive innovation via workplace diversity and empowerment through a partnership with Talentota. | |
Nstructive brings to the table win-win survival strategies to ensure proactive domination. At the end of the day, going | |
forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution | |
provided by Yuhuman. User generated content in real-time will have multiple touchpoints for Talentota. | |
Capitalize on low hanging fruit to identify a ballpark value added activity to Lecterna's portfolio. Override the digital | |
divide with additional clickthroughs from Yuhuman. Nstructive's immersion along the information highway will close the | |
loop on focusing solely on the bottom line. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// a) Get me a list of comma separated unique cities | |
// b) I want 5 emails from verified users selected at random to send to | |
// c*) Generate me usernames for everyone. firstname_lastname123, where '123' is a random 3-digit number | |
Terry Graham, [email protected], New York, verified | |
Ken Evans, [email protected], Austin, unverified | |
Johnni Cruz, [email protected], Los Angeles, verified | |
Mason Griffin, [email protected], Jacksonville, verified | |
Isobel Lewis, [email protected], Columbus, verified | |
Rosa Mills, [email protected], San Antonio, verified | |
Jennie Kuhn, [email protected],Jacksonville, unverified | |
Randall Romero, [email protected], New York, verified | |
Jorge Powell, [email protected], Los Angeles, unverified | |
Arlene Hamilton, [email protected], San Antonio, unverified | |
Avery Morgan, [email protected], New York, unknown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment