Self-Sufficient
Today, I am committing to being self-sufficient. I will strive to learn how to learn and help others learn themselves too.
Not a lot of time to write right now, stay tuned for explorations in more code and learning.
Do not attempt to solve problems that have been solved already. Learn from those problems, and apply the approaches to solving them to new scenarios.
This blog post is going to be a little scattered for now. I am going back and forth from researching ways to solve problems and learning to javascript fundamentals.
The sum of research I have briefly done on the web in regards to learning, can be summed up quite simply. I noticed that problem solving principles and principles of learning seemed to piggy-back on one another. For example:
Define the problem, Define a goal(maybe break down problem into manageable tasks), create a plan to complete the goal and finally testing. Learning is simply the understanding of something. Learning is not acquiring information, but rather solving problems. Learning is done by being able to solve problems more effectively, and adapting solutions to other scenarios.
Practice, practice and practice.