When preparing for an L-400 event delivery, perform the following before the start of the event:
- Reset the mentimeter answers.
- Update slides with menti codes.
- Prepare whiteboard links for each of the table groups.
- Sign in into the Whiteboard app (to demo the correct use to the audience at the end of the first presentation).
- Request six (one per proctor) L400 environments from [email protected].
- Confirm that the environments include the required data for the labs and exercises.
- Setup scheduling application (https://aka.solliance.net/synapse-schedule)
- Reset the public repo (https://github.com/solliancenet/data-ai-technical-bootcamp):
-
Checkout
git checkout --orphan latest_branch
-
Add all the files
git add -A
-
Commit the changes
git commit -am "Fresh start"
-
Delete the branch
git branch -D master
-
Rename the current branch to master
git branch -m master
-
Finally, force update your repository
git push -f origin master
-