-
Notifications
You must be signed in to change notification settings - Fork 57
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
Add non-code programming concepts #51
Comments
|
Is it just me, or isn't this exactly what you're during your streams @mattstauffer? |
Yah, I think the main thing is that I want to get these into an actual module or into actual existing modules. |
Hey, I found this and #37, since I was just thinking about all the basic "find your way" stuff, e.g. understanding error messages, or navigating a (framework) code base, debugging. When I see some beginner questions in the community, then I realize that I'd have a hard time to teach these things effectively, or in a structured way. I'm thinking of capacity building. It's reasonable to teach but then also expect someone to know how to do a little digging. Maybe it starts with how to stay motivated and get unstuck. |
Easy to learn, dificult to master. It's better to have a look, even if you don't dominate, but at least know about and can search on later.
Easy to access, read and understand Design Patterns. Maybe not so accurate with some but better to approach than any other resource out there.
https://github.com/kamranahmedse/design-patterns-for-humans/blob/master/README.md
If you find links like this post please add on the comments for:
Data Structures
HTTP stack
Architecture concepts
etc.
The text was updated successfully, but these errors were encountered: