-
Notifications
You must be signed in to change notification settings - Fork 13.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Motivation and Mindset: added typing resource #29191
base: main
Are you sure you want to change the base?
Conversation
@@ -176,7 +176,7 @@ This section contains helpful links to related content. It isn't required, so co | |||
- [Becoming a TOP Success Story](https://dev.to/theodinproject/becoming-a-top-success-story-mindset-3dp2) | |||
- [Managing inspiration and motivation](https://markmanson.net/do-something) | |||
- [Learning to code when it gets dark](https://medium.freecodecamp.org/learning-to-code-when-it-gets-dark-e485edfb58fd#.yjh0fehje) | |||
- While thinking and research time is a bigger bottleneck than raw typing speed, if you'd like to improve your typing skills then some excellent options include [typing.com](https://www.typing.com/), [TypingClub.com](https://www.typingclub.com) and [Monkeytype](https://monkeytype.com/). | |||
- While thinking and research time is a bigger bottleneck than raw typing speed, if you'd like to improve your typing skills then some excellent options include [typing.com](https://www.typing.com/), [TypingClub.com](https://www.typingclub.com) and [Monkeytype](https://monkeytype.com/). [Keybr](https://www.keybr.com) even has a "Source Code" setting specifically designed to help you practice commonly used programming keys! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is getting quite cluttered 😅. If you had to replace one of the existing links with Keybr which would it be @Lanerbop?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typing.com is a solid resource, and Monkeytype is beloved by the typing community due to its customization features. Typingclub.com, on the other hand, seems more geared toward small children, so I would suggest replacing that one with Keybr!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Lanerbop! would you mind doing that in this PR please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Replaced typing resource typingclub.com with Keybr because Keybr contains a customization setting to practice keys commonly associated with programming.
Because
The original typing resources do not have a setting to practice characters which commonly show up when coding such as `[]{}() etc. Keybr has a setting to practice keys associated with source code from a variety of languages from HTML to JavaScript to Python.
This PR
Issue
Closes #XXXXX
Additional Information
Pull Request Requirements
location of change: brief description of change
format, e.g.Intro to HTML and CSS lesson: Fix link text
Because
section summarizes the reason for this PRThis PR
section has a bullet point list describing the changes in this PRIssue
section