- Write a todolist with Python.
- 3 hours of coaching, Split into 3, 1 hour sessions.
- Brownbag.
This file contains hidden or 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
Interviewed with 6 jobs. | |
Completed a take home for a job. | |
Worked on Literator. |
- I applied to 15 job
- Interview for 4
- Completed work for Literator Start up
This Cycle, I commit to:
- logging 20 hours on Literator app.
- Help assist Ethan with the Job hunt.
- Have at least someone look at my Resume (Ethan)
- Look into education companies.
This file contains hidden or 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
https://app.clubhouse.io/learnersguild/story/1589/as-a-reviewer-i-can-see-which-projects-need-reviewing |
This file contains hidden or 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
process.on('exit', code => { | |
console.log(`About to exit with code: ${code}`) | |
}) | |
process.on('uncaughtException', err => { | |
console.error(err) | |
// comment line 9 out, then run the command in the | |
// description. Then comment it back in. and run that same command from | |
// the description again. |
NewerOlder