Skip to content

Commit 76478ab

Browse files
Development Workflows, and some tidying
1 parent 3e91db8 commit 76478ab

26 files changed

+329
-2358
lines changed

.assets/emerging_talent_logo.png

403 KB
Loading

0_device_and_accounts/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ GitHub account and device so you're ready to start strong.
66

77
We will consider your device when assessing your Foundations Track deliverables,
88
you will not be penalized if you do not have a desktop/laptop. The best option
9-
for programming if you don't have a laptop/desktop is to use GitHub Codespaces:
9+
for programming if you don't have a laptop/desktop is to use GitHub Codespaces or [VSCode.dev](https://vscode.dev):
1010

1111
- **A mobile device or tablet**: You can complete the Fundamentals Track
12-
deliverables using your GitHub account and GitHub Codespaces. It will be less
12+
deliverables using your GitHub account and GitHub Codespaces or VSCode.dev. It will be less
1313
convenient to type without a full keyboard, but it is possible.
1414
- **A shared laptop/desktop where you cannot install software**: You can
1515
download Python scripts to study without saving changes, and you can use
16-
GitHub Codespaces to finalize and push your deliverables.
16+
GitHub Codespaces or VSCode.dev to finalize and push your deliverables.
1717
- **A laptop/desktop where you can install software but don't have a private
1818
account**: You can install and configure VSCode and clone class materials to
1919
the device, but you won't want to connect the computer to GitHub with SSH -
@@ -95,6 +95,7 @@ focusing on these topics. Suggested Study is just a suggestion! You can study
9595

9696
- [ ] **README**: Learning in Public, Being a Developer, Markdown and READMEs
9797
- [ ] **Tech Foundations**: The Internet
98+
- [ ] **CLI**: _especially the games_
9899
- [ ] **Git and GitHub**: Git (_especially the games_)
99100

100101
### Create Your GitHub Account
32.5 KB
Loading
45.8 KB
Loading
97 KB
Loading
1.18 MB
Loading
Loading
65.6 KB
Loading

1_development_workflows/deliverables.md

+30-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,36 @@ interests, and anything else you'd like to share.
1111
[the template `username` repository](https://github.com/MIT-Emerging-Talent/username)
1212
- [ ] All of the CI checks pass under the Actions tab
1313

14-
## Helpful Links
14+
## Suggested Study
15+
16+
> Here are some ideas to help with this workshop's deliverable. Don't see what you need here? Look through the rest of [Suggested Study](../suggested_study/) or search what you need online.
17+
18+
Writing Markdown in VSCode: [Traversy](https://www.youtube.com/watch?v=HUBNt18RFbo), [James Q Quick](https://www.youtube.com/watch?v=pTCROLZLhDM).
19+
20+
Get inspired for your Profile README
1521

1622
- [_how to use template repositories_](https://www.youtube.com/watch?v=8cxYgaMB9ow)
1723
- [GitHub's documentation](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme)
18-
- [SitePoint tutorial](https://www.sitepoint.com/github-profile-readme/)
19-
- Two README generators:
20-
[rahuldkjain.github.io](https://rahuldkjain.github.io/gh-profile-readme-generator/),
21-
[profile-readme-generator.com](https://profile-readme-generator.com/)
24+
- [Awesome READMEs for inspiration](https://github.com/abhisheknaiidu/awesome-github-profile-readme)
25+
- [More awesome READMEs + tools and guides](https://github.com/suryakantamangaraj/AwesomeGithubProfileTemplates?tab=readme-ov-file)
26+
27+
Start watching [Git & GitHub for Poets](https://www.youtube.com/watch?v=BCQHnlnPusY&list=PLRqwX-V7Uu6ZF9C0YMKuns9sLDzK6zoiV)
28+
29+
Play some games to learn CLI:
30+
31+
- [bashcrawl](https://gitlab.com/slackermedia/bashcrawl/)
32+
- [Terminus](https://web.mit.edu/mprat/Public/web/Terminus/Web/main.html)
33+
- [iTerm](https://sr6033.github.io/lterm/)
34+
35+
Play some games to learn Git:
36+
37+
- [learngitbranching](https://learngitbranching.js.org/) +
38+
[a Video Guide](https://www.youtube.com/watch?v=dG0ke9vILQM)
39+
- [git-school](https://git-school.github.io/visualizing-git/)
40+
- [ohmygit](https://ohmygit.org/)
41+
42+
And if you're working on a laptop/desktop where you have a private account, set up an SSH connection to GitHub:
43+
44+
- [GitHub's documentation](https://docs.github.com/en/authentication/connecting-to-github-with-ssh)
45+
- [A helpful guide video](https://www.youtube.com/watch?v=8X4u9sca3Io)
46+
- [A long but thorough explanation (starting at step 2.3)](https://www.theodinproject.com/paths/foundations/courses/foundations/lessons/setting-up-git)

0 commit comments

Comments
 (0)